Bug 1597871
| Summary: | Scaleup fails on task Approve bootstrap nodes | ||||||
|---|---|---|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Vikas Laad <vlaad> | ||||
| Component: | Installer | Assignee: | Scott Dodson <sdodson> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Johnny Liu <jialiu> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 3.10.0 | CC: | aos-bugs, ghuang, hongkliu, jokerman, mmccomas | ||||
| Target Milestone: | --- | ||||||
| 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: | 2018-07-05 12:49:47 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: |
|
||||||
Created attachment 1456310 [details]
ansible log with -vvv
Tested with openshift-ansible-3.10.12-1.git.264.fa89aae.el7.noarch.rpm I'm unable to replica the issue. Matt and I were debugging this on friday, he's filed 1597908 *** This bug has been marked as a duplicate of bug 1597908 *** |
Description of problem: Node scaleup fails with following error 2018-07-03 18:02:10,475 p=44170 u=root | fatal: [ec2-35-160-240-9.us-west-2.compute.amazonaws.com]: FAILED! => { "changed": false, "failed": true, "msg": "Node approval failed" } Version-Release number of the following components: rpm -q openshift-ansible openshift-ansible-3.10.10-1.git.248.0bb6b58.el7.noarch rpm -q ansible ansible-2.4.5.0-1.el7ae.noarch ansible --version ansible 2.4.5.0 config file = /etc/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, Jun 12 2018, 10:42:23) [GCC 4.8.5 20150623 (Red Hat 4.8.5-34)] How reproducible: Always Steps to Reproduce: 1. create 3.10 cluster 2. try to add compute nodes Actual results: Please include the entire output from the last TASK line through the end of output if an error is generated Expected results: Scaleup should complete Additional info: Please attach logs from ansible-playbook with the -vvv flag Attached inventory and ansible log.