diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-06-12 14:14:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-06-12 14:14:53 +0000 |
commit | 16db9bd020a0b399f46878bb9a966432e82dddcb (patch) | |
tree | 2f3f0fb38a9a90bc9fccad8d5dbd94193b93d161 | |
parent | f0ca42b5b2284e2bdbaa3b881bd55dd85ffb8728 (diff) | |
parent | 8debbe021cfb1e7dbff8e90e22555c78a239120d (diff) |
Merge "Adding reclass sections to idf-pod1 file"
-rw-r--r-- | labs/unh/idf-pod1.yaml | 28 |
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 |