[PDF] zte-pod*: Move net_config to IDF
[pharos.git] / labs / zte / idf-pod2.yaml
1 ##############################################################################
2 # Copyright (c) 2018 ZTE, 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 ### ZTE POD 2 installer descriptor file ###
10
11 idf:
12   version: 0.1
13   net_config:
14     oob:
15       interface: 0
16       ip-range: 192.168.1.106-192.168.1.110
17       vlan: null
18     admin:
19       interface: 0
20       vlan: native
21       network: 10.20.7.0
22       mask: 24
23     mgmt:
24       interface: 1
25       vlan: 171
26       network: 192.168.71.0
27       mask: 24
28     storage:
29       interface: 2
30       vlan: 172
31       network: 192.168.72.0
32       mask: 24
33     private:
34       interface: 3
35       vlan: 1170
36       network: 192.168.73.0
37       mask: 24
38     public:
39       interface: 4
40       vlan: 173
41       network: 172.70.0.0
42       mask: 24
43       gateway: 172.70.0.1
44       dns:
45         - 172.10.0.1
46   daisy:
47     jumphost:
48       bridges:
49         admin: 'br7'
50     network:
51       node:
52         # Ordered-list, index should be in sync with node index in PDF
53         - interfaces: &interfaces
54             # Ordered-list, index should be in sync with interface index in PDF
55             - 'ens4f0'
56             - 'ens12f0'
57             - 'ens12f1'
58             - 'ens44f0'
59             - 'ens44f1'
60           busaddr: &busaddr
61             # Bus-info reported by `ethtool -i ethX`
62             - '0000:01:00.0'
63             - '0000:08:00.0'
64             - '0000:08:00.1'
65             - '0000:81:00.0'
66             - '0000:81: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