[IDF] Add optional 'idf.installer' array
[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       mask: 24
30     storage:
31       interface: 1
32       vlan: 2184
33       network: 10.2.0.0
34       mask: 24
35     private:
36       interface: 1
37       vlan: 2185
38       network: 10.1.0.0
39       mask: 24
40     public:
41       interface: 1
42       vlan: native
43       network: 10.0.8.0
44       mask: 24
45       gateway: 10.0.8.254
46       dns:
47         - 8.8.8.8
48         - 8.8.4.4
49   fuel:
50     jumphost:
51       bridges:
52         admin: 'admin7_br0'
53         mgmt: 'mgmt7_br0'
54         private: ~
55         public: 'public7_br0'
56     network:
57       node:
58         # Ordered-list, index should be in sync with node index in PDF
59         - interfaces: &interfaces
60             # Ordered-list, index should be in sync with interface index in PDF
61             - 'eth0'
62             - 'eth1'
63           busaddr: &busaddr
64             # Bus-info reported by `ethtool -i ethX`
65             - 'e0700000.xgmac'
66             - 'e0900000.xgmac'
67         - interfaces: *interfaces
68           busaddr: *busaddr
69         - interfaces: *interfaces
70           busaddr: *busaddr
71         - interfaces: *interfaces
72           busaddr: *busaddr
73         - interfaces: *interfaces
74           busaddr: *busaddr