Add a http performance test script based on wrk
[iec.git] / ci / labs / arm / idf-virtual1.yaml
1 ##############################################################################
2 # Copyright (c) 2019 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-48c-256g-1 installer descriptor file ###
10
11 idf:
12   version: 0.1
13   net_config:
14     oob:
15       interface: 0
16       ip-range: ~
17       vlan: native
18       mask: 24
19     # All networks (except OOB) are virtual networks managed by `libvirt`
20     # Interface indexes are based on Fuel installer defaults
21     admin:
22       interface: 0  # when used, should be first vnet interface, untagged
23       vlan: native
24       network: 192.168.11.0
25       mask: 24
26     mgmt:
27       interface: 1  # when used, should be second vnet interface, untagged
28       vlan: native
29       network: 172.16.10.0
30       ip-range: 172.16.10.10-172.16.10.254  # Some IPs are in use by lab infra
31       mask: 24
32     storage:
33       interface: 4
34       vlan: native
35       network: 192.168.20.0
36       mask: 24
37     private:
38       interface: 2
39       vlan: native
40       network: 10.1.0.0
41       mask: 24
42     public:
43       interface: 3
44       vlan: native
45       network: 10.0.19.0
46       ip-range: 10.0.19.120-10.0.19.129
47       mask: 24
48       gateway: 10.0.19.254
49       dns:
50         - 8.8.8.8
51         - 8.8.4.4
52   fuel:
53     jumphost:
54       bridges:
55         admin: ~
56         mgmt: ~
57         private: ~
58         public: 'public'
59     network:
60       interface_mtu: 9000
61       ntp_strata_host1: 1.se.pool.ntp.org
62       ntp_strata_host2: 0.se.pool.ntp.org
63       node:
64         # Ordered-list, index should be in sync with node index in PDF
65         - interfaces: &interfaces
66             # Ordered-list, index should be in sync with interface index in PDF
67             - 'enp1s0'
68             - 'enp2s0'
69             - 'enp3s0'
70             - 'enp4s0'
71           busaddr: &busaddr
72             # Bus-info reported by `ethtool -i ethX`
73             - '0000:01:00.0'
74             - '0000:02:00.0'
75             - '0000:03:00.0'
76             - '0000:04:00.0'
77         - interfaces: *interfaces
78           busaddr: *busaddr
79         - interfaces: *interfaces
80           busaddr: *busaddr