Merge "[fuel] Add support to use public net netmask from IDF"
[pharos.git] / labs / zte / idf-pod3.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 3 installer descriptor file ###
10
11 idf:
12   version: 0.1
13   net_config:
14     oob:
15       interface: 0
16       ip-range: 192.168.1.32-192.168.1.36
17       vlan: null
18     admin:
19       interface: 0
20       vlan: native
21       network: 10.20.0.0
22       mask: 24
23     mgmt:
24       interface: 1
25       vlan: 101
26       network: 192.168.11.0
27       mask: 24
28     storage:
29       interface: 2
30       vlan: 102
31       network: 192.168.12.0
32       mask: 24
33     private:
34       interface: 3
35       vlan: 1030
36       network: 192.168.13.0
37       mask: 24
38     public:
39       interface: 3
40       vlan: 103
41       network: 172.10.0.0
42       mask: 24
43       gateway: 172.10.0.1
44       dns:
45         - 172.10.0.1
46   daisy:
47     jumphost:
48       bridges:
49         admin: 'br0'
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             - 'enp2s0f0'
56             - 'enp2s0f1'
57             - 'enp132s0f0'
58             - 'enp132s0f1'
59           busaddr: &busaddr
60             # Bus-info reported by `ethtool -i ethX`
61             - '0000:02:00.0'
62             - '0000:02:00.1'
63             - '0000:84:00.0'
64             - '0000:84:00.1'
65         - interfaces: *interfaces
66           busaddr: *busaddr
67         - interfaces: *interfaces
68           busaddr: *busaddr
69         - interfaces: *interfaces
70           busaddr: *busaddr
71         - interfaces: *interfaces
72           busaddr: *busaddr