Merge "[PDF] config: Add/update license headers"
[pharos.git] / labs / ericsson / idf-pod1.yaml
1 ##############################################################################
2 # Copyright (c) 2018 Ericsson AB, Mirantis Inc., 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 ### ERICSSON POD 1 installer descriptor file ###
10
11 idf:
12   version: 0.1
13   net_config:
14     oob:
15       interface: 0
16       ip-range: 172.16.1.16-172.16.1.21
17       vlan: native
18     admin:
19       interface: 4
20       vlan: native
21       network: 192.168.11.0  # Untagged, 'PXE/Admin' for MaaS (no IP on JP)
22       mask: 24
23     mgmt:
24       interface: 2
25       vlan: 81
26       network: 192.168.10.0
27       mask: 24
28     storage:
29       interface: 2
30       vlan: 82
31       network: 192.168.20.0
32       mask: 24
33     private:
34       interface: 3
35       vlan: 1000
36       network: 192.168.2.0
37       mask: 24
38     public:
39       interface: 2
40       vlan: 80
41       network: 100.64.200.0
42       mask: 24
43       gateway: 100.64.200.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-mgmt'
52         private: ~
53         public: 'br-external'
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             - 'ens1f0'
60             - 'ens1f1'
61             - 'ens2f0'
62             - 'ens2f1'
63             - 'eno1'
64             - 'eno2'
65           busaddr: &busaddr
66             # Bus-info reported by `ethtool -i ethX`
67             - '0000:05:00.0'
68             - '0000:05:00.1'
69             - '0000:21:00.0'
70             - '0000:21:00.1'
71             - '0000:04:00.0'
72             - '0000:04:00.1'
73         - interfaces: *interfaces
74           busaddr: *busaddr
75         - interfaces: *interfaces
76           busaddr: *busaddr
77         - interfaces: *interfaces
78           busaddr: *busaddr
79         - interfaces: *interfaces
80           busaddr: *busaddr