tripleo-heat-templates/environments/host-config-and-reboot.j2.yaml
Saravanan KR 5c2e741da3 Revert "Remove host-config-and-reboot interface"
This reverts commit 2a87199601.

BootParams takes care of the kernel args configuration and
reboot via ansible. But Enabling of OVS-DPDK (EnableDpdkDeployment)
is still handled as part of the PreNetworkConfig (host_config_and_reboot).
It can be cleaned-up to remove unused bits, but not the entire stack.

Change-Id: Ifeb029ddaeb2bc60f43abdb8bdb02a4c911ace30
2019-02-20 09:59:08 +05:30

19 lines
648 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: ""
#IsolCpusList: ""
#ComputeOvsDpdkParameters:
#KernelArgs: "intel_iommu=on iommu=pt default_hugepagesz=1GB hugepagesz=1G hugepages=60"
#TunedProfileName: "cpu-partitioning"
#IsolCpusList: ""