aboutsummaryrefslogtreecommitdiffstats
path: root/environments/host-config-and-reboot.j2.yaml
blob: c16627dbb37a659f720c3cd1de24c86b7a6c23b0 (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: ""
    #IsolCpusList: ""
  #ComputeOvsDpdkParameters:
    #KernelArgs: "intel_iommu=on iommu=pt default_hugepagesz=1GB hugepagesz=1G hugepages=60"
    #TunedProfileName: "cpu-partitioning"
    #IsolCpusList: ""