Description of problem: Version-Release number of the following components: openshift-ansible-playbooks-3.7.23-1.git.0.bc406aa.el7.noarch ansible-2.4.2.0-2.el7.noarch openshift-ansible-3.7.23-1.git.0.bc406aa.el7.noarch ansible-playbook 2.4.2.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-playbook python version = 2.7.5 (default, May 3 2017, 07:55:04) [GCC 4.8.5 20150623 (Red Hat 4.8.5-14)] Actual results: Sparce error messages in full output regarding the deployment of specific components but installer finishes and says complete. Expected results: provisioners components properly deployed Notes: Attaching content shortly
I was assigned on the support ticket in APAC working hour and checked logs. The issue was caused by the task "name": "Check efs anyuid permissions", and it failed to get scc with same reason of bz1525014. "stderr": "the server doesn't have a resource type \"scc\"", "stderr_lines": [ "the server doesn't have a resource type \"scc\"" ], After the customer proceeded workaround discussed in bz1525014, ansible completed. As this is not an original issue, I am closing this ticket as duplicated. *** This bug has been marked as a duplicate of bug 1525014 ***
Nice work, thanks Kenjiro!