Hi Russell, This appears to be a duplicate of https://bugzilla.redhat.com/show_bug.cgi?id=1920902, and on that one there is a suggested patch to fix this. Regards, Andy
*** Bug 1920902 has been marked as a duplicate of this bug. ***
PR: https://github.com/openshift/openshift-ansible/pull/12294
Working to get the proposed PR merged.
Could reproduce this issue with openshift-ansible-3.11.374-1.git.0.92f5956.el7.noarch.rpm. The installation failed as below: TASK [openshift_named_certificates : Copy the ca-bundle.crt to temp directory] *** Sunday 07 February 2021 14:48:47 +0800 (0:00:00.460) 0:06:21.454 ******* fatal: [ci-vm-10-0-151-194.hosted.upshift.rdu2.redhat.com]: FAILED! => {"changed": false, "msg": "Source /etc/origin/master/ca-bundle.crt not found"} Verify this issue with openshift-ansible-3.11.383-1.git.0.ea6dd17.el7.noarch.rpm. With openshift_master_named_certificates=[{"certfile": "/files/ca/12817_named.crt", "keyfile": "/files/ca/12817_named.key","cafile": "/files/ca/12817_named_ca.pem"}] set in ansible inventory file, installation passed without error. Check the cluster, named certificates are configured as expected. [root@gpei-bz1920567mrre-1 master]# ls named_certificates/ 12817_named_ca.pem 12817_named.crt 12817_named.key docker-registry.pem [root@gpei-bz1920567mrre-1 master]# cat master-config.yaml ... namedCertificates: - certFile: /etc/origin/master/named_certificates/12817_named.crt keyFile: /etc/origin/master/named_certificates/12817_named.key names: - internal-named.example.com - master.example.com The content of the specified ca file "12817_named_ca.pem" was added into ca-bundle.crt.
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 (Important: OpenShift Container Platform 3.11.394 bug fix and security update), 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/RHSA-2021:0637