Bug 1148389

Summary: packstack: failing installation on missing package erlang
Product: [Community] RDO Reporter: Dafna Ron <dron>
Component: openstack-packstackAssignee: Javier Peña <jpena>
Status: CLOSED NOTABUG QA Contact: Ami Jeain <ajeain>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: aortega, derekh, dron, jpena, yeylon
Target Milestone: ---Keywords: Regression
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-10-24 10:24:01 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 Dafna Ron 2014-10-01 11:12:52 UTC
Description of problem:

cinder was failing installation and I disabled epel to workaround the issue. 

I am now failing installation on 

ERROR : Error appeared during Puppet run: 10.35.117.32_amqp.pp
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y list erlang' returned 1: Error: No matching Packages to list

here is the log: 

http://fpaste.org/138087/41216136/

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

openstack-packstack-puppet-2014.2-0.3.dev1266.g63d9c50.el7.centos.noarch
openstack-packstack-2014.2-0.3.dev1266.g63d9c50.el7.centos.noarch

How reproducible:

100%

Steps to Reproduce:
1. run packstack --allinone on centos7
2. after we fail install on cinder, disable epel in answer file and run packstack --answer-file=<answer_file>
3. 

Actual results:

we are failing on erlang

Expected results:

we should succeed install 

Additional info:
not sure its related but fedora install used to fail on this as well which is why I am setting this as regression: 
https://bugzilla.redhat.com/show_bug.cgi?id=1083637

Comment 1 Javier Peña 2014-10-24 07:14:07 UTC
The erlang package is part of the EPEL repository, so this is expected. Was the cinder issue fixed?

Comment 2 Dafna Ron 2014-10-24 09:57:43 UTC
I am not sure. 
this bug was opened on test day. 
If the package now exists in the repo please feel free to close.

Comment 3 Javier Peña 2014-10-24 10:24:01 UTC
Yes, the package is in EPEL, which is a pre-requisite for CentOS installations:

# yum list erlang
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
 * base: mirror.trueinter.net
 * epel: mirrors.ircam.fr
 * extras: mirror.trueinter.net
 * updates: mirror.trueinter.net
Installed Packages
erlang.x86_64                                               R16B-03.7.el7                                                @epel

Closing as NOTABUG.