Merge "Auto Generated INFO.yaml file"
[pharos.git] / labs / ool / idf-pod1.yaml
1 ##############################################################################
2 # Copyright (c)  2018 Okinawa Open Labratory.
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 OOL 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', 'fuel']
16   net_config:
17     admin:
18       interface: 0
19       vlan: native
20       network: 192.168.103.0
21       mask: 24
22     mgmt:
23       interface: 2
24       vlan: 101
25       network: 192.168.104.0
26       mask: 24
27     public:
28       interface: 2
29       vlan: 102
30       network: 192.168.106.0
31       mask: 24
32     private:
33       interface: 1
34       vlan: native
35       network: 192.168.25.0
36       mask: 24
37       gateway: 192.168.20.254
38       dns:
39         - 8.8.8.8
40   fuel:
41     jumphost:
42       bridges:
43         admin: 'br-em1'
44         mgmt: 'br0'
45         public: 'br-ex'
46         private: ~
47     network:
48       node:
49         # Ordered-list, index should be in sync with node index in PDF
50         - interfaces: &interfaces
51             # Ordered-list, index should be in sync with interface index in PDF
52             - 'eno2'
53             - 'eno3'
54             - 'eno4'
55           busaddr: &busaddr
56             - '0000:01:00.0'
57             - '0000:07:00.0'
58             - '0000:07:00.1'
59         - interfaces: *interfaces
60           busaddr: *busaddr
61         - interfaces: *interfaces
62           busaddr: *busaddr
63         - interfaces: *interfaces
64           busaddr: *busaddr
65         - interfaces: *interfaces
66           busaddr: *busaddr