Merge "Auto Generated INFO.yaml file"
[pharos.git] / labs / bii / idf-pod1.yaml
1 ##############################################################################
2 # Copyright (c) 2018 BII-CFIEC 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 ### This is a BII POD1 Installer descriptor file ###
10
11 idf:
12   version: 0.1
13   # NOTE: Temporarily disable Daisy check, since it requires 'storage' network
14   # to be defined in 'idf.net_config' below.
15   installer: ['apex', 'compass4nfv', 'fuel']
16   net_config:
17     oob:                     # IPMI management network
18       interface: 0
19       ip-range: 192.168.20.200-192.168.20.205
20       vlan: native
21       mask: 29
22     admin:
23       interface: 0
24       vlan: native
25       network: 10.20.0.0
26       mask: 24
27     mgmt:
28       interface: 2
29       vlan: 101
30       network: 192.168.101.0
31       mask: 24
32     private:
33       interface: 3
34       vlan: 102-132
35       network: 192.168.102.0
36       mask: 24
37     public:
38       interface: 1
39       vlan: native
40       network: 192.168.20.0
41       mask: 24
42       gateway: 192.168.20.1
43       dns:
44         - 114.114.114.114
45         - 8.8.8.8
46   fuel:
47     jumphost:
48       bridges:
49         admin: 'br-pxe'
50         mgmt: 'br-ctl'
51         private: ~
52         public: ~
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             - 'eno1'
59             - 'eno2'
60             - 'eno3'
61             - 'eno4'
62           busaddr: &busaddr
63             # Bus-info reported by `ethtool -i ethX`
64             - '0000:01:00.0'
65             - '0000:01:00.1'
66             - '0000:02:00.0'
67             - '0000:02:00.1'
68         - interfaces: *interfaces
69           busaddr: *busaddr
70         - interfaces: *interfaces
71           busaddr: *busaddr
72         - interfaces: *interfaces
73           busaddr: *busaddr
74         - interfaces: *interfaces
75           busaddr: *busaddr