Bug 1021377 - oo-install get an incorrect IP address for CONF_NAMED_IP_ADDR in launcher.rb
Summary: oo-install get an incorrect IP address for CONF_NAMED_IP_ADDR in launcher.rb
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Node
Version: 2.0.0
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: ---
Assignee: N. Harrison Ripps
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-21 08:03 UTC by Johnny Liu
Modified: 2017-03-08 17:35 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-12-16 09:11:17 UTC
Target Upstream Version:


Attachments (Terms of Use)

Comment 3 N. Harrison Ripps 2013-10-21 12:54:41 UTC
Assigned

Comment 4 N. Harrison Ripps 2013-10-21 14:55:15 UTC
Addressed in pull request #91 - https://github.com/openshift/openshift-extras/pull/91

Comment 5 Johnny Liu 2013-10-22 06:05:39 UTC
Verified this bug with oo-install-20131021-2047 and PASS.

$ sh <(curl -s http://oo-install.rhcloud.com/) "-e -w enterprise_deploy -c oo-install-cfg.yml-rhn"
<--snip-->
Copying deployment script to target 10.4.59.165.
openshift.sh                                                                                                                                           100%   85KB  84.9KB/s   00:00    
Running deployment
The following components should be installed:
	broker.
	named.
	activemq.
	datastore.
Configuring with broker with hostname broker.my-ose.com.cn.
Configuring with named with IP address 192.168.59.177.
Configuring with datastore with hostname dbserver.my-ose.com.cn.
Configuring with activemq with hostname msgserver.my-ose.com.cn.
<--snip-->

Now oo-install is setting a correct ip for CONF_NAMED_IP_ADDR


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