puppet-tripleo/releasenotes/notes/composable-network-vips-a1b9b738561a8214.yaml
Bob Fournier 5824044527 Configure VIPs for all networks including composable networks
Configure all VIPs including those on custom composable networks.
Hard-coded network names are removed and instead a hiera parameter
containing all networks is used.

For keepalived, the vrouter_id is generated from an index for each
network in the hiera data.  This will change the vrouter_ids for
some VIPs.

Change-Id: I117454afe750451ad1f2633fa0f196bb71740b8d
Partial-Bug: 1741129
Depends-On: If8d3219a0714e3db34980e884dce84912a837865
2018-01-04 15:23:35 -05:00

12 lines
560 B
YAML

---
deprecations:
- The hardcoded parameter names for network vips in hiera have been
deprecated and replaced with the network_virtual_ips dict that includes
composable networks. Likewise the hardcoded network parameters to
class tripleo::keepalived have been deprecated.
fixes:
- The new network_virtual_ips hiera parameter is used to generate all
network VIP resources in haproxy, haproxy_bundle, and keepalived
manifests. Since additional custom networks may be added, the
virtual_router_ids in keepalived have been reordered.