| Summary: | oo-install get an incorrect IP address for CONF_NAMED_IP_ADDR in launcher.rb | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Johnny Liu <jialiu> |
| Component: | Node | Assignee: | N. Harrison Ripps <hripps> |
| Status: | CLOSED ERRATA | QA Contact: | libra bugs <libra-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2.0.0 | CC: | hripps, libra-onpremise-devel |
| 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: | 2013-12-16 09:11:17 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: | |
|
Comment 3
N. Harrison Ripps
2013-10-21 12:54:41 UTC
Addressed in pull request #91 - https://github.com/openshift/openshift-extras/pull/91 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 |