tripleo-heat-templates/releasenotes/notes/fix-deployment-failure-when-network-disabled-156190243ff239ea.yaml
Harald Jensås f222681a43 Don't add IpList for disabled networks
When disabling networks in network data an IpList
entry was added in {{role.name}}IpListMap. This
caused a validation error.

Add a yaql expression to filter on role networks in
network/ports/net_ip_list_map.j2.yaml. RoleNetIpMap
should'nt have entries for networks not used by the
role that maps to the ctlplane IP.

Depends-On: https://review.opendev.org/710574
Closes-Bug: #1842001
Change-Id: I0cda298b0ed27705a8b6e0f62633af2253d8d0de
2020-03-10 23:34:34 +00:00

7 lines
206 B
YAML

---
fixes:
- |
Fixed an issue where disabling one or more networks in
``network_data.yaml`` caused deployment failure. (See bug:
`#1842001 <https://bugs.launchpad.net/tripleo/+bug/1842001>`_)