85f16dc6aa
This simplifies the ServiceNetMap/VipSubnetMap interfaces
to use parameter merge strategy and removes the *Defaults
interfaces.
Change-Id: Ic73628a596e9051b5c02435b712643f9ef7425e3
(cherry picked from commit b253d564f7
)
13 lines
536 B
YAML
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.
|