0c66118b10
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
12 lines
464 B
YAML
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.
|