Merge "Auto Generated INFO.yaml file"
[pharos.git] / labs / arm / idf-pod7.yaml
1 ##############################################################################
2 # Copyright (c) 2017 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 7 installer descriptor file ###
10
11 idf:
12   version: 0.1
13   # NOTE: Compass & Joid are not supported on this POD since they require at
14   # least 3 network ports on all nodes.
15   installer: ['apex', 'daisy', 'fuel']
16   net_config:
17     oob:
18       ip-range: 10.0.16.2-10.0.16.6
19       vlan: native
20       mask: 24
21     admin:
22       interface: 0
23       vlan: native
24       network: 192.168.11.0
25       mask: 24
26     mgmt:
27       interface: 1
28       vlan: 2343
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: 1
34       vlan: 2344
35       network: 10.2.0.0
36       mask: 24
37     private:
38       interface: 1
39       vlan: 2345-2360
40       network: 10.1.0.0
41       mask: 24
42     public:
43       interface: 1
44       vlan: native
45       network: 10.0.16.0
46       ip-range: 10.0.16.100-10.0.16.253  # Some IPs are in use by lab infra
47       mask: 24
48       gateway: 10.0.16.254
49       dns:
50         - 8.8.8.8
51         - 8.8.4.4
52   fuel:
53     jumphost:
54       bridges:
55         admin: 'admin15_br0'
56         mgmt: 'mgmt15_br0'
57         private: ~
58         public: 'public15_br0'
59     maas:
60       # MaaS timeouts (in minutes)
61       timeout_comissioning: 10
62       timeout_deploying: 15
63     network:
64       ntp_strata_host1: 1.se.pool.ntp.org
65       ntp_strata_host2: 0.se.pool.ntp.org
66       node:
67         # Ordered-list, index should be in sync with node index in PDF
68         - interfaces: &interfaces_a
69             # Ordered-list, index should be in sync with interface index in PDF
70             - 'enP5s3'
71             - 'enP2p1s0f2'
72             - 'enP2p1s0f1'
73             - 'enP2p1s0f3'
74           busaddr: &busaddr_a
75             # Bus-info reported by `ethtool -i ethX`
76             - '0005:90:00.0'
77             - '0002:01:00.2'
78             - '0002:01:00.1'
79             - '0002:01:00.3'
80         - interfaces: *interfaces_a
81           busaddr: *busaddr_a
82         - interfaces: *interfaces_a
83           busaddr: *busaddr_a
84         - interfaces: &interfaces_b
85             - 'eth0'
86             - 'eth1'
87           busaddr: &busaddr_b
88             - 'e0700000.xgmac'
89             - 'e0900000.xgmac'
90         - interfaces: *interfaces_b
91           busaddr: *busaddr_b
92     reclass:
93       node:
94         - compute_params: &compute_params_a
95             common:
96               nova_cpu_pinning: &nova_cpu_pinning_common_a "2-47"
97               compute_hugepages_size: 2M
98               compute_hugepages_count: 8192
99               compute_hugepages_mount: /mnt/hugepages_2M
100               compute_kernel_isolcpu: *nova_cpu_pinning_common_a
101             dpdk:
102               nova_cpu_pinning: "4-47"
103               compute_hugepages_size: 2M
104               compute_hugepages_count: 8192
105               compute_hugepages_mount: /mnt/hugepages_2M
106               compute_kernel_isolcpu: *nova_cpu_pinning_common_a
107               compute_dpdk_driver: vfio
108               compute_ovs_pmd_cpu_mask: "0xc"
109               compute_ovs_dpdk_socket_mem: "4096"
110               compute_ovs_dpdk_lcore_mask: "0xc"
111               compute_ovs_memory_channels: "2"
112               dpdk0_driver: vfio-pci
113               dpdk0_n_rxq: 2
114         - compute_params: *compute_params_a
115         - compute_params: *compute_params_a
116         - compute_params: &compute_params_b
117             common:
118               nova_cpu_pinning: &nova_cpu_pinning_common_b "2,3,4,5,6,7"
119               compute_hugepages_size: 2M
120               compute_hugepages_count: 8192
121               compute_hugepages_mount: /mnt/hugepages_2M
122               compute_kernel_isolcpu: *nova_cpu_pinning_common_b
123             dpdk:
124               nova_cpu_pinning: "4-7"
125               compute_hugepages_size: 2M
126               compute_hugepages_count: 8192
127               compute_hugepages_mount: /mnt/hugepages_2M
128               compute_kernel_isolcpu: *nova_cpu_pinning_common_b
129               compute_dpdk_driver: vfio
130               compute_ovs_pmd_cpu_mask: "0xc"
131               compute_ovs_dpdk_socket_mem: "4096"
132               compute_ovs_dpdk_lcore_mask: "0xc"
133               compute_ovs_memory_channels: "2"
134               dpdk0_driver: vfio-pci
135               dpdk0_n_rxq: 2
136         - compute_params: *compute_params_b