Merge "New PTL for Pharos"
[pharos.git] / labs / intel / idf-pod18.yaml
1 ##############################################################################
2 # Copyright (c) 2018 Intel Corporation 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 idf:
10   version: 0.1
11   installer: ['joid', 'fuel']
12   net_config:
13     # NOTE: Network names are likely to change after the PDF spec is updated
14     oob:
15       interface: 0
16       ip-range: 10.10.180.10-10.10.180.15
17       vlan: native
18       mask: 24
19     admin:  # admin
20       interface: 1
21       vlan: native
22       network: 10.10.181.0
23       mask: 24
24       bridge: brAdm
25     mgmt:  # data
26       interface: 2
27       vlan: 184
28       network: 10.10.184.0
29       ip-range: 10.10.184.10-10.10.184.254
30       mask: 24
31     storage:  # storage
32       interface: 3
33       vlan: native
34       network: 10.10.183.0
35       mask: 24
36     private:  # floating
37       interface: 2
38       vlan: 1000-1030
39       network: 10.10.182.0
40       mask: 24
41       bridge: brExt
42     public:  # public
43       interface: 3
44       vlan: 1183
45       network: 10.10.185.0
46       ip-range: 10.10.185.100-10.10.185.253
47       mask: 24
48       gateway: 10.10.185.1
49       dns:
50         - 8.8.8.8
51         - 8.8.4.4
52   fuel:
53     jumphost:
54       bridges:
55         admin: 'brAdm'
56         mgmt: 'mgmt18_br0'
57         private: ~
58         public: 'brExt'
59     maas:
60       # MaaS timeouts (in minutes)
61       timeout_comissioning: 10
62       timeout_deploying: 15
63     network:
64       ntp_strata_host1: 1.pool.ntp.org
65       ntp_strata_host2: 0.pool.ntp.org
66       node:
67         # Ordered-list, index should be in sync with node index in PDF
68         - interfaces: &interfaces
69             # Ordered-list, index should be in sync with interface index in PDF
70             - 'eno1'
71             - 'eno2'
72             - 'ens785f0'
73             - 'ens785f1'
74             - 'ens785f2'
75             - 'ens785f3'
76           busaddr: &busaddr
77             # Bus-info reported by `ethtool -i ethX`
78             - '0000:03:00.0'
79             - '0000:03:00.3'
80             - '0000:05:00.0'
81             - '0000:05:00.1'
82             - '0000:05:00.2'
83             - '0000:05:00.3'
84         - interfaces: *interfaces
85           busaddr: *busaddr
86         - interfaces: *interfaces
87           busaddr: *busaddr
88         - interfaces: *interfaces
89           busaddr: *busaddr
90         - interfaces:
91             - 'eno1'
92             - 'enp3s0f3'
93             - 'ens785f0'
94             - 'ens785f1'
95             - 'ens785f2'
96             - 'ens785f3'
97           busaddr:
98             - '0000:03:00.0'
99             - '0000:03:00.3'
100             - '0000:05:00.0'
101             - '0000:05:00.1'
102             - '0000:05:00.2'
103             - '0000:05:00.3'