tripleo-heat-templates/releasenotes/notes/pre-network-config-role-specific-b36cc4bd6383e493.yaml
Saravanan KR 0c66118b10 Modify PreNetworkConfig config inline with role-specific parameters
Existing host_config_and_reboot.role.j2.yaml is done in ocata to
configure kernel args. This can be enhanced with use of role-specific
parameters, which is done in the current patch. The earlier method is
deprecated and will be removed in Q releae.
Implements: blueprint ovs-2-6-dpdk

Change-Id: Ib864f065527167a49a0f60812d7ad4ad12c836d1
2017-06-13 11:02:33 +05:30

12 lines
464 B
YAML

---
features:
- PreNetworkConfig is modified to support role-specific parameters.
upgrade:
- PreNetworkConfig takes a new parameter, RoleParameters. All the templates
associated with PreNetworkConfig should add this new parameter during
upgrade.
deprecations:
- Parameters {{role}}KernelArgs, {{role}}TunedProfileName and
{{role}}HostCpusList are deprecated. Alternatively, role-specific
parameter support has been added with the same names.