From c53918926e2a9c27f464e2d7a0ca988a1c64997f Mon Sep 17 00:00:00 2001 From: Saravanan KR Date: Wed, 28 Jun 2017 13:41:20 +0530 Subject: Add a new role for ComputeOvsDpdk and clean-up parameters A new role ComputeOvsDpdk has been added to avoid manual roles_data creation. And cleaned-up the DPDK parameters inline with the refactored code. Change-Id: I16dac69609c98194c2504ff067258fa14363d4f1 --- environments/host-config-and-reboot.j2.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'environments/host-config-and-reboot.j2.yaml') diff --git a/environments/host-config-and-reboot.j2.yaml b/environments/host-config-and-reboot.j2.yaml index d5f69ec5..c16627db 100644 --- a/environments/host-config-and-reboot.j2.yaml +++ b/environments/host-config-and-reboot.j2.yaml @@ -11,8 +11,8 @@ resource_registry: #ComputeParameters: #KernelArgs: "" #TunedProfileName: "" - #HostIsolatedCoreList: "" + #IsolCpusList: "" #ComputeOvsDpdkParameters: - #KernelArgs: "" - #TunedProfileName: "" - #HostIsolatedCoreList: "" + #KernelArgs: "intel_iommu=on iommu=pt default_hugepagesz=1GB hugepagesz=1G hugepages=60" + #TunedProfileName: "cpu-partitioning" + #IsolCpusList: "" -- cgit 1.2.3-korg