RDO tickets are now tracked in Jira https://issues.redhat.com/projects/RDO/issues/
Bug 990642 - rdo release RPM not installed on all fedora hosts
Summary: rdo release RPM not installed on all fedora hosts
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: RDO
Classification: Community
Component: openstack-packstack
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Martin Magr
QA Contact: yeylon@redhat.com
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-07-31 15:47 UTC by Pádraig Brady
Modified: 2016-04-18 07:12 UTC (History)
4 users (show)

Fixed In Version: openstack-packstack-2013.2.1-0.12.dev835.el6
Clone Of:
Environment:
Last Closed: 2016-03-30 23:01:22 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
OpenStack gerrit 50586 0 None None None Never

Description Pádraig Brady 2013-07-31 15:47:59 UTC
On el6 there is a patch to packstack to install the rdo release rpm on all hosts, not just the host that packstack was initiated form
(Note that is tied up with the if EPEL==y clause which is not strictly correct)

On Fedora though, there is no such code.

I'm thinking that this could be generic logic in upstream packstack.
I.E. simply, on all platforms:

    rdo_release=s.popen("rpm -q rdo-release --qf='%{name}-%{version}\n'")
    rdo_release=rdo_release[11:]
    if rdo_release:
      server.append("(rpm -q 'rdo-release' || yum install -y --nogpg http://rdo.fedorapeople.org/openstack/openstack-%s/rdo-release-%s.rpm ) || echo -n ''" % (rdo_release, rdo_release))


Note You need to log in before you can comment on or make changes to this bug.