Bug 1329455
Summary: | [quick-install] Cannot add new nodes in pre-existing env | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Gan Huang <ghuang> |
Component: | Installer | Assignee: | Samuel Munilla <smunilla> |
Status: | CLOSED ERRATA | QA Contact: | Gan Huang <ghuang> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 3.2.0 | CC: | adellape, aos-bugs, bleanhar, jokerman, mmccomas |
Target Milestone: | --- | Flags: | ghuang:
needinfo-
|
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Previously, the quick installer had issues adding new nodes to existing clusters in certain configurations. This bug fix updates the installer to properly identify these configurations and allow new nodes to be added as expected.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2016-08-18 19:28:13 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: | |||
Bug Depends On: | 1366595 | ||
Bug Blocks: |
Description
Gan Huang
2016-04-22 02:24:53 UTC
I just opened up https://github.com/openshift/openshift-ansible/pull/2062 which should catch both detecting master_lb's and storage hosts as installed If i installed a ha env by quick-installer: # cat /hosts [OSEv3:children] nodes nfs masters lb etcd [OSEv3:vars] ansible_ssh_user=root openshift_master_cluster_method=native openshift_master_cluster_hostname=openshift-103.lab.eng.nay.redhat.com openshift_master_cluster_public_hostname=openshift-103.lab.eng.nay.redhat.com deployment_type=openshift-enterprise [nodes] openshift-127.lab.eng.nay.redhat.com openshift_ip=192.168.2.157 openshift_public_ip=10.66.147.127 openshift_hostname=openshift-127.lab.eng.nay.redhat.com openshift_public_hostname=openshift-127.lab.eng.nay.redhat.com openshift_node_labels="{'region': 'infra'}" openshift_schedulable=False openshift-111.lab.eng.nay.redhat.com openshift_ip=192.168.2.158 openshift_public_ip=10.66.147.111 openshift_hostname=openshift-111.lab.eng.nay.redhat.com openshift_public_hostname=openshift-111.lab.eng.nay.redhat.com openshift_node_labels="{'region': 'infra'}" openshift_schedulable=False openshift-112.lab.eng.nay.redhat.com openshift_ip=192.168.2.159 openshift_public_ip=10.66.147.112 openshift_hostname=openshift-112.lab.eng.nay.redhat.com openshift_public_hostname=openshift-112.lab.eng.nay.redhat.com openshift_schedulable=False openshift-103.lab.eng.nay.redhat.com openshift_ip=192.168.2.160 openshift_public_ip=10.66.147.103 openshift_hostname=openshift-103.lab.eng.nay.redhat.com openshift_public_hostname=openshift-103.lab.eng.nay.redhat.com openshift_schedulable=True [nfs] openshift-121.lab.eng.nay.redhat.com openshift_ip=192.168.2.161 openshift_public_ip=10.66.147.121 openshift_hostname=openshift-121.lab.eng.nay.redhat.com openshift_public_hostname=openshift-121.lab.eng.nay.redhat.com [masters] openshift-127.lab.eng.nay.redhat.com openshift_ip=192.168.2.157 openshift_public_ip=10.66.147.127 openshift_hostname=openshift-127.lab.eng.nay.redhat.com openshift_public_hostname=openshift-127.lab.eng.nay.redhat.com openshift-111.lab.eng.nay.redhat.com openshift_ip=192.168.2.158 openshift_public_ip=10.66.147.111 openshift_hostname=openshift-111.lab.eng.nay.redhat.com openshift_public_hostname=openshift-111.lab.eng.nay.redhat.com openshift-112.lab.eng.nay.redhat.com openshift_ip=192.168.2.159 openshift_public_ip=10.66.147.112 openshift_hostname=openshift-112.lab.eng.nay.redhat.com openshift_public_hostname=openshift-112.lab.eng.nay.redhat.com [lb] openshift-103.lab.eng.nay.redhat.com openshift_ip=192.168.2.160 openshift_public_ip=10.66.147.103 openshift_hostname=openshift-103.lab.eng.nay.redhat.com openshift_public_hostname=openshift-103.lab.eng.nay.redhat.com [etcd] openshift-127.lab.eng.nay.redhat.com openshift_ip=192.168.2.157 openshift_public_ip=10.66.147.127 openshift_hostname=openshift-127.lab.eng.nay.redhat.com openshift_public_hostname=openshift-127.lab.eng.nay.redhat.com openshift-111.lab.eng.nay.redhat.com openshift_ip=192.168.2.158 openshift_public_ip=10.66.147.111 openshift_hostname=openshift-111.lab.eng.nay.redhat.com openshift_public_hostname=openshift-111.lab.eng.nay.redhat.com openshift-112.lab.eng.nay.redhat.com openshift_ip=192.168.2.159 openshift_public_ip=10.66.147.112 openshift_hostname=openshift-112.lab.eng.nay.redhat.com openshift_public_hostname=openshift-112.lab.eng.nay.redhat.com quick-installer will still fail to add new nodes due to nfs host can't be identified to a installed/uninstalled host. Commit pushed to master at https://github.com/openshift/openshift-ansible https://github.com/openshift/openshift-ansible/commit/58819b9243e72482729fce3ff24b414c461431ab Merge pull request #2297 from abutcher/bz#1329455 a-o-i: Bug1329455, [quick-install] Cannot add new nodes in pre-existing env Verified with atomic-openshift-utils-3.2.23-1.git.0.af9440e.el7.noarch New nodes can be added sussfully in the scenario of comment 7.` Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2016:1639 |