Add IDF and PDF for itri-pod1.
[pharos.git] / labs / itri / idf-pod1.yaml
1 ##############################################################################
2 # Copyright (c) 2019 ITRI.
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 ### ITRI POD 1 installer descriptor file ###
10
11 idf:
12   version: 0.1
13   installer: ['compass4nfv', 'fuel']
14   net_config:
15     # NOTE: Network names are likely to change after the PDF spec is updated
16     admin:
17       interface: 0
18       vlan: native
19       network: 10.1.0.0
20       mask: 24
21     storage:
22       interface: 1
23       vlan: native
24       network: 172.16.2.0
25       mask: 24
26     oob:
27       interface: 1
28       ip-range: 100.86.5.28-100.86.5.33
29       vlan: native
30     public:
31       interface: 2
32       vlan: native
33       network: 100.86.0.0
34       mask: 16
35       gateway: 100.86.0.254
36       dns:
37         - 8.8.8.8
38         - 8.8.4.4
39     mgmt:
40       interface: 4
41       vlan: 1001
42       network: 172.16.3.0
43       mask: 24
44     private:
45       interface: 3
46       vlan: 100
47       network: 172.16.1.0
48       mask: 24
49   fuel:
50     jumphost:
51       bridges:
52         admin: 'pxebr'
53         mgmt: 'br-ctl'
54         private: ''
55         public: ''
56     network:
57       node:
58         # Ordered-list, index should be in sync with node index in PDF
59         - interfaces:
60             # Ordered-list, index should be in sync with interface index in PDF
61             - 'eth0'
62             - 'eth1'
63             - 'eth2'
64             - 'eth3'
65             - 'eth4'
66           busaddr:
67             # Bus-info reported by `ethtool -i ethX`
68             - '0000:03:00.0'
69             - '0000:05:00.3'
70             - '0000:02:00.1'
71             - '0000:05:00.0'
72             - '0000:02:00.0'
73         - interfaces: &interfaces
74             - 'eth0'
75             - 'eth1'
76             - 'eth2'
77             - 'eth3'
78             - 'eth4'
79           busaddr: &busaddr
80             - '0000:03:00.0'
81             - '0000:04:00.1'
82             - '0000:02:00.1'
83             - '0000:05:00.1'
84             - '0000:02:00.0'
85         - interfaces: *interfaces
86           busaddr: *busaddr
87         - interfaces: *interfaces
88           busaddr: *busaddr
89         - interfaces: *interfaces
90           busaddr: *busaddr
91         - interfaces: *interfaces
92           busaddr: *busaddr