Bug 1271200
Summary: | Overcloud images contain Kilo repos | ||
---|---|---|---|
Product: | [Community] RDO | Reporter: | Marius Cornea <mcornea> |
Component: | instack-undercloud | Assignee: | John Trowbridge <jtrowbri> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Shai Revivo <srevivo> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | Liberty | CC: | chris.brown, jtrowbri, mburns |
Target Milestone: | --- | ||
Target Release: | Liberty | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | python-tripleoclient-0.0.11-3 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-06-18 06:23:52 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
Marius Cornea
2015-10-13 11:23:24 UTC
There is not a liberty-release rpm yet, so this will be partially solved after GA. However, this shows a flaw in our method of using delorean to build the overcloud images. Currently the delorean-repo element in instack-undercloud is broken, so we use DIB_YUM_REPO_CONF to get delorean packages during the image build. This does not install the repos into the overcloud images, but just uses them to get packages during the image build. Having a kilo release repo with delorean repos with a higher priority would not be an issue since the kilo packages would never get pulled. As such, I think we should use this bug to track fixing the delorean-repo element. This is fixed in the liberty-testing repo http://buildlogs.centos.org/centos/7/cloud/x86_64/openstack-liberty/ with python-tripleoclient-0.0.11-3 However, I am going to leave it assigned until the fix is also in delorean. In order to use the release repo when building images it is now needed to: `export RDO_RELEASE=<release>` so for liberty: `export RDO_RELEASE='liberty'` This was fixed so can be closed. |