Merge changes from topic 'move-net_config-idf'
[pharos.git] / labs / arm / idf-pod6.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 6 installer descriptor file ###
10
11 idf:
12   version: 0.1
13   net_config:
14     oob:
15       ip-range: 10.0.1.54-10.0.1.58
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: 2323
25       network: 172.16.10.0
26       mask: 24
27     storage:
28       interface: 1
29       vlan: 2324
30       network: 10.2.0.0
31       mask: 24
32     private:
33       interface: 1
34       vlan: 2325
35       network: 10.1.0.0
36       mask: 24
37     public:
38       interface: 1
39       vlan: native
40       network: 10.0.15.0
41       mask: 24
42       gateway: 10.0.15.254
43       dns:
44         - 8.8.8.8
45         - 8.8.4.4
46   fuel:
47     jumphost:
48       bridges:
49         admin: 'admin14_br0'
50         mgmt: 'mgmt14_br0'
51         private: ~
52         public: 'public14_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             - 'enP5p144s0'
59             - 'enP2p1s0f1'
60             - 'enP2p1s0f2'
61             - 'enP2p1s0f3'
62             - 'enP2p1s0f4'
63             - 'enP2p1s0f5'
64           busaddr: &busaddr
65             # Bus-info reported by `ethtool -i ethX`
66             - '0005:90:00.0'
67             - '0002:01:00.1'
68             - '0002:01:00.2'
69             - '0002:01:00.3'
70             - '0002:01:00.4'
71             - '0002:01:00.5'
72         - interfaces: *interfaces
73           busaddr: *busaddr
74         - interfaces: *interfaces
75           busaddr: *busaddr
76         - interfaces: *interfaces
77           busaddr: *busaddr
78         - interfaces: *interfaces
79           busaddr: *busaddr