From ddfdc7834d2431fab9ca21e9446d7703b81afaf3 Mon Sep 17 00:00:00 2001 From: Roy Tang Date: Mon, 16 Sep 2019 20:41:13 +0000 Subject: Add SRIOV related updates to cntt Summary: - Update config of openstack libvirt, nova and neutron components - Add required kernel parameters to grub - Add new label to data plane host profile - Add large hugepages to data plane nodes Signed-off-by: Roy Tang Change-Id: I5ffa00f71c890edf96ca1b72659903640c54549b --- type/cntt/profiles/host/dp-intel-s2600wt.yaml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'type/cntt/profiles/host') diff --git a/type/cntt/profiles/host/dp-intel-s2600wt.yaml b/type/cntt/profiles/host/dp-intel-s2600wt.yaml index 49ece45..fbf304d 100644 --- a/type/cntt/profiles/host/dp-intel-s2600wt.yaml +++ b/type/cntt/profiles/host/dp-intel-s2600wt.yaml @@ -9,7 +9,7 @@ metadata: storagePolicy: cleartext layeringDefinition: abstract: false - layer: site + layer: type parentSelector: hosttype: dp-global actions: @@ -97,4 +97,16 @@ data: kernel: 'hwe-16.04' kernel_params: kernel_package: 'linux-image-4.15.0-46-generic' + intel_iommu: 'on' + iommu: 'pt' + amd_iommu: 'on' + cgroup_disable: 'hugetlb' + transparent_hugepage: 'never' + hugepagesz: 'hardwareprofile:hugepages.dpdk.size' + hugepages: 'hardwareprofile:hugepages.dpdk.count' + default_hugepagesz: 'hardwareprofile:hugepages.dpdk.size' + isolcpus: 'hardwareprofile:cpuset.kvm' + metadata: + owner_data: + sriov: enabled ... -- cgit