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

Ryan O'Hara rohara at redhat.com
Fri Jul 26 16:21:46 UTC 2013


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'

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.

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 and
the real problem is with 'quantum router-show'. I've not solved this.

Ryan




More information about the dev mailing list