187f42ceb3de1e7ab77bea925c1faebac6967a07
[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   net_config:
14     oob:                     # IPMI management network
15       interface: 0
16       ip-range: 192.168.20.200-192.168.20.205
17       vlan: native
18     admin:
19       interface: 0
20       vlan: native
21       network: 10.20.0.0
22       mask: 24
23     mgmt:
24       interface: 2
25       vlan: 101
26       network: 192.168.101.0
27       mask: 24
28     private:
29       interface: 3
30       vlan: 102
31       network: 192.168.102.0
32       mask: 24
33     public:
34       interface: 1
35       vlan: native
36       network: 192.168.20.0
37       mask: 24
38       gateway: 192.168.20.1
39       dns:
40         - 114.114.114.114
41         - 8.8.8.8
42   fuel:
43     jumphost:
44       bridges:
45         admin: 'br-pxe'
46         mgmt: 'br-ctl'
47         private: ~
48         public: ~
49     network:
50       node:
51         # Ordered-list, index should be in sync with node index in PDF
52         - interfaces: &interfaces
53             # Ordered-list, index should be in sync with interface index in PDF
54             - 'eno1'
55             - 'eno2'
56             - 'eno3'
57             - 'eno4'
58           busaddr: &busaddr
59             # Bus-info reported by `ethtool -i ethX`
60             - '0000:01:00.0'
61             - '0000:01:00.1'
62             - '0000:02:00.0'
63             - '0000:02:00.1'
64         - interfaces: *interfaces
65           busaddr: *busaddr
66         - interfaces: *interfaces
67           busaddr: *busaddr
68         - interfaces: *interfaces
69           busaddr: *busaddr
70         - interfaces: *interfaces
71           busaddr: *busaddr