tripleo-heat-templates/releasenotes/notes/add-ControlPlaneSubnetCidr-to-net_vip_map_external-c2c83431feaf7f35.yaml
Harald Jensås 6167279363 ControlPlaneSubnetCidr in net_vip_map_external
network/ports/net_vip_map_external.j2.yaml needs the
ControlPlaneSubnetCidr parameter, since the resource
in overcloud.yaml is passing the property.

Change-Id: Ide91bd5956bcbbec36d865865c32cc6430d59a49
Closes-Bug: #1864912
2020-02-26 20:14:10 +01:00

11 lines
374 B
YAML

---
fixes:
- |
The parameter ``ControlPlaneSubnetCidr`` was missing in the
``network/ports/net_vip_map_external.j2.yaml`` and
``network/ports/net_vip_map_external_v6.j2.yaml`` template files. This
caused deployment failure since the ``VipMap`` resource pass this
property. (See Bug:
`#1864912 <https://bugs.launchpad.net/tripleo/+bug/1864912>`_)