1cdd5d88dd4c8d8d448231ddcf1316a047be07c3
[pharos.git] / labs / zte / idf-pod9.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 9 installer descriptor file ###
10
11 idf:
12   version: 0.1
13   # NOTE: For now, only Daisy supports 3-node clusters
14   installer: ['daisy']
15   net_config:
16     # NOTE: Network names are likely to change after the PDF spec is updated
17     oob:
18       interface: 0
19       ip-range: 192.168.176.166-192.168.176.168
20       vlan: null
21     admin:
22       interface: 0
23       vlan: null
24       network: 10.20.7.0
25       mask: 24
26     mgmt:
27       interface: 0
28       vlan: null
29       network: 10.20.7.0
30       mask: 24
31     storage:
32       interface: 0
33       vlan: null
34       network: 10.20.7.0
35       mask: 24
36     private:
37       interface: 1
38       vlan: null
39       network: 172.70.0.0
40       mask: 24
41     public:
42       interface: 1
43       vlan: null
44       network: 172.71.0.0
45       mask: 24
46       gateway: 172.71.0.1
47       dns:
48         - 172.71.0.1
49   daisy:
50     jumphost:
51       bridges:
52         admin: 'br0'
53     network:
54       node:
55         # Ordered-list, index should be in sync with node index in PDF
56         - interfaces: &interfaces
57             # Ordered-list, index should be in sync with interface index in PDF
58             - 'ens4f0'
59             - 'ens44f0'
60           busaddr: &busaddr
61             # Bus-info reported by `ethtool -i ethX`
62             - '0000:01:00.0'
63             - '0000:81:00.0'
64         - interfaces: *interfaces
65           busaddr: *busaddr
66         - interfaces: *interfaces
67           busaddr: *busaddr
68         - interfaces: *interfaces
69           busaddr: *busaddr
70         - interfaces: *interfaces
71           busaddr: *busaddr