Merge "[idf.fuel] Add NTP servers"
[pharos.git] / labs / arm / idf-pod9.yaml
1 ##############################################################################
2 # Copyright (c) 2018 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 ### ARM POD 9 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.0.20.2-10.0.20.7
17       vlan: native
18     admin:
19       interface: 0
20       vlan: native
21       network: 192.168.11.0
22       mask: 24
23     mgmt:
24       interface: 1
25       vlan: 2423
26       network: 172.16.10.0
27       ip-range: 172.16.10.10-172.16.10.254  # Some IPs are in use by lab infra
28       mask: 24
29     storage:
30       interface: 1
31       vlan: 2424
32       network: 10.2.0.0
33       mask: 24
34     private:
35       interface: 2
36       vlan: 2425-2440
37       network: 10.1.0.0
38       mask: 24
39     public:
40       interface: 1
41       vlan: native
42       network: 10.0.20.0
43       ip-range: 10.0.20.100-10.0.20.253  # Some IPs are in use by lab infra
44       mask: 24
45       gateway: 10.0.20.254
46       dns:
47         - 8.8.8.8
48         - 8.8.4.4
49   fuel:
50     jumphost:
51       bridges:
52         admin: 'admin19_br0'
53         mgmt: 'mgmt19_br0'
54         private: ~
55         public: 'public19_br0'
56     maas:
57       # MaaS timeouts (in minutes)
58       timeout_comissioning: 10
59       timeout_deploying: 18
60     network:
61       node:
62         # Ordered-list, index should be in sync with node index in PDF
63         - interfaces: &interfaces
64             # Ordered-list, index should be in sync with interface index in PDF
65             - 'enP9p144s0'
66             - 'enP2p1s0f1'
67             - 'enP2p1s0f2'
68             - 'enP2p1s0f3'
69             - 'enP2p1s0f4'
70             - 'enP2p1s0f5'
71             - 'enP6p1s0f1'
72             - 'enP6p1s0f2'
73           busaddr: &busaddr
74             # Bus-info reported by `ethtool -i ethX`
75             - '0009:90:00.0'
76             - '0002:01:00.1'
77             - '0002:01:00.2'
78             - '0002:01:00.3'
79             - '0002:01:00.4'
80             - '0002:01:00.5'
81             - '0006:01:00.1'
82             - '0006:01:00.2'
83         - interfaces: *interfaces
84           busaddr: *busaddr
85         - interfaces: *interfaces
86           busaddr: *busaddr
87         - interfaces: *interfaces
88           busaddr: *busaddr
89         - interfaces: *interfaces
90           busaddr: *busaddr
91     reclass:
92       node:
93         - compute_params: &compute_params
94             common:
95               nova_cpu_pinning: &nova_cpu_pinning_common "8-47"
96               compute_hugepages_size: 2M
97               compute_hugepages_count: 8192
98               compute_hugepages_mount: /mnt/hugepages_2M
99               compute_kernel_isolcpu: *nova_cpu_pinning_common
100             dpdk:
101               nova_cpu_pinning: "12-47"
102               compute_hugepages_size: 2M
103               compute_hugepages_count: 8192
104               compute_hugepages_mount: /mnt/hugepages_2M
105               compute_kernel_isolcpu: *nova_cpu_pinning_common
106               compute_dpdk_driver: vfio
107               compute_ovs_pmd_cpu_mask: "0x300"
108               compute_ovs_dpdk_socket_mem: "2048"
109               compute_ovs_dpdk_lcore_mask: "0xC00"
110               compute_ovs_memory_channels: "2"
111               dpdk0_driver: vfio-pci
112               dpdk0_n_rxq: 2
113         - compute_params: *compute_params
114         - compute_params: *compute_params
115         - compute_params: *compute_params
116         - compute_params: *compute_params