Error when installing latest RDO
I have been trying to install the latest RDO on a semi clean system ( originally had havana and wiped the system clean with their uninstall script) I am now trying to install the latest version and get the following error:
ERROR : Error appeared during Puppet run: 10.0.0.1_amqp.pp
Error: Puppet::Parser::AST::Resource failed with error ArgumentError: Could not find declared class rabbitmq at /var/tmp/packstack/f3fcaebd04014199888bcfa46bead156/manifests/10.0.0.1_amqp.pp:33 on node controller
You will find full trace in log /var/tmp/packstack/20140507-235829-HcHn_o/manifests/10.0.0.1_amqp.pp.log
The logs it points to are less than helpful but I would be happy to grab those as well.
Thanks for the help
UPDATE:
10.0.0.1_amqp.pp.log
Warning: Config file /etc/puppet/hiera.yaml not found, using Hiera defaults
Notice: Compiled catalog for controller.devnet.prv in environment production in 1.34 seconds
Error: Could not start Service[rabbitmq-server]: Execution of '/sbin/service rabbitmq-server start' returned 1: Starting rabbitmq-server: FAILED - check /var/log/rabbitmq/startup_{log, _err}
rabbitmq-server.
Wrapped exception:
Execution of '/sbin/service rabbitmq-server start' returned 1: Starting rabbitmq-server: FAILED - check /var/log/rabbitmq/startup_{log, _err}
rabbitmq-server.
Error: /Stage[main]/Rabbitmq::Service/Service[rabbitmq-server]/ensure: change from stopped to running failed: Could not start Service[rabbitmq-server]: Execution of '/sbin/service rabbitmq-server start' returned 1: Starting rabbitmq-server: FAILED - check /var/log/rabbitmq/startup_{log, _err}
rabbitmq-server.
Notice: /Stage[main]/Rabbitmq/Anchor[rabbitmq::end]: Dependency Service[rabbitmq-server] has failures: true
Warning: /Stage[main]/Rabbitmq/Anchor[rabbitmq::end]: Skipping because of failed dependencies
Notice: Finished catalog run in 9.75 seconds
Openstack-setup.log
2014-05-11 20:09:57::INFO::shell::78::root:: [localhost] Executing script:
rm -rf /var/tmp/packstack/20140511-200957-zH_TS2/manifests/*pp
2014-05-11 20:09:57::INFO::shell::78::root:: [10.0.0.141] Executing script:
mkdir -p ~/.ssh
chmod 500 ~/.ssh
grep 'ssh-rsa
/authorized_keys > /dev/null 2>&1 || echo ssh-rsa /authorized_keys
chmod 400 ~/.ssh/authorized_keys
restorecon -r ~/.ssh
2014-05-11 20:09:57::INFO::shell::78::root:: [10.0.0.1] Executing script:
mkdir -p ~/.ssh
chmod 500 ~/.ssh
grep 'ssh-rsa /authorized_keys > /dev/null 2>&1 || echo ssh-rsa /authorized_keys
chmod 400 ~/.ssh/authorized_keys
restorecon -r ~/.ssh
2014-05-11 20:09:58::INFO::shell::78::root:: [10.0.0.110] Executing script:
mkdir -p ~/.ssh
chmod 500 ~/.ssh
grep 'ssh-rsa
/authorized_keys > /dev/null 2>&1 || echo ssh-rsa /authorized_keys
chmod 400 ~/.ssh/authorized_keys
restorecon -r ~/.ssh
2014-05-11 20:09:58::INFO::shell::78::root:: [10.0.0.141] Executing script:
cat /etc/redhat-release
2014-05-11 20:09:58::INFO::shell::78::root:: [10.0.0.141] Executing script:
mkdir -p /var/tmp/packstack
mkdir --mode 0700 /var/tmp/packstack/e0a0abcfcda24f62985493350699cb64
mkdir --mode 0700 /var/tmp/packstack/e0a0abcfcda24f62985493350699cb64/modules
mkdir --mode 0700 /var/tmp/packstack/e0a0abcfcda24f62985493350699cb64/resources
2014-05-11 20:09:58::INFO::shell::78::root:: [10.0.0.1] Executing script:
cat /etc/redhat-release
2014-05-11 20:09:58::INFO::shell::78::root:: [10.0.0.1] Executing script:
mkdir -p /var/tmp/packstack
mkdir ...
Your static IP 10.81.48.140. From where it comes - 10.0.0.1_amqp.pp:33
Have you been using IP 10.0.0.1 ?
Sorry, I was trying to remove the IP address and I guess I forgot that one. They all pointed to the same IP. I have updated my question above.
This is for an installation with one controller node and 3 compute notes. The error is occuring on the controller node during installation. The logs that is asks us to look into have no real data in them, they just reiterate the same error above.
I had (possibly) the same problem with rabbitmq, and was pointed here: https://gist.github.com/jch/2522701
Summary: Put your hostname in /etc/hosts/
If that's not it, then, yes, please, let's see the logs.
If you are still seeing this question, please indicate which version of
openstack-packstack
you are using (and make sure you have recently runyum upgrade
just in case there have been updates since you initially installed the package).I have made sure to run yum upgrade which returns nothing and the openstack-packstack is Icehouse 2014.1.1dev1055.
I added the log files to the original question