[Rdo-list] Latest packstack build with RHEL6+RDO

Kashyap Chamarthy kchamart at redhat.com
Fri Jul 26 18:12:32 UTC 2013


On 07/26/2013 09:51 PM, Ryan O'Hara wrote:
> 
> I ran into a couple issues with the latest packstack build that
> includes provisioning. I'm using RHEL6.4.z with RDO.
> 
> # rpm -q openstack-packstack
> openstack-packstack-2013.1.1-0.24.dev651.el6ost.noarch
> 
> I run 'packstack --allinone'

If you don't insist on Neutron networking, you can try

  packstack --allinone --os-quantum-install=n


Still, there are a couple of issues I was hitting

   https://bugzilla.redhat.com/show_bug.cgi?id=985208


But that above issues (and the specific one mentioned in comment#6) were resolved by two
manual things for now:

   $ gem install puppet

   # Temporary workaround for puppet/provider/package/rpm
   # issue is resolved by:
   $ sudo yum install ruby


I hope you're using the latest

    openstack-packstack-2013.1.1-0.21.dev651.el6


I was running the above version on the F19:
  openstack-packstack-2013.1.1-0.21.dev651.fc19.noarch


> 
> The first issue is with the qemu-kvm package name:
> 
> ERROR : Error during puppet run : err:
> /Stage[main]//Package[qemu-kvm-rhev]/ensure: change from absent to
> present failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install
> qemu-kvm-rhev' returned 1: Error: Nothing to do
> 
> The problem lies in nova_compute.pp, where "package {'qemu-kvm-rhev':"
> should be "package { 'qemu-kvm':" for RDO.

This issue should be resolved, if you're using the above version.

> 
> The other error is this:
> 
> ERROR : Error during puppet run : err: Could not prefetch
> quantum_router provider 'quantum': Execution of '/usr/bin/quantum
> router-show --format=shell which: no kate in
> (/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin)'
> returned 1: which: no gedit in
> (/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin)

> 
> I'm guessing the issue with kate/gedit not being found is harmless

Yeah, it looks a bit unrelated too.


> and
> the real problem is with 'quantum router-show'. I've not solved this.

I haven't tried it in a couple of days. Neutron server packages are not yet available. And
people are working on it.

-- 
/kashyap




More information about the rdo-list mailing list