a0c20dff7295ea49a36abf29d9e827a1a4be5789
[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
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       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             - 'eth0'
68             - 'eth1'
69           busaddr: &busaddr
70             # Bus-info reported by `ethtool -i ethX`
71             - 'e0700000.xgmac'
72             - 'e0900000.xgmac'
73         - interfaces: *interfaces
74           busaddr: *busaddr
75         - interfaces: *interfaces
76           busaddr: *busaddr
77         - interfaces: *interfaces
78           busaddr: *busaddr
79         - interfaces: *interfaces
80           busaddr: *busaddr