Merge changes from topic 'move-net_config-idf'
[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   net_config:
14     oob:
15       ip-range: 10.0.8.3-10.0.8.10
16       vlan: native
17     admin:
18       interface: 0
19       vlan: native
20       network: 192.168.11.0
21       mask: 24
22     mgmt:
23       interface: 1
24       vlan: 2183
25       network: 172.16.10.0
26       mask: 24
27     storage:
28       interface: 1
29       vlan: 2184
30       network: 10.2.0.0
31       mask: 24
32     private:
33       interface: 1
34       vlan: 2185
35       network: 10.1.0.0
36       mask: 24
37     public:
38       interface: 1
39       vlan: native
40       network: 10.0.8.0
41       mask: 24
42       gateway: 10.0.8.254
43       dns:
44         - 8.8.8.8
45         - 8.8.4.4
46   fuel:
47     jumphost:
48       bridges:
49         admin: 'admin7_br0'
50         mgmt: 'mgmt7_br0'
51         private: ~
52         public: 'public7_br0'
53     network:
54       node:
55         # Ordered-list, index should be in sync with node index in PDF
56         - interfaces: &interfaces
57             # Ordered-list, index should be in sync with interface index in PDF
58             - 'eth0'
59             - 'eth1'
60           busaddr: &busaddr
61             # Bus-info reported by `ethtool -i ethX`
62             - 'e0700000.xgmac'
63             - 'e0900000.xgmac'
64         - interfaces: *interfaces
65           busaddr: *busaddr
66         - interfaces: *interfaces
67           busaddr: *busaddr
68         - interfaces: *interfaces
69           busaddr: *busaddr
70         - interfaces: *interfaces
71           busaddr: *busaddr