Bug 1329770

Summary: Incorrect repos hardcoded in major-upgrade-pacemaker-init.yaml
Product: Red Hat OpenStack Reporter: Ian Pilcher <ipilcher>
Component: openstack-tripleo-heat-templatesAssignee: Jiri Stransky <jstransk>
Status: CLOSED DUPLICATE QA Contact: Arik Chernetsky <achernet>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 8.0 (Liberty)CC: mburns, rhel-osp-director-maint
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: 2016-04-22 23:31:44 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:

Description Ian Pilcher 2016-04-22 23:24:24 UTC
environments/major-upgrade-pacemaker-init.yaml hardcodes the OSP 8 repo names.  Ideally, it should probably be getting them from an environment file, but even worse is the fact that it gets them wrong:

grep -n rhel-7-server-openstack-8.0-rpms environments/major-upgrade-pacemaker-init.yaml
7:      subscription-manager repos --enable=rhel-7-server-openstack-8.0-rpms --enable=rhel-7-server-openstack-8.0-director-rpms

The repo names have been changed is OSP 8 to use "openstack-8" instead of "openstack-8.0".  So the command should be:

  subscription-manager repos --enable=rhel-7-server-openstack-8-rpms --enable=rhel-7-server-openstack-8-director-rpms

This causes the "openstack overcloud deploy ... major-upgrade-pacemaker-init.yaml" command to fail for anyone using the customer portal (and I believe Satellite 6).

Comment 2 Ian Pilcher 2016-04-22 23:31:44 UTC

*** This bug has been marked as a duplicate of bug 1326025 ***