702e25655099e1cdf8bacd7f904224528621bc05
[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   # NOTE: Fuel checking is disabled until 'idf.fuel' is defined below
14   installer: ['apex', 'compass4nfv', 'daisy', 'joid']
15   net_config:
16     oob:
17       interface: 0
18       ip-range: 192.168.1.32-192.168.1.36
19       vlan: null
20     admin:
21       interface: 0
22       vlan: native
23       network: 10.20.0.0
24       mask: 24
25     mgmt:
26       interface: 1
27       vlan: 101
28       network: 192.168.11.0
29       mask: 24
30     storage:
31       interface: 2
32       vlan: 102
33       network: 192.168.12.0
34       mask: 24
35     private:
36       interface: 3
37       vlan: 1030
38       network: 192.168.13.0
39       mask: 24
40     public:
41       interface: 3
42       vlan: 103
43       network: 172.10.0.0
44       mask: 24
45       gateway: 172.10.0.1
46       dns:
47         - 172.10.0.1
48   daisy:
49     jumphost:
50       bridges:
51         admin: 'br0'
52     network:
53       node:
54         # Ordered-list, index should be in sync with node index in PDF
55         - interfaces: &interfaces
56             # Ordered-list, index should be in sync with interface index in PDF
57             - 'enp2s0f0'
58             - 'enp2s0f1'
59             - 'enp132s0f0'
60             - 'enp132s0f1'
61           busaddr: &busaddr
62             # Bus-info reported by `ethtool -i ethX`
63             - '0000:02:00.0'
64             - '0000:02:00.1'
65             - '0000:84:00.0'
66             - '0000:84: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