Description of problem: Back port request for removing dependency internalAPI network When I try to deploy with only External network in network_data.yaml as shown in example below. The deployment fails allNodesConfig because it has InternalApiNetworkName hard coded. In the parameters section of the template parameters are only created for each network in network_data.yaml. Version-Release number of selected component (if applicable): Red Hat openstack platform 13 How reproducible: Always Steps to Reproduce: Deploy overcloud with Ctl-plane and external networks. Actual results: The deployment fails allNodesConfig because it has InternalApiNetworkName hard coded. Expected results: Deployment should continue. Additional info: We are having the same issue as in the launchpad bug. https://bugs.launchpad.net/tripleo/+bug/1772124
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