[IDF] LF-POD5
[pharos.git] / labs / lf / idf-pod5.yaml
1 ##############################################################################
2 # Copyright (c) 2018 Linux Foundation, 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 ### LF POD 5 installer descriptor file ###
10
11 idf:
12   version: 0.1
13   net_config:
14     oob:
15       interface: 0
16       ip-range: 172.30.8.89-172.30.8.94
17       vlan: 410
18     admin:
19       interface: 0
20       vlan: native
21       network: 192.168.11.0
22       mask: 24
23     mgmt:
24       interface: 1
25       vlan: 450
26       network: 192.168.0.0
27       mask: 24
28     storage:
29       interface: 2
30       vlan: 451
31       network: 192.168.1.0
32       mask: 24
33     private:
34       interface: 1
35       vlan: 452
36       network: 192.168.2.0
37       mask: 24
38     public:
39       interface: 2
40       vlan: 415
41       network: 172.30.13.64
42       mask: 26
43       gateway: 172.30.13.1
44       dns:
45         - 8.8.8.8
46         - 8.8.4.4
47   fuel:
48     jumphost:
49       bridges:
50         admin: 'pxebr'
51         mgmt: 'br-ctl'
52         private: ~
53         public: ~
54     network:
55       node:
56         # Ordered-list, index should be in sync with node index in PDF
57         - interfaces: &interfaces
58             # Ordered-list, index should be in sync with interface index in PDF
59             - 'eno1'
60             - 'eno3'
61             - 'eno4'
62           busaddr: &busaddr
63             # Bus-info reported by `ethtool -i ethX`
64             - '0000:04:00.0'
65             - '0000:02:00.0'
66             - '0000:02:00.1'
67         - interfaces: *interfaces
68           busaddr: *busaddr
69         - interfaces: *interfaces
70           busaddr: *busaddr
71         - interfaces: *interfaces
72           busaddr: *busaddr
73         - interfaces: *interfaces
74           busaddr: *busaddr