summaryrefslogtreecommitdiffstats
path: root/labs/arm/idf-pod10.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'labs/arm/idf-pod10.yaml')
-rw-r--r--labs/arm/idf-pod10.yaml26
1 files changed, 9 insertions, 17 deletions
diff --git a/labs/arm/idf-pod10.yaml b/labs/arm/idf-pod10.yaml
index 836f2da7..39aac781 100644
--- a/labs/arm/idf-pod10.yaml
+++ b/labs/arm/idf-pod10.yaml
@@ -59,7 +59,7 @@ idf:
maas:
# MaaS timeouts (in minutes)
timeout_comissioning: 10
- timeout_deploying: 15
+ timeout_deploying: 25
network:
ntp_strata_host1: 1.se.pool.ntp.org
ntp_strata_host2: 0.se.pool.ntp.org
@@ -85,30 +85,22 @@ idf:
busaddr: *busaddr_intel
- interfaces: *interfaces_intel
busaddr: *busaddr_intel
- - interfaces:
- - 'enP5s3'
- - 'enP2p1s0f1'
- - 'enP2p1s0f2'
- - 'enP2p1s0f3'
- busaddr:
- - '0005:90:00.0'
- - '0002:01:00.1'
- - '0002:01:00.2'
- - '0002:01:00.3'
- - interfaces:
+ - interfaces: &interfaces_arm
- 'enP5p144s0'
- 'enP2p1s0f1'
- 'enP2p1s0f2'
- 'enP2p1s0f3'
- 'enP2p1s0f4'
- 'enP2p1s0f5'
- busaddr:
+ busaddr: &busaddr_arm
- '0005:90:00.0'
- '0002:01:00.1'
- '0002:01:00.2'
- '0002:01:00.3'
- '0002:01:00.4'
- '0002:01:00.5'
+ - interfaces: *interfaces_arm
+ busaddr: *busaddr_arm
reclass:
node:
- compute_params: &compute_params_intel
@@ -126,7 +118,7 @@ idf:
compute_kernel_isolcpu: *nova_cpu_pinning_common_intel
compute_dpdk_driver: uio
compute_ovs_pmd_cpu_mask: "0xc"
- compute_ovs_dpdk_socket_mem: "1024"
+ compute_ovs_dpdk_socket_mem: "2048"
compute_ovs_dpdk_lcore_mask: "0xc"
compute_ovs_memory_channels: "2"
dpdk0_driver: igb_uio
@@ -142,9 +134,9 @@ idf:
compute_kernel_isolcpu: *nova_cpu_pinning_common_arm
dpdk:
nova_cpu_pinning: "12-47"
- compute_hugepages_size: 2M
- compute_hugepages_count: 8192
- compute_hugepages_mount: /mnt/hugepages_2M
+ compute_hugepages_size: 1G
+ compute_hugepages_count: 16
+ compute_hugepages_mount: /mnt/hugepages_1G
compute_kernel_isolcpu: *nova_cpu_pinning_common_arm
compute_dpdk_driver: vfio
compute_ovs_pmd_cpu_mask: "0x300"