Bug 1563541
| Summary: | Install etcd failed when deploy OCP on Atomic Host | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Weihua Meng <wmeng> |
| Component: | Installer | Assignee: | Vadim Rutkovsky <vrutkovs> |
| Status: | CLOSED ERRATA | QA Contact: | Weihua Meng <wmeng> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 3.10.0 | CC: | aos-bugs, jokerman, mmccomas |
| Target Milestone: | --- | ||
| Target Release: | 3.10.0 | ||
| 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-07-30 19:11:39 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: | |||
Test on Atomic Host is blocked by this bug. Believed to be fixed in https://github.com/openshift/openshift-ansible/pull/7770 Fixed.
openshift-ansible-3.10.0-0.16.0.git.0.8925606.el7.noarch.rpm
TASK [etcd : Install etcd] *****************************************************
Friday 06 April 2018 20:50:21 -0400 (0:00:00.055) 0:08:04.838 **********
skipping: [qe-wmengah310162-master-etcd-1.0406-83q.qe.rhcloud.com] => {"changed": false, "skip_reason": "Conditional result was False", "skipped": true}
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-2018:1816 |
Description of problem: Install etcd failed when deploy OCP on Atomic Host Install successfully on RHEL Version-Release number of the following components: openshift-ansible-3.10.0-0.15.0.git.0.556ddbb.el7.noarch.rpm How reproducible: Always Steps to Reproduce: 1. deploy OCP 3.10 on Atomic Host $ ansible-playbook playbooks/deploy_cluster.yml Actual results: TASK [etcd : Install etcd] ***************************************************** Tuesday 03 April 2018 22:34:42 -0400 (0:00:00.024) 0:02:18.355 ********* FAILED - RETRYING: Install etcd (2 retries left). FAILED - RETRYING: Install etcd (1 retries left). fatal: [qe-wmengah310et-master-etcd-1.0403-qn5.qe.rhcloud.com]: FAILED! => {"attempts": 2, "changed": false, "failed": true, "msg": "Could not find a module for unknown."} NO MORE HOSTS LEFT ************************************************************* Expected results: Install successfully