[IDF] Add optional 'idf.installer' array
[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     admin:
21       interface: 0
22       vlan: native
23       network: 192.168.11.0
24       mask: 24
25     mgmt:
26       interface: 1
27       vlan: 2343
28       network: 172.16.10.0
29       mask: 24
30     storage:
31       interface: 1
32       vlan: 2344
33       network: 10.2.0.0
34       mask: 24
35     private:
36       interface: 1
37       vlan: 2345
38       network: 10.1.0.0
39       mask: 24
40     public:
41       interface: 1
42       vlan: native
43       network: 10.0.16.0
44       mask: 24
45       gateway: 10.0.16.254
46       dns:
47         - 8.8.8.8
48         - 8.8.4.4
49   fuel:
50     jumphost:
51       bridges:
52         admin: 'admin15_br0'
53         mgmt: 'mgmt15_br0'
54         private: ~
55         public: 'public15_br0'
56     network:
57       node:
58         # Ordered-list, index should be in sync with node index in PDF
59         - interfaces: &interfaces_a
60             # Ordered-list, index should be in sync with interface index in PDF
61             - 'enP5s3'
62             - 'enP2p1s0f2'
63             - 'enP2p1s0f1'
64             - 'enP2p1s0f3'
65           busaddr: &busaddr_a
66             # Bus-info reported by `ethtool -i ethX`
67             - '0005:90:00.0'
68             - '0002:01:00.2'
69             - '0002:01:00.1'
70             - '0002:01:00.3'
71         - interfaces: *interfaces_a
72           busaddr: *busaddr_a
73         - interfaces: *interfaces_a
74           busaddr: *busaddr_a
75         - interfaces: &interfaces_b
76             - 'eth0'
77             - 'eth1'
78           busaddr: &busaddr_b
79             - 'e0700000.xgmac'
80             - 'e0900000.xgmac'
81         - interfaces: *interfaces_b
82           busaddr: *busaddr_b