Merge "Auto Generated INFO.yaml file"
[pharos.git] / labs / lf / idf-pod2.yaml
1 ##############################################################################
2 # Copyright (c) 2018 Linux Foundation, Mirantis Inc., 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 2 installer descriptor file ###
10
11 idf:
12   version: 0.1
13   installer: ['apex', 'compass4nfv', 'daisy', 'fuel']
14   net_config:
15     # NOTE: Network names are likely to change after the PDF spec is updated
16     oob:
17       interface: 0
18       ip-range: 172.30.8.65-172.30.8.75
19       vlan: 410
20       mask: 26
21     admin:
22       interface: 0
23       vlan: native
24       network: 192.168.11.0  # Untagged, 'PXE/Admin' on wiki, different IP
25       mask: 24
26     mgmt:
27       interface: 0
28       vlan: 300
29       network: 10.167.4.0    # Tagged, 'vlan 300' on wiki
30       ip-range: 10.167.4.10-10.167.4.254  # Some IPs are in use by lab infra
31       mask: 24
32     storage:
33       interface: 3
34       vlan: 301
35       network: 10.2.0.0      # Tagged, not the same with 'storage' on wiki
36       mask: 24
37     private:
38       interface: 1
39       vlan: 1000-1030
40       network: 10.1.0.0      # Tagged, not the same with 'private' on wiki
41       mask: 24
42     public:
43       interface: 2
44       vlan: native
45       network: 172.30.10.0   # Untagged, 'public' on wiki
46       ip-range: 172.30.10.100-172.30.10.254  # Some IPs are in use by lab infra
47       mask: 24
48       gateway: 172.30.10.1
49       dns:
50         - 8.8.8.8
51         - 8.8.4.4
52   fuel:
53     jumphost:
54       bridges:
55         admin: 'pxebr'
56         mgmt: 'br-ctl'
57         private: ~
58         public: ~
59     network:
60       ntp_strata_host1: 1.pool.ntp.org
61       ntp_strata_host2: 0.pool.ntp.org
62       node:
63         # Ordered-list, index should be in sync with node index in PDF
64         - interfaces: &interfaces
65             # Ordered-list, index should be in sync with interface index in PDF
66             - 'enp6s0'
67             - 'enp7s0'
68             - 'enp8s0'
69             - 'enp9s0'
70           busaddr: &busaddr
71             # Bus-info reported by `ethtool -i ethX`
72             - '0000:06:00.0'
73             - '0000:07:00.0'
74             - '0000:08:00.0'
75             - '0000:09:00.0'
76         - interfaces: *interfaces
77           busaddr: *busaddr
78         - interfaces: *interfaces
79           busaddr: *busaddr
80         - interfaces: *interfaces
81           busaddr: *busaddr
82         - interfaces: *interfaces
83           busaddr: *busaddr