Bug 1045248 - [Doc] [ICG] Steps for OStack Repository Configuration don't work, req extra step
Summary: [Doc] [ICG] Steps for OStack Repository Configuration don't work, req extra ...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: doc-Installation_and_Configuration_Guide
Version: 4.0
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: z1
: 4.0
Assignee: Martin Lopes
QA Contact: ecs-bugs
URL:
Whiteboard:
Depends On: 1045244
Blocks: 1049118
TreeView+ depends on / blocked
 
Reported: 2013-12-20 02:06 UTC by Bruce Reeler
Modified: 2016-04-26 18:31 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of: 1045244
Environment:
Last Closed: 2015-02-15 23:44:07 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Bruce Reeler 2013-12-20 02:06:49 UTC
+++ This bug was initially created as a clone of Bug #1045244 (for GSG) +++

== Description of problem:
Reported by pmyers on IRC at 4.0 release.
In section "2.1.2.4 Red Hat OpenStack Repository Configuration", steps 5 and 6 should be rewritten as 3 steps, because yum-plugin-priorities is only available in RHEL OSP repos, so setting the OPT priority to 1 has to be done after installing yum-plugin-priorities:

Order of steps should be:
 yum-config-manager --enable rhel-6-server-openstack-4.0-rpms
 yum install -y yum-plugin-priorities
 yum-config-manager --enable rhel-6-server-openstack-4.0-rpms --setopt="rhel-6-server-openstack-4.0-rpms.priority=1"

[11:49] <pmyers> if you try to do the 3rd command in that sequence first, it won't work properly because you're asking to set an opt that doesn't exist until after you install y-p-p


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


== Actual results:
Install the yum-plugin-priorities comes before yum-config-manager --enable REPO_NAME command.


== Expected results:
additional step to first enable rhel-6-server-openstack-4.0-rpms, then 
install the yum-plugin-priorities, then 
"yum-config-manager --enable rhel-6-server-openstack-4.0-rpms --setopt..." command

Comment 1 Bruce Reeler 2013-12-20 02:11:59 UTC
> In section "2.1.2.4 Red Hat OpenStack Repository Configuration", steps 5 and

should be section 2.1.2.3 in ICG


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