Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RDO tickets are now tracked in Jira https://issues.redhat.com/projects/RDO/issues/

Bug 1049597

Summary: packstack disable EPEL upon CONFIG_USE_EPEL=n
Product: [Community] RDO Reporter: Ofer Blaut <oblaut>
Component: openstack-packstackAssignee: RHOS Maint <rhos-maint>
Status: CLOSED NOTABUG QA Contact: Nir Magnezi <nmagnezi>
Severity: medium Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: aortega, derekh, mmagr, oblaut, yeylon
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-01-15 13:38:11 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 Ofer Blaut 2014-01-07 20:21:28 UTC
Description of problem:


Packstack disable EPEL repo file when using answer file with 

CONFIG_USE_EPEL=n

I expect that in that option packstack will not touch epel.repo file



How reproducible:


Steps to Reproduce:
1.enable epel.repo (enabled = 1 )
2.stop any puppet service ( service puppet stop )
3.run packstack with CONFIG_USE_EPEL=n

Actual results:


Expected results:

CONFIG_USE_EPEL=n should result with no editing EPEL files
Additional info:

Comment 1 Martin Magr 2014-01-15 13:38:11 UTC
That's intentional (feature). Packstack should make sure that EPEL is not used in case you will choose not to use it.