Bug 1699691
Summary: | Back port request for removing dependency internalAPI network. | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | chrisbro <chrisbro> |
Component: | openstack-tripleo-heat-templates | Assignee: | Harald Jensås <hjensas> |
Status: | CLOSED ERRATA | QA Contact: | Alistair Tonner <atonner> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 13.0 (Queens) | CC: | aschultz, bfournie, dsedgmen, hjensas, mburns, mlammon, pmannidi, sbaker |
Target Milestone: | z7 | Keywords: | Triaged, ZStream |
Target Release: | 13.0 (Queens) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | openstack-tripleo-heat-templates-8.3.1-36.el7ost | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-07-10 13:05:11 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
chrisbro@redhat.com
2019-04-15 00:51:06 UTC
It looks like this would require a backport of https://review.openstack.org/#/c/628151/ rhos-release -L Installed repositories (rhel-7.6): 13 ceph-3 ceph-osd-3 rhel-7.6 core_puddle_version: 2019-06-25.1 openstack-tripleo-heat-templates.noarch 8.3.1-53.el7ost <code verified> openstack network list +--------------------------------------+----------+--------------------------------------+ | ID | Name | Subnets | +--------------------------------------+----------+--------------------------------------+ | 2f00cdcb-9979-4bc9-968a-85b3fa77381f | ctlplane | 15dc707c-c8e5-4172-bc5b-29736916e31c | | e9160628-6122-45b4-b782-983972b3f034 | external | a8e87792-5544-4a56-91ae-a92f5c3a964d | +--------------------------------------+----------+--------------------------------------+ (undercloud) [stack@undercloud-0 ~]$ openstack overcloud status Started Mistral Workflow tripleo.deployment.v1.get_deployment_status. Execution ID: c67022bb-c6dd-4866-978f-2073e1b80926 +-----------+---------------------+---------------------+-------------------+ | Plan Name | Created | Updated | Deployment Status | +-----------+---------------------+---------------------+-------------------+ | overcloud | 2019-07-05 19:42:10 | 2019-07-05 19:42:10 | DEPLOY_SUCCESS | +-----------+---------------------+---------------------+-------------------+ (undercloud) [stack@undercloud-0 ~]$ for ip in `openstack server list -f value -c Networks |cut -d = -f2`; do echo $ip; ssh heat-admin@${ip} "sudo docker ps --all " |grep -i error ; done 192.168.24.18 Warning: Permanently added '192.168.24.18' (ECDSA) to the list of known hosts. 192.168.24.13 Warning: Permanently added '192.168.24.13' (ECDSA) to the list of known hosts. 192.168.24.8 Warning: Permanently added '192.168.24.8' (ECDSA) to the list of known hosts. 192.168.24.11 Warning: Permanently added '192.168.24.11' (ECDSA) to the list of known hosts. 192.168.24.12 Warning: Permanently added '192.168.24.12' (ECDSA) to the list of known hosts. 192.168.24.9 Warning: Permanently added '192.168.24.9' (ECDSA) to the list of known hosts. 192.168.24.17 Warning: Permanently added '192.168.24.17' (ECDSA) to the list of known hosts. 192.168.24.22 Warning: Permanently added '192.168.24.22' (ECDSA) to the list of known hosts. Overcloud deployment with *only* external network succeeded. 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:1738 |