<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Follow instructions <a href="https://www.redhat.com/archives/rdo-list/2015-April/msg00254.html" target="_blank">https://www.redhat.com/archives/rdo-list/2015-April/msg00254.html</a><br>packstack fails :-<br><br>Applying 192.169.142.127_nova.pp<br>Applying 192.169.142.137_nova.pp<br>192.169.142.127_nova.pp:                             [ DONE ]      <br>192.169.142.137_nova.pp:                          [ ERROR ]        <br>Applying Puppet manifests                         [ ERROR ]<br><br>ERROR : Error appeared during Puppet run: 192.169.142.137_nova.pp<br>Error: Could not start Service[nova-compute]: Execution of '/usr/bin/systemctl start openstack-nova-compute' returned 1: Job for openstack-nova-compute.service failed. See 'systemctl status openstack-nova-compute.service' and 'journalctl -xn' for details.<br>You will find full trace in log /var/tmp/packstack/20150501-081745-rIpCIr/manifests/192.169.142.137_nova.pp.log<br><br>In both cases (RC2 or CI repos)  on compute node 192.169.142.137 /var/log/nova/nova-compute.log<br>reports :-<br><br>2015-05-01 08:21:41.354 4999 INFO oslo.messaging._drivers.impl_rabbit [req-0ae34524-9ee0-4a87-aa5a-fff5d1999a9c ] Delaying reconnect for 1.0 seconds...<br>2015-05-01 08:21:42.355 4999 INFO oslo.messaging._drivers.impl_rabbit [req-0ae34524-9ee0-4a87-aa5a-fff5d1999a9c ] Connecting to AMQP server on localhost:5672<br>2015-05-01 08:21:42.360 4999 ERROR oslo.messaging._drivers.impl_rabbit [req-0ae34524-9ee0-4a87-aa5a-fff5d1999a9c ] AMQP server on localhost:5672 is unreachable: [Errno 111] ECONNREFUSED. Trying again in 11 seconds.<br><br>Seems like it is looking for AMQP Server at wrong host . Should be 192.169.142.127<br>On 192.169.142.127 :-<br><br>[root@ip-192-169-142-127 ~]# netstat -lntp | grep 5672<br>==>  tcp        0      0 0.0.0.0:25672           0.0.0.0:*               LISTEN      14506/beam.smp      <br>        tcp6       0      0 :::5672                              :::*                    LISTEN      14506/beam.smp   <br><br>[root@ip-192-169-142-127 ~]# iptables-save | grep 5672<br>-A INPUT -s 192.169.142.127/32 -p tcp -m multiport --dports 5671,5672 -m comment --comment "001 amqp incoming amqp_192.169.142.127" -j ACCEPT<br>-A INPUT -s 192.169.142.137/32 -p tcp -m multiport --dports 5671,5672 -m comment --comment "001 amqp incoming amqp_192.169.142.137" -j ACCEPT<br><br>Answer-file is attached<br><br>Thanks.<br>Boris<br>                                       </div></body>
</html>