Hide Forgot
Description of problem: Trigger installation with proxy settings, installer failed at: TASK [openshift_node : Configure Proxy Settings] ******************************* Wednesday 02 May 2018 22:26:41 -0400 (0:00:00.928) 0:01:27.894 ********* fatal: [host-8-245-18.host.centralci.eng.rdu2.redhat.com]: FAILED! => {"failed": true, "msg": "'dict object' has no attribute 'master'"} fatal: [host-8-249-153.host.centralci.eng.rdu2.redhat.com]: FAILED! => {"failed": true, "msg": "'dict object' has no attribute 'master'"} Version-Release number of the following components: openshift-ansible-3.10.0-0.32.0.git.0.bb50d68.el7.noarch.rpm How reproducible: always Steps to Reproduce: 1. Trigger installation with proxy settings: openshift_https_proxy=http://test.redhat.com:3128 openshift_http_proxy=http://test.redhat.com:3128 2. 3. Actual results: TASK [openshift_node : Configure Proxy Settings] ******************************* Wednesday 02 May 2018 22:26:41 -0400 (0:00:00.928) 0:01:27.894 ********* fatal: [host-8-245-18.host.centralci.eng.rdu2.redhat.com]: FAILED! => {"failed": true, "msg": "'dict object' has no attribute 'master'"} fatal: [host-8-249-153.host.centralci.eng.rdu2.redhat.com]: FAILED! => {"failed": true, "msg": "'dict object' has no attribute 'master'"} Expected results: Additional info: Please attach logs from ansible-playbook with the -vvv flag
Blocking proxy related testing.
Russ's thoughts, re-ordering of playbooks means that we've lost ensuring that these facts are set before use as they were in the past.
Proposed: https://github.com/openshift/openshift-ansible/pull/8275
Commit pushed to master at https://github.com/openshift/openshift-ansible https://github.com/openshift/openshift-ansible/commit/64921e8622d492db1e97676c6f40f058f55f9ee3 Convert SDN master facts to openshift_facts defaults sdn_cluster_network_cidr sdn_host_subnet_length Due to bootstrapping, nodes are installed before masters so master facts are not available. Bug 1574300 | https://bugzilla.redhat.com/show_bug.cgi?id=1574300
Commit in build openshift-ansible-3.10.0-0.38.0
Tested in openshift-ansible-3.10.0-0.38.0.git.7.848b045.el7.noarch.rpm The error is gone and installation can complete, but the proxy environment are missing in some places, tracked in https://bugzilla.redhat.com/show_bug.cgi?id=1576669
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