tripleo-heat-templates/releasenotes/notes/use-server-side-merging-service-net-map-0c65b5e421ce05bd.yaml
ramishra 85f16dc6aa Use server side env merging for ServiceNetMap/VipSubnetMap
This simplifies the ServiceNetMap/VipSubnetMap interfaces
to use parameter merge strategy and removes the *Defaults
interfaces.

Change-Id: Ic73628a596e9051b5c02435b712643f9ef7425e3
(cherry picked from commit b253d564f7)
2022-06-15 14:52:48 +05:30

13 lines
536 B
YAML

---
features:
- |
This changes the ServiceNetMap and VipSubnetMap interfaces to allow for
server side env merging. This would, for example, allow for adding network
for a new services without having to specify complete ServiceNetMap in
parameter_defaults section of an environment file.
upgrade:
- |
With the change to ServiceNetMap/VipSubnetMap interface, existing environments
where they are overridden have to specify 'merge' strategy for the parameters
in a new 'parameter_merge_strategies' section.