Bug 1383189
| Summary: | openshift_upgrade_nodes_serial doesn't work in nodes upgrade | ||||||
|---|---|---|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Anping Li <anli> | ||||
| Component: | Cluster Version Operator | Assignee: | Jason DeTiberus <jdetiber> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Anping Li <anli> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 3.3.1 | CC: | anli, aos-bugs, dgoodwin, jokerman, mmccomas, tdawson | ||||
| Target Milestone: | --- | Keywords: | TestBlocker | ||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2016-11-22 22:29:29 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: |
|
||||||
Was this with ansible-2.2.0-0.5.prerelease.el7.noarch or ansible-2.2.0-0.50.prerelease.el7.noarch? The 0.50 build appears to be what went out with 3.3 repos. I recall seeing this error while working on the serial upgrade vars, and I recall an ansible upgrade fixing it. Also Anping you marked a bunch of upgrade bugs as blocked by this, are you seeing errors if you *do not* specify openshift_upgrade_nodes_serial as well? (i.e. can you work around by just not using serial node upgrade) Anping: confirmed, this is a bug in ansible-2.2.0-0.5.prerelease.el7.noarch, it is fixed in 0.50, the latest 3.3 build. Yes, 0.50 works with openshift-ansible-3.3.35-1, so move to verified. |
Created attachment 1208736 [details] upgradenode.logs2 Description of problem: upgrade nodes failed for "ERROR! Unexpected Exception: invalid literal for int() with base 10: '{{ openshift_upgrade_nodes_serial | default(1) }}'" Version-Release number of selected component (if applicable): ansible-2.2.0-0.5.prerelease.el7.noarch openshift-ansible-3.3.32-1 How reproducible: always Steps to Reproduce: 1. install OCP 3.2 1 master + 2 nodes 2. run playbook upgrade_control_plane.yml 3. run playbook upgrade_nodes.yml and openshift_upgrade_nodes_serial ansible-playbook /root/openshift-ansible/playbooks/byo/openshift-cluster/upgrades/v3_3/upgrade_nodes.yml -e openshift_upgrade_nodes_serial=2 -v |& tee upgradeplane.logs Actual results: TASK [debug] ******************************************************************* task path: /root/openshift-ansible/playbooks/common/openshift-cluster/upgrades/cleanup_unused_images.yml:21 skipping: [openshift-121.lab.eng.nay.redhat.com] => { "changed": false, "skip_reason": "Conditional check failed", "skipped": true } skipping: [openshift-127.lab.eng.nay.redhat.com] => { "changed": false, "skip_reason": "Conditional check failed", "skipped": true } skipping: [openshift-125.lab.eng.nay.redhat.com] => { "changed": false, "skip_reason": "Conditional check failed", "skipped": true } ERROR! Unexpected Exception: invalid literal for int() with base 10: '{{ openshift_upgrade_nodes_serial | default(1) }}' the full traceback was: Traceback (most recent call last): File "/usr/bin/ansible-playbook", line 97, in <module> exit_code = cli.run() File "/usr/lib/python2.7/site-packages/ansible/cli/playbook.py", line 154, in run results = pbex.run() File "/usr/lib/python2.7/site-packages/ansible/executor/playbook_executor.py", line 147, in run result = self._tqm.run(play=play) File "/usr/lib/python2.7/site-packages/ansible/executor/task_queue_manager.py", line 233, in run max_serial = max([pct_to_int(x, num_hosts) for x in serial_items]) File "/usr/lib/python2.7/site-packages/ansible/utils/helpers.py", line 33, in pct_to_int return int(value) ValueError: invalid literal for int() with base 10: '{{ openshift_upgrade_nodes_serial | default(1) }}' Expected results: Additional info: