Bug 1704973
| Summary: | Overcloud deployment on pre-deployed server fails when network-scripts package is not installed | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Marius Cornea <mcornea> |
| Component: | openstack-tripleo-common | Assignee: | Adriano Petrich <apetrich> |
| Status: | CLOSED ERRATA | QA Contact: | Sasha Smolyak <ssmolyak> |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 15.0 (Stein) | CC: | apetrich, aschultz, dbecker, emacchi, mburns, morazi, slinaber |
| Target Milestone: | beta | Keywords: | Triaged |
| Target Release: | 15.0 (Stein) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-tripleo-common-10.7.1-0.20190520133901.eeee6fb.el8ost.noarch | Doc Type: | No Doc Update |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-09-21 11:21:38 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: | |||
| Bug Depends On: | 1734172 | ||
| Bug Blocks: | |||
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/RHEA-2019:2811 |
Description of problem: Overcloud deployment on pre-deployed server fails when network-scripts package is not installed: TASK [tripleo-bootstrap : Ensure network service is enabled and started] ******* Tuesday 30 April 2019 22:46:32 +0000 (0:00:00.593) 0:01:35.183 ********* fatal: [compute-1]: FAILED! => {"changed": false, "msg": "Could not find the requested service network: host"} fatal: [compute-0]: FAILED! => {"changed": false, "msg": "Could not find the requested service network: host"} fatal: [controller-0]: FAILED! => {"changed": false, "msg": "Could not find the requested service network: host"} fatal: [ceph-1]: FAILED! => {"changed": false, "msg": "Could not find the requested service network: host"} fatal: [controller-1]: FAILED! => {"changed": false, "msg": "Could not find the requested service network: host"} fatal: [ceph-2]: FAILED! => {"changed": false, "msg": "Could not find the requested service network: host"} fatal: [ceph-0]: FAILED! => {"changed": false, "msg": "Could not find the requested service network: host"} fatal: [controller-2]: FAILED! => {"changed": false, "msg": "Could not find the requested service network: host"} NO MORE HOSTS LEFT ************************************************************* PLAY RECAP ********************************************************************* ceph-0 : ok=6 changed=3 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0 ceph-1 : ok=6 changed=3 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0 ceph-2 : ok=6 changed=3 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0 compute-0 : ok=6 changed=3 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0 compute-1 : ok=6 changed=3 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0 controller-0 : ok=6 changed=3 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0 controller-1 : ok=6 changed=3 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0 controller-2 : ok=6 changed=3 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0 undercloud : ok=3 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Version-Release number of selected component (if applicable): 15 -p RHOS_TRUNK-15.0-RHEL-8-20190423.n.1 How reproducible: 100% Steps to Reproduce: 1. Deploy overcloud on pre-deployed servers using RHEL8 cloud image Actual results: TASK [tripleo-bootstrap : Ensure network service is enabled and started] fails because network-scripts package is not installed. Expected results: No failure Additional info: