Fixed mysql issue per https://bugzilla.redhat.com/show_bug.cgi?id=981116 Description of problem: Preparing servers [ DONE ] Installing Dependencies [ DONE ] Copying Puppet modules and manifests [ DONE ] Applying 192.169.142.57_prescript.pp 192.169.142.57_prescript.pp: [ DONE ] Applying 192.169.142.57_mysql.pp Applying 192.169.142.57_amqp.pp 192.169.142.57_mysql.pp: [ DONE ] 192.169.142.57_amqp.pp: [ DONE ] Applying 192.169.142.57_keystone.pp Applying 192.169.142.57_glance.pp Applying 192.169.142.57_cinder.pp 192.169.142.57_keystone.pp: [ DONE ] 192.169.142.57_cinder.pp: [ DONE ] 192.169.142.57_glance.pp: [ DONE ] Applying 192.169.142.57_api_nova.pp 192.169.142.57_api_nova.pp: [ DONE ] Applying 192.169.142.57_nova.pp 192.169.142.57_nova.pp: [ ERROR ] Applying Puppet manifests [ ERROR ] ERROR : Error appeared during Puppet run: 192.169.142.57_nova.pp Error: /Service[messagebus]: Could not evaluate: Could not find init script for 'messagebus' You will find full trace in log /var/tmp/packstack/20140709-114849-pY1VcY/manifests/192.169.142.57_nova.pp.log Please check log file /var/tmp/packstack/20140709-114849-pY1VcY/openstack-setup.log for more information Moreover if I create /etc/init.d/messagebus , I get attempt to start D-bus in old style :- 192.169.142.57_nova.pp: [ ERROR ] Applying Puppet manifests [ ERROR ] ERROR : Error appeared during Puppet run: 192.169.142.57_nova.pp Error: Could not start Service[messagebus]: Execution of '/etc/init.d/messagebus start' returned 127: Starting D-Bus daemon: /etc/init.d/messagebus: line 26: start-stop-daemon: command not found You will find full trace in log /var/tmp/packstack/20140709-170356-4RxF1Q/manifests/192.169.142.57_nova.pp.log Please check log file /var/tmp/packstack/20140709-170356-4RxF1Q/openstack-setup.log for more information Packstack appears not to understand systemd folders content /lib/systemd/system/ ; /usr/lib/systemd/system/; /etc/systemd/system/ Version-Release number of selected component (if applicable): IceHouse 2014.1 How reproducible: Steps to Reproduce: 1. Install CentOS 7.0 2. Tune for packstack --allinone install 3. Run : packstack --allinone Actual results: Failure RDO AIO install Expected results: Success RDO AIO install Additional info:
This bug is coming from the new CentOS versioning number. You will find a full status report on all the fixes for CentOS 7 in https://bugzilla.redhat.com/show_bug.cgi?id=1117035#c4 *** This bug has been marked as a duplicate of bug 1117035 ***