summaryrefslogtreecommitdiffstats
path: root/labs
diff options
context:
space:
mode:
authorPaul Vaduva <Paul.Vaduva@enea.com>2018-06-12 14:30:03 +0200
committerPaul Vaduva <Paul.Vaduva@enea.com>2018-06-12 16:13:48 +0200
commit8debbe021cfb1e7dbff8e90e22555c78a239120d (patch)
treec9fc27c29acaecff2fae3613919c5c390b1378d1 /labs
parentdc323dcdf90e07359d035842ecffd40237b07336 (diff)
Adding reclass sections to idf-pod1 file
reclass section is necessary to setup hugepages size to 2M per hugepage as the defaults are 1G which are not supported by thunderx. Plus adding ntp servers to unh-pod1 Change-Id: I9cd2a8105032035a519411b80f95675a997a1fbd Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
Diffstat (limited to 'labs')
-rw-r--r--labs/unh/idf-pod1.yaml28
1 files changed, 28 insertions, 0 deletions
diff --git a/labs/unh/idf-pod1.yaml b/labs/unh/idf-pod1.yaml
index c22e037d..a9fe386a 100644
--- a/labs/unh/idf-pod1.yaml
+++ b/labs/unh/idf-pod1.yaml
@@ -56,6 +56,8 @@ idf:
timeout_comissioning: 10
timeout_deploying: 15
network:
+ ntp_strata_host1: 1.pool.ntp.org
+ ntp_strata_host2: 0.pool.ntp.org
node:
# Ordered list, index should be in sync with node index in PDF
- interfaces: &interfaces
@@ -80,3 +82,29 @@ idf:
busaddr: *busaddr
- interfaces: *interfaces
busaddr: *busaddr
+ reclass:
+ node:
+ - compute_params: &compute_params
+ common:
+ nova_cpu_pinning: &nova_cpu_pinning_common "8-47"
+ compute_hugepages_size: 2M
+ compute_hugepages_count: 8192
+ compute_hugepages_mount: /mnt/hugepages_2M
+ compute_kernel_isolcpu: *nova_cpu_pinning_common
+ dpdk:
+ nova_cpu_pinning: "12-47"
+ compute_hugepages_size: 2M
+ compute_hugepages_count: 8192
+ compute_hugepages_mount: /mnt/hugepages_2M
+ compute_kernel_isolcpu: *nova_cpu_pinning_common
+ compute_dpdk_driver: vfio
+ compute_ovs_pmd_cpu_mask: "0x300"
+ compute_ovs_dpdk_socket_mem: "2048"
+ compute_ovs_dpdk_lcore_mask: "0xC00"
+ compute_ovs_memory_channels: "2"
+ dpdk0_driver: vfio-pci
+ dpdk0_n_rxq: 2
+ - compute_params: *compute_params
+ - compute_params: *compute_params
+ - compute_params: *compute_params
+ - compute_params: *compute_params