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
19 lines
575 B
YAML
19 lines
575 B
YAML
resource_registry:
|
|
{% for role in roles %}
|
|
OS::TripleO::{{role.name}}::PreNetworkConfig: ../extraconfig/pre_network/host_config_and_reboot.yaml
|
|
{% endfor %}
|
|
|
|
#parameter_defaults:
|
|
# Note: There are no global parameters which can be applied to all roles as
|
|
# these configuration have to be specific to role.
|
|
|
|
# Sample parameters for Compute and ComputeOvsDpdk roles
|
|
#ComputeParameters:
|
|
#KernelArgs: ""
|
|
#TunedProfileName: ""
|
|
#HostIsolatedCoreList: ""
|
|
#ComputeOvsDpdkParameters:
|
|
#KernelArgs: ""
|
|
#TunedProfileName: ""
|
|
#HostIsolatedCoreList: ""
|