Bug 1232496

Summary: Error during puppet run causes install to fail, says rabbitmq.com cannot be reached when it can
Product: [Community] RDO Reporter: Bryan <deadheadblues>
Component: openstack-packstackAssignee: Martin Magr <mmagr>
Status: CLOSED CURRENTRELEASE QA Contact: Shai Revivo <srevivo>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: KiloCC: aortega, derekh, jpena, srevivo
Target Milestone: ---   
Target Release: Kilo   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: openstack-packstack-8.0.0-0.7.0rc2.el7.noarch Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-05-18 14:56:13 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Bryan 2015-06-16 21:47:07 UTC
Description of problem:

running packstack --allinone it finishes with this error:

Adding post install manifest entries                 [ DONE ]
Copying Puppet modules and manifests                 [ DONE ]
Applying 192.168.40.7_prescript.pp
192.168.40.7_prescript.pp:                           [ DONE ]        
Applying 192.168.40.7_amqp.pp
Applying 192.168.40.7_mariadb.pp
192.168.40.7_amqp.pp:                             [ ERROR ]        
Applying Puppet manifests                         [ ERROR ]

ERROR : Error appeared during Puppet run: 192.168.40.7_amqp.pp
Error: rpm --import http://www.rabbitmq.com/rabbitmq-signing-key-public.asc returned 1 instead of one of [0]
You will find full trace in log /var/tmp/packstack/20150616-135201-sjUox4/manifests/192.168.40.7_amqp.pp.log
Please check log file /var/tmp/packstack/20150616-135201-sjUox4/openstack-setup.log for more information
Additional information:
 * A new answerfile was created in: /root/packstack-answers-20150616-135202.txt
 * Time synchronization installation was skipped. Please note that unsynchronized time on server instances might be problem for some OpenStack components.
 * File /root/keystonerc_admin has been created on OpenStack client host 192.168.40.7. To use the command line tools you need to source the file.
 * To access the OpenStack Dashboard browse to http://192.168.40.7/dashboard .
Please, find your login credentials stored in the keystonerc_admin in your home directory.
 * To use Nagios, browse to http://192.168.40.7/nagios username: nagiosadmin, password: ffff41bc60e64f21

Version-Release number of selected component (if applicable):

CentOS 7

How reproducible:

Every time

Steps to Reproduce:

Follow steps at https://www.rdoproject.org/Quickstart

Actual results:


Expected results:


Additional info:

In order to workaround this issue, I run this command before installing:

rpm --import http://www.rabbitmq.com/rabbitmq-signing-key-public.asc

Comment 2 Javier Peña 2016-05-18 14:56:13 UTC
The error here is trying to import the RabbitMQ GPG key, when it's not needed. This was fixed by https://review.openstack.org/290337, and then backported to stable/liberty.