Bug 1329770 - Incorrect repos hardcoded in major-upgrade-pacemaker-init.yaml
Summary: Incorrect repos hardcoded in major-upgrade-pacemaker-init.yaml
Keywords:
Status: CLOSED DUPLICATE of bug 1326025
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-tripleo-heat-templates
Version: 8.0 (Liberty)
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Jiri Stransky
QA Contact: Arik Chernetsky
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-04-22 23:24 UTC by Ian Pilcher
Modified: 2016-04-22 23:31 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-04-22 23:31:44 UTC
Target Upstream Version:


Attachments (Terms of Use)

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 ***


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