Bug 1581388
| Summary: | master scaleup failed due to 'openshift_is_atomic' is undefined" | ||||||
|---|---|---|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Vikas Laad <vlaad> | ||||
| Component: | Installer | Assignee: | Michael Gugino <mgugino> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Johnny Liu <jialiu> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 3.10.0 | CC: | aos-bugs, cshereme, jokerman, knakayam, mmccomas | ||||
| Target Milestone: | --- | Keywords: | Regression | ||||
| Target Release: | 3.10.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | |||||||
| : | 1582190 (view as bug list) | Environment: | |||||
| Last Closed: | 2018-07-30 19:16:14 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: | |||||||
| Bug Blocks: | 1582190 | ||||||
| Attachments: |
|
||||||
Created attachment 1440253 [details]
ansible log with -vvv
PR Created in master: https://github.com/openshift/openshift-ansible/pull/8501 We should probably backport this fix to 3.9. In openshift-ansible-3.10.0-0.51.0 master scaleup completed fine with latest from openshift-ansible d0c4e258276e316d26d7322c4064df5b915f8fd6 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-2018:1816 |
Description of problem: I am trying to do a master scale up and seeing following error fatal: [ec2-34-219-80-219.us-west-2.compute.amazonaws.com]: FAILED! => { "failed": true, "msg": "The task includes an option with an undefined variable. The error was: {{ (openshift_is_atomic | bool) | ternary('/usr/local/bin/oc', 'oc') }}: 'openshift_is_atomic' is undefined\n\nThe error appears to have been in '/root/openshift-ansible/playbooks/init/basic_facts.yml': line 116, column 5, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n\n - set_fact:\n ^ here\n\nexception type: <class 'ansible.errors.AnsibleUndefinedVariable'>\nexception: {{ (openshift_is_atomic | bool) | ternary('/usr/local/bin/oc', 'oc') }}: 'openshift_is_atomic' is undefined" } Version-Release number of the following components: rpm -q openshift-ansible (latest from openshift ansible 49bacbd696f1c84eff0450dfb67693050b71b5f9) rpm -q ansible ansible-2.4.4.0-1.el7ae.noarch ansible --version ansible 2.4.4.0 config file = /root/openshift-ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible python version = 2.7.5 (default, May 4 2018, 09:38:16) [GCC 4.8.5 20150623 (Red Hat 4.8.5-34)] Steps to Reproduce: 1. create a cluster with 1 master 2. try to add 2 more masters with attached inventory ansible-playbook -i inv openshift-ansible/playbooks/openshift-master/scaleup.yml -vvv Actual results: scaleup fails Expected results: should be able to add 2 more masters Additional info: Please attach logs from ansible-playbook with the -vvv flag