Add a http performance test script based on wrk
[iec.git] / ci / labs / unh / 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 ### Akraino ThunderX2 POD 2 installer descriptor file ###
10
11 idf:
12   version: 0.1
13   installer: ['apex', 'compass4nfv', 'daisy', 'fuel']
14   net_config:
15     oob:
16       ip-range: 10.11.3.14-10.11.3.16
17       vlan: native
18       mask: 24
19     admin:
20       interface: 2
21       vlan: native
22       network: 192.168.11.0
23       mask: 24
24     mgmt:
25       interface: 5
26       vlan: 3006
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:  # Not actually needed for IEC
31       interface: 5
32       vlan: 3007
33       network: 10.2.0.0
34       mask: 24
35     private:  # Not actually needed for IEC
36       interface: 5
37       vlan: 3008
38       network: 10.1.0.0
39       mask: 24
40     public:
41       interface: 4
42       vlan: native
43       network: 10.11.4.0
44       ip-range: 10.11.4.100-10.11.4.253  # Some IPs are in use by lab infra
45       mask: 24
46       gateway: 10.11.4.1
47       dns:
48         - 8.8.8.8
49         - 8.8.4.4
50   fuel:
51     jumphost:
52       bridges:
53         admin: 'admin_br0'
54         mgmt: 'mgmt_br0'
55         private: ~
56         public: 'public_br0'
57     maas:
58       # MaaS timeouts (in minutes)
59       timeout_comissioning: 25
60       timeout_deploying: 35
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             - 'enp5s0f0'
67             - 'enp5s0f1'
68             - 'eno1'
69             - 'eno2'
70             - 'enp145s0f0'
71             - 'enp145s0f1'
72           busaddr: &busaddr
73             # Bus-info reported by `ethtool -i ethX`
74             - '0000:05:00.0'
75             - '0000:05:00.1'
76             - '0000:0c:00.0'
77             - '0000:0c:00.1'
78             - '0000:91:00.0'
79             - '0000:91:00.1'
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