Bug 1612864
| Summary: | openshift_upgrade_node_label does not upgrades masters when labels are matched | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Jatan Malde <jmalde> | ||||||||
| Component: | Cluster Version Operator | Assignee: | Vadim Rutkovsky <vrutkovs> | ||||||||
| Status: | CLOSED NOTABUG | QA Contact: | Gaoyun Pei <gpei> | ||||||||
| Severity: | high | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | 3.9.0 | CC: | aos-bugs, bcankurt, jmalde, jokerman, mmccomas, scuppett, sdodson, vrutkovs | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | 3.9.z | ||||||||||
| Hardware: | x86_64 | ||||||||||
| OS: | Linux | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2018-08-22 11:20:22 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: | |||||||||||
| Attachments: |
|
||||||||||
|
Description
Jatan Malde
2018-08-06 12:32:19 UTC
Please attach the full inventory Hi, we had to change the hosts stanza for three tasks in the upgrade_node.yml playbook. oo_nodes_to_upgrade:!oo_masters_to_config - > oo_nodes_to_upgrade:oo_masters_to_config https://github.com/openshift/openshift-ansible/blob/dab8e8cce33dcd08ec5a03e2f23c94e195ea4054/playbooks/common/openshift-cluster/upgrades/upgrade_nodes.yml#L3 https://github.com/openshift/openshift-ansible/blob/dab8e8cce33dcd08ec5a03e2f23c94e195ea4054/playbooks/common/openshift-cluster/upgrades/upgrade_nodes.yml#L12 https://github.com/openshift/openshift-ansible/blob/dab8e8cce33dcd08ec5a03e2f23c94e195ea4054/playbooks/common/openshift-cluster/upgrades/upgrade_nodes.yml#L82 The statement !oo_masters_to_config was causing the playbook to disregard the master nodes, hence a node upgrade was not done although the master nodes were properly selected. Created attachment 1473943 [details]
inventory
here's the inventory.
Created attachment 1473976 [details]
control plane upgrade playbook logs.
(In reply to Bahaddin from comment #8) > Created attachment 1473976 [details] > control plane upgrade playbook logs. We'd need `ansible-playbook -vvv` output to find out more details Created attachment 1474672 [details]
control plane upgrade verbose logs
Hello,
I'm attaching the verbose logs..
Best,
Bahaddin
Instead of playbooks/common/openshift-cluster/upgrades/v3_9/upgrade_control_plane.yml they should run playbooks/byo/openshift-cluster/upgrades/v3_9/upgrade_control_plane.yml Closing for the moment. If there are issues with the BYO scripts, please reopen with the additional details. |