Bug 1571601
| Summary: | [3.9] Certificate expiry playbook couldn't work | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Gaoyun Pei <gpei> |
| Component: | Installer | Assignee: | Vadim Rutkovsky <vrutkovs> |
| Status: | CLOSED ERRATA | QA Contact: | Gaoyun Pei <gpei> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 3.9.0 | CC: | aos-bugs, jokerman, mmccomas, wmeng |
| Target Milestone: | --- | ||
| Target Release: | 3.9.z | ||
| 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-06-27 18:02:09 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: | |||
https://github.com/openshift/openshift-ansible/pull/8149 should resolve that Fix is available in openshift-ansible-3.9.27-1 Verify this bug with openshift-ansible-3.9.27-1.git.0.52e35b5.el7.noarch. Tried several cert-check playbooks, easy-mode.yaml/default.yaml/longer_warning_period.yaml, all work well. 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/RHSA-2018:2013 |
Description of problem: The latest 3.9 cert expiry checking playbook not working now. Version-Release number of the following components: openshift-ansible-3.9.24-1.git.0.d0289ea.el7.noarch How reproducible: 100% Steps to Reproduce: 1.Run certificate expiry playbook against an ocp-3.9 cluster ansible-playbook -i host/39 /usr/share/ansible/openshift-ansible/playbooks/openshift-checks/certificate_expiry/default.yaml -v Actual results: PLAY [Check cert expirys] *************************************************************************************************************************************************** TASK [openshift_certificate_expiry : Check cert expirys on host] ************************************************************************************************************ fatal: [qe-gpei-39-node-registry-router-1.0424-ox2.qe.rhcloud.com]: FAILED! => {"changed": false, "failed": true, "module_stderr": "Shared connection to qe-gpei-39-node-registry-router-1.0424-ox2.qe.rhcloud.com closed.\r\n", "module_stdout": "Traceback (most recent call last):\r\n File \"/tmp/ansible_Koge0f/ansible_module_openshift_cert_expiry.py\", line 805, in <module>\r\n main()\r\n File \"/tmp/ansible_Koge0f/ansible_module_openshift_cert_expiry.py\", line 509, in main\r\n cert_meta['serviceSigner'] = os.path.join(cfg_path, cfg['controllerConfig']['serviceServingCert']['signer']['certFile'])\r\nKeyError: 'controllerConfig'\r\n", "msg": "MODULE FAILURE", "rc": 0} fatal: [qe-gpei-39-master-etcd-nfs-1.0424-ox2.qe.rhcloud.com]: FAILED! => {"changed": false, "failed": true, "module_stderr": "Shared connection to qe-gpei-39-master-etcd-nfs-1.0424-ox2.qe.rhcloud.com closed.\r\n", "module_stdout": "Traceback (most recent call last):\r\n File \"/tmp/ansible_SGznmu/ansible_module_openshift_cert_expiry.py\", line 805, in <module>\r\n main()\r\n File \"/tmp/ansible_SGznmu/ansible_module_openshift_cert_expiry.py\", line 509, in main\r\n cert_meta['serviceSigner'] = os.path.join(cfg_path, cfg['controllerConfig']['serviceServingCert']['signer']['certFile'])\r\nKeyError: 'controllerConfig'\r\n", "msg": "MODULE FAILURE", "rc": 0} to retry, use: --limit @/usr/share/ansible/openshift-ansible/playbooks/openshift-checks/certificate_expiry/default.retry Expected results: Additional info: Please attach logs from ansible-playbook with the -vvv flag