a519131990e34d608878d83b00b7b72cc7a37346
[pharos.git] / labs / arm / idf-pod5.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 5 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.8.3-10.0.8.10
19       vlan: native
20     admin:
21       interface: 0
22       vlan: native
23       network: 192.168.11.0
24       mask: 24
25     mgmt:
26       interface: 1
27       vlan: 2183
28       network: 172.16.10.0
29       ip-range: 172.16.10.10-172.16.10.254  # Some IPs are in use by lab infra
30       mask: 24
31     storage:
32       interface: 1
33       vlan: 2184
34       network: 10.2.0.0
35       mask: 24
36     private:
37       interface: 1
38       vlan: 2185-2200
39       network: 10.1.0.0
40       mask: 24
41     public:
42       interface: 1
43       vlan: native
44       network: 10.0.8.0
45       ip-range: 10.0.8.100-10.0.8.253  # Some IPs are in use by lab infra
46       mask: 24
47       gateway: 10.0.8.254
48       dns:
49         - 8.8.8.8
50         - 8.8.4.4
51   fuel:
52     jumphost:
53       bridges:
54         admin: 'admin7_br0'
55         mgmt: 'mgmt7_br0'
56         private: ~
57         public: 'public7_br0'
58     maas:
59       # MaaS timeouts (in minutes)
60       timeout_comissioning: 10
61       timeout_deploying: 15
62     network:
63       ntp_strata_host1: 1.se.pool.ntp.org
64       ntp_strata_host2: 0.se.pool.ntp.org
65       node:
66         # Ordered-list, index should be in sync with node index in PDF
67         - interfaces: &interfaces
68             # Ordered-list, index should be in sync with interface index in PDF
69             - 'eth0'
70             - 'eth1'
71           busaddr: &busaddr
72             # Bus-info reported by `ethtool -i ethX`
73             - 'e0700000.xgmac'
74             - 'e0900000.xgmac'
75         - interfaces: *interfaces
76           busaddr: *busaddr
77         - interfaces: *interfaces
78           busaddr: *busaddr
79         - interfaces: *interfaces
80           busaddr: *busaddr
81         - interfaces: *interfaces
82           busaddr: *busaddr
83     reclass:
84       node:
85         - compute_params: &compute_params
86             common:
87               nova_cpu_pinning: &nova_cpu_pinning_common "2,3,4,5,6,7"
88               compute_hugepages_size: 2M
89               compute_hugepages_count: 8192
90               compute_hugepages_mount: /mnt/hugepages_2M
91               compute_kernel_isolcpu: *nova_cpu_pinning_common
92             dpdk:
93               nova_cpu_pinning: "4-7"
94               compute_hugepages_size: 2M
95               compute_hugepages_count: 8192
96               compute_hugepages_mount: /mnt/hugepages_2M
97               compute_kernel_isolcpu: *nova_cpu_pinning_common
98               compute_dpdk_driver: vfio
99               compute_ovs_pmd_cpu_mask: "0xc"
100               compute_ovs_dpdk_socket_mem: "4096"
101               compute_ovs_dpdk_lcore_mask: "0xc"
102               compute_ovs_memory_channels: "2"
103               dpdk0_driver: vfio-pci
104               dpdk0_n_rxq: 2
105         - compute_params: *compute_params
106         - compute_params: *compute_params
107         - compute_params: *compute_params
108         - compute_params: *compute_params