Merge "Auto Generated INFO.yaml file"
[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       mask: 29
22     admin:
23       interface: 0
24       vlan: null
25       network: 10.20.7.0
26       mask: 24
27     mgmt:
28       interface: 0
29       vlan: null
30       network: 10.20.7.0
31       mask: 24
32     storage:
33       interface: 0
34       vlan: null
35       network: 10.20.7.0
36       mask: 24
37     private:
38       interface: 1
39       vlan: null
40       network: 172.70.0.0
41       mask: 24
42     public:
43       interface: 1
44       vlan: null
45       network: 172.71.0.0
46       mask: 24
47       gateway: 172.71.0.1
48       dns:
49         - 172.71.0.1
50   daisy:
51     jumphost:
52       bridges:
53         admin: 'br0'
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             - 'ens4f0'
60             - 'ens44f0'
61           busaddr: &busaddr
62             # Bus-info reported by `ethtool -i ethX`
63             - '0000:01:00.0'
64             - '0000:81:00.0'
65         - interfaces: *interfaces
66           busaddr: *busaddr
67         - interfaces: *interfaces
68           busaddr: *busaddr
69         - interfaces: *interfaces
70           busaddr: *busaddr
71         - interfaces: *interfaces
72           busaddr: *busaddr