Bug 1698922
| Summary: | [ovirt] Deployment of OCP nodes fails in setup_dns.yaml playbook during multi-node setup | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Jan Zmeskal <jzmeskal> |
| Component: | Installer | Assignee: | Roy Golan <rgolan> |
| Installer sub component: | openshift-ansible | QA Contact: | Jan Zmeskal <jzmeskal> |
| Status: | CLOSED ERRATA | Docs Contact: | |
| Severity: | high | ||
| Priority: | unspecified | CC: | bleanhar, gpei, rgolan |
| Version: | 3.11.0 | ||
| Target Milestone: | --- | ||
| Target Release: | 3.11.z | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
Fixing the hostname passed to add_host. The bug was that in the case of
multiple hosts a pattern was used, like in an inventoy file:
[masters]
master[0:2].local
While this works in an inventory file, patterns are not supported
in the in-memory inventory and this simply fails with unreachable
hostname(master[0:2].local will not resolve).
Instead, we have to loop in the add_host module and insert every
host with the groups details etc.
Now multi-node setup proceeds normally.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-06-26 09:08:06 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: | |||
|
Comment 2
Roy Golan
2019-04-17 08:17:53 UTC
Hi Roy, I tried to verify this with those newly released packages: rpm -qa | grep openshift-ansible openshift-ansible-docs-3.11.104-1.git.0.379a011.el7.noarch openshift-ansible-playbooks-3.11.104-1.git.0.379a011.el7.noarch openshift-ansible-3.11.104-1.git.0.379a011.el7.noarch openshift-ansible-roles-3.11.104-1.git.0.379a011.el7.noarch However, the playbook for OCP deployment failed on this: http://pastebin.test.redhat.com/771820 I downloaded openshift-ansible-roles 3.11.109-1 from brew and it works OK. Then I browsed other versions of this package on brew and found out that version 3.11.107-1 includes this fix of yours: - openshift_ovirt: Fix hostname in the inventory groups (rgolan) So it seems that the issue I am hitting has already been tackled, but I cannot really verify this until openshift-ansible-roles >= 3.11.107-1 is released. Can we move this back to MODIFIED and have it automatically go to ON_QA once that happens? Jan 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-2019:1605 |