Bug 1418325

Summary: [ocp-on-osp] openshift-heat-templates hard code OSP8 RPMs for os-collect-config
Product: OpenShift Container Platform Reporter: Mark Lamourine <mlamouri>
Component: Reference ArchitectureAssignee: scollier
Status: CLOSED CURRENTRELEASE QA Contact: Johnny Liu <jialiu>
Severity: high Docs Contact:
Priority: unspecified    
Version: 3.4.0CC: aos-bugs, bleanhar, jokerman, mmccomas, pablo.iranzo
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-07-18 12:05:33 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:

Description Mark Lamourine 2017-02-01 14:46:24 UTC
Description of problem:

The openshift heat templates install the os-collect-config tools so that it can introspect and communicate with OSP during deployment and operation of OpenShift on Openstack.

The current templates hard-code the RPM name for OSP8.  They need to allow the deploying user to specify the version of OSP so that the heat templates can enable the correct repositories and install the matching RPMs for the actual environment.


Version-Release number of selected component (if applicable): 
 openshift-heat-templates 0.9.5


How reproducible:

run openshift-heat-templates on OpenStack 10


Steps to Reproduce:
1.
2.
3.

Actual results:


os-create-config is installed from rhel-7-server-openstack-8-rpms

Expected results:

os-create-config is installed from rhel-7-server-openstack-10-rpms

Additional info:


PR to fix: https://github.com/redhat-openstack/openshift-on-openstack/pull/313