Auto Generated INFO.yaml file
[pharos.git] / labs / lf / idf-pod2.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 ### LF POD 5 installer descriptor file ###
10
11 idf:
12   version: 0.1
13   net_config:
14     # NOTE: Network names are likely to change after the PDF spec is updated
15     oob:
16       interface: 0
17       ip-range: 172.30.8.65-172.30.8.75
18       vlan: 410
19     admin:
20       interface: 0
21       vlan: native
22       network: 192.168.11.0  # Untagged, 'PXE/Admin' on wiki, different IP
23       mask: 24
24     mgmt:
25       interface: 0
26       vlan: 300
27       network: 10.167.4.0    # Tagged, 'vlan 300' on wiki
28       mask: 24
29     storage:
30       interface: 3
31       vlan: 301
32       network: 10.2.0.0      # Tagged, not the same with 'storage' on wiki
33       mask: 24
34     private:
35       interface: 1
36       vlan: 1000
37       network: 10.1.0.0      # Tagged, not the same with 'private' on wiki
38       mask: 24
39     public:
40       interface: 2
41       vlan: native
42       network: 172.30.10.0   # Untagged, 'public' on wiki
43       mask: 24
44       gateway: 172.30.10.1
45       dns:
46         - 8.8.8.8
47         - 8.8.4.4
48   fuel:
49     jumphost:
50       bridges:
51         admin: ''
52         mgmt: ''
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             - ''
61             - ''
62           busaddr: &busaddr
63             # Bus-info reported by `ethtool -i ethX`
64             - ''
65             - ''
66         - interfaces: *interfaces
67           busaddr: *busaddr
68         - interfaces: *interfaces
69           busaddr: *busaddr
70         - interfaces: *interfaces
71           busaddr: *busaddr
72         - interfaces: *interfaces
73           busaddr: *busaddr