Bug 1036041

Summary: openshift.sh in oo-install is out-of-date compare with ose-2.0 installation script.
Product: OpenShift Container Platform Reporter: Johnny Liu <jialiu>
Component: NodeAssignee: Luke Meyer <lmeyer>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: 2.0.0CC: bleanhar, jdetiber, libra-onpremise-devel
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: oo-install-20131213-1454 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-02-04 14:48:10 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 Johnny Liu 2013-11-29 09:17:58 UTC
Description of problem:
Compare https://raw.github.com/openshift/openshift-extras/enterprise-2.0/enterprise/install-scripts/generic/openshift.sh and openshift.sh in oo-install-20131125-2001, openshift.sh in oo-install-20131125-2001 is out-of-date. E.g: fix patch for BZ#1030214 is not merger into oo-install.

And in the openshift.sh in oo-install, check configure_mcollective_for_activemq_on_{broker,node} function, will the script is writing, /etc/mcollective/{client,server}.cfg, in ose-2.0, it should be /opt/rh/ruby193/root/etc/mcollective/{client,server}.cfg

Version-Release number of selected component (if applicable):
oo-install-20131125-2001

How reproducible:
Always

Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 2 Jason DeTiberus 2013-12-13 20:42:09 UTC
install.openshift.com and install.openshift.com/ose have been updated to oo-install-20131213-1454

Comment 3 Johnny Liu 2013-12-16 07:58:37 UTC
Verified this bug with oo-install-20131213-2058, and PASS.