Bug 1544001
Summary: | Ansible openshift playbooks run fails on TASK [openshift_service_catalog : wait for api server to be ready] | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Greg Rodriguez II <grodrigu> |
Component: | Installer | Assignee: | Vadim Rutkovsky <vrutkovs> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Jian Zhang <jiazha> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 3.7.0 | CC: | ademaria, aos-bugs, bleanhar, chezhang, fweimer, jburck, jokerman, mmariyan, mmccomas, npope+rhbugzilla, pkanthal, vjaypurk, vrutkovs, wmeng, zhsun, zitang |
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-18 15:59:59 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: |
Description
Greg Rodriguez II
2018-02-09 19:31:33 UTC
It seems "cluster.local" should be listed first instead of being appended. Created https://github.com/openshift/openshift-ansible/pull/7103 for master Customer still affected by this issue and requesting update on Bug. Has there been any movement on this issue at all and are there any updates I can provide to the customer? (In reply to Greg Rodriguez II from comment #9) > Customer still affected by this issue and requesting update on Bug. Has > there been any movement on this issue at all and are there any updates I can > provide to the customer? The solution is to update to RHEL 7.5 (glib resolver is fixed there) and update to the later version of openshift-ansible. The PR to use cluster.local first has been merged and available since openshift-ansible-3.7.31-1 verify success. Test Step: 1) config the "cluster.local" as 8th and restart the dnsmasq, like below: [root@host-172-16-120-115 ~]# cat /etc/resolv.conf # nameserver updated by /etc/NetworkManager/dispatcher.d/99-origin-dns.sh # Generated by NetworkManager search tds.net svc.tds.net web.tds.net dns.net sec.net ent.tds.net tds.net cluster.local openstacklocal nameserver 172.16.120.115 [root@host-172-16-120-115 ~]# systemctl restart dnsmasq.service 2) Install the service catalog success by using openshift-ansible, and it works well! system info: [root@host-172-16-120-115 ~]# cat /etc/redhat-release Red Hat Enterprise Linux Server release 7.5 (Maipo) [root@host-172-16-120-115 ~]# rpm -qa | grep glibc glibc-common-2.17-222.el7.x86_64 glibc-2.17-222.el7.x86_64 ansible version: openshift-ansible-3.9.27 Additional info: I can reproduce this bug in RHEL 7.4. [root@qe-zitang-gcemaster-etcd-1 ~]# cat /etc/redhat-release l Red Hat Enterprise Linux Server release 7.4 (Maipo) [root@qe-zitang-gcemaster-etcd-1 ~]# rpm -qa | grep glibc glibc-common-2.17-196.el7_4.2.x86_64 glibc-2.17-196.el7_4.2.x86_64 (In reply to Vadim Rutkovsky from comment #10) > (In reply to Greg Rodriguez II from comment #9) > > Customer still affected by this issue and requesting update on Bug. Has > > there been any movement on this issue at all and are there any updates I can > > provide to the customer? > > The solution is to update to RHEL 7.5 (glib resolver is fixed there) and > update to the later version of openshift-ansible. The advisory with the glibc fix is https://access.redhat.com/errata/RHSA-2018:0805 |