arm-pod10: Increase MaaS deploy timeout
[pharos.git] / labs / lf / idf-pod5.yaml
1 ##############################################################################
2 # Copyright (c) 2018 Linux Foundation, 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 ### LF POD 5 installer descriptor file ###
10
11 idf:
12   version: 0.1
13   installer: ['apex', 'compass4nfv', 'daisy', 'fuel']
14   net_config:
15     oob:
16       interface: 0
17       ip-range: 172.30.8.89-172.30.8.94
18       vlan: 410
19       mask: 29
20     admin:
21       interface: 0
22       vlan: native
23       network: 192.168.11.0
24       mask: 24
25     mgmt:
26       interface: 1
27       vlan: 450
28       network: 192.168.0.0
29       mask: 24
30     storage:
31       interface: 2
32       vlan: 451
33       network: 192.168.1.0
34       mask: 24
35     private:
36       interface: 1
37       vlan: 452
38       network: 192.168.2.0
39       mask: 24
40     public:
41       interface: 2
42       vlan: 415
43       network: 172.30.13.64
44       mask: 26
45       gateway: 172.30.13.1
46       dns:
47         - 8.8.8.8
48         - 8.8.4.4
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: &interfaces
60             # Ordered-list, index should be in sync with interface index in PDF
61             - 'eno1'
62             - 'eno3'
63             - 'eno4'
64           busaddr: &busaddr
65             # Bus-info reported by `ethtool -i ethX`
66             - '0000:04:00.0'
67             - '0000:02:00.0'
68             - '0000:02:00.1'
69         - interfaces: *interfaces
70           busaddr: *busaddr
71         - interfaces: *interfaces
72           busaddr: *busaddr
73         - interfaces: *interfaces
74           busaddr: *busaddr
75         - interfaces: *interfaces
76           busaddr: *busaddr