Bug 1699691 - Back port request for removing dependency internalAPI network.
Summary: Back port request for removing dependency internalAPI network.
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-tripleo-heat-templates
Version: 13.0 (Queens)
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: z7
: 13.0 (Queens)
Assignee: Harald Jensås
QA Contact: Alistair Tonner
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-04-15 00:51 UTC by chrisbro@redhat.com
Modified: 2019-07-10 13:05 UTC (History)
8 users (show)

Fixed In Version: openstack-tripleo-heat-templates-8.3.1-36.el7ost
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-07-10 13:05:11 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Launchpad 1772124 0 None None None 2019-04-17 20:28:26 UTC
OpenStack gerrit 661036 0 None MERGED Only add internal_api_virtual_ip if InternalApi in network_data 2020-11-17 14:52:31 UTC
Red Hat Product Errata RHBA-2019:1738 0 None None None 2019-07-10 13:05:23 UTC

Description chrisbro@redhat.com 2019-04-15 00:51:06 UTC
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

Comment 1 Steve Baker 2019-04-15 21:13:09 UTC
It looks like this would require a backport of https://review.openstack.org/#/c/628151/

Comment 9 Alistair Tonner 2019-07-05 20:48:12 UTC
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.

Comment 11 errata-xmlrpc 2019-07-10 13:05:11 UTC
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


Note You need to log in before you can comment on or make changes to this bug.