blob: d5f69ec5920bf5dc667f2380429256f6787b7e6e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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: ""
|