Merge "IDF and PDF files for auto pod in unh lab"
[pharos.git] / labs / unh / idf-pod1.yaml
1 ##############################################################################
2 # Copyright (c) 2018 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 ### UNH ARM POD installer descriptor file ###
10
11 idf:
12   version: 0.1
13   installer: ['apex', 'compass4nfv', 'daisy', 'fuel']
14   net_config:
15     oob:
16       ip-range: 10.10.52.10-10.10.52.15
17       vlan: native
18     admin:
19       interface: 0
20       vlan: native
21       network: 10.10.53.0
22       mask: 24
23     mgmt:
24       interface: 0
25       vlan: 55
26       network: 172.16.10.0
27       mask: 24
28     storage:
29       interface: 0
30       vlan: 56
31       network: 10.2.0.0
32       mask: 24
33     private:
34       interface: 0
35       vlan: 57
36       network: 10.1.0.0
37       mask: 24
38     public:
39       interface: 0
40       vlan: 50
41       network: 10.10.50.0
42       mask: 24
43       gateway: 10.10.50.1
44       dns:
45         - 8.8.8.8
46         - 8.8.4.4
47   fuel:
48     jumphost:
49       bridges:
50         admin: 'admin1_br0'
51         mgmt: 'mgmt1_br0'
52         private: ''
53         public: 'public1_br0'
54     maas:
55       # MaaS timeouts (in minutes)
56       timeout_comissioning: 10
57       timeout_deploying: 15
58     network:
59       node:
60         # Ordered list, index should be in sync with node index in PDF
61         - interfaces: &interfaces
62             # Ordered-list
63             - 'enP2p1s0f1'
64             - 'enP2p1s0f2'
65             - 'enP2p1s0f3'
66             - 'enP2p1s0f4'
67             - 'enP2p1s0f5'
68           busaddr: &busaddr
69             # Bus-info reported by `ethtool -i ethX`
70             - '0002:01:00.1'
71             - '0002:01:00.2'
72             - '0002:01:00.3'
73             - '0002:01:00.4'
74             - '0002:01:00.5'
75         - interfaces: *interfaces
76           busaddr: *busaddr
77         - interfaces: *interfaces
78           busaddr: *busaddr
79         - interfaces: *interfaces
80           busaddr: *busaddr
81         - interfaces: *interfaces
82           busaddr: *busaddr