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