Add a http performance test script based on wrk
[iec.git] / ci / labs / arm / idf-baremetal1.yaml
1 ##############################################################################
2 # Copyright (c) 2020 Enea AB and others.
3 # All rights reserved. This program and the accompanying materials
4 # are made available under the terms of the Apache License, Version 2.0
5 # which accompanies this distribution, and is available at
6 # http://www.apache.org/licenses/LICENSE-2.0
7 ##############################################################################
8 ---
9 ### ubuntu1804-dev-96c-256g-1 installer descriptor file ###
10
11 idf:
12   version: 0.1
13   installer: ['fuel']
14   net_config:
15     oob:
16       ip-range: 10.0.23.2-10.0.23.7
17       vlan: native
18       mask: 24
19     admin:
20       interface: 0
21       vlan: native
22       network: 192.168.11.0
23       mask: 24
24     mgmt:
25       interface: 1
26       vlan: 2503
27       network: 172.16.10.0
28       ip-range: 172.16.10.10-172.16.10.254  # Some IPs are in use by lab infra
29       mask: 24
30     storage:
31       interface: 1
32       vlan: 2504
33       network: 10.2.0.0
34       mask: 24
35     private:
36       interface: 2
37       vlan: 2505-2520
38       network: 10.1.0.0
39       mask: 24
40     public:
41       interface: 1
42       vlan: native
43       network: 10.0.23.0
44       ip-range: 10.0.23.100-10.0.23.253  # Some IPs are in use by lab infra
45       mask: 24
46       gateway: 10.0.23.254
47       dns:
48         - 8.8.8.8
49         - 8.8.4.4
50   fuel:
51     jumphost:
52       bridges:
53         admin: 'admin22_br0'
54         mgmt: 'mgmt22_br0'
55         private: ~
56         public: 'public22_br0'
57     maas:
58       # MaaS timeouts (in minutes)
59       timeout_comissioning: 15
60       timeout_deploying: 25
61     network:
62       node:
63         # Ordered-list, index should be in sync with node index in PDF
64         - interfaces: &interfaces
65             # Ordered-list, index should be in sync with interface index in PDF
66             - 'enP5p144s0'
67             - 'enP2p1s0f1'
68             - 'enP2p1s0f2'
69             - 'enP2p1s0f3'
70             - 'enP2p1s0f4'
71             - 'enP2p1s0f5'
72           busaddr: &busaddr
73             # Bus-info reported by `ethtool -i ethX`
74             - '0005:90:00.0'
75             - '0002:01:00.1'
76             - '0002:01:00.2'
77             - '0002:01:00.3'
78             - '0002:01:00.4'
79             - '0002:01:00.5'
80         - interfaces: *interfaces
81           busaddr: *busaddr
82         - interfaces: *interfaces
83           busaddr: *busaddr
84         - interfaces: *interfaces
85           busaddr: *busaddr
86         - interfaces: *interfaces
87           busaddr: *busaddr
88     reclass:
89       node:
90         - compute_params: &compute_params
91             common:
92               nova_cpu_pinning: &nova_cpu_pinning_common "8-47"
93               compute_hugepages_size: 2M
94               compute_hugepages_count: 8192
95               compute_hugepages_mount: /mnt/hugepages_2M
96               compute_kernel_isolcpu: *nova_cpu_pinning_common
97             dpdk:
98               nova_cpu_pinning: "12-47"
99               compute_hugepages_size: 1G
100               compute_hugepages_count: 16
101               compute_hugepages_mount: /mnt/hugepages_1G
102               compute_kernel_isolcpu: *nova_cpu_pinning_common
103               compute_dpdk_driver: vfio
104               compute_ovs_pmd_cpu_mask: "0x300"
105               compute_ovs_dpdk_socket_mem: "2048"
106               compute_ovs_dpdk_lcore_mask: "0xC00"
107               compute_ovs_memory_channels: "2"
108               dpdk0_driver: vfio-pci
109               dpdk0_n_rxq: 2
110         - compute_params: *compute_params
111         - compute_params: *compute_params
112         - compute_params: *compute_params
113         - compute_params: *compute_params