Bug 1045248

Summary: [Doc] [ICG] Steps for OStack Repository Configuration don't work, req extra step
Product: Red Hat OpenStack Reporter: Bruce Reeler <breeler>
Component: doc-Installation_and_Configuration_GuideAssignee: Martin Lopes <mlopes>
Status: CLOSED CURRENTRELEASE QA Contact: ecs-bugs
Severity: high Docs Contact:
Priority: high    
Version: 4.0CC: mlopes, rlandman, yeylon
Target Milestone: z1Keywords: Documentation
Target Release: 4.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 1045244 Environment:
Last Closed: 2015-02-15 23:44:07 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:
Bug Depends On: 1045244    
Bug Blocks: 1049118    

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