Merge "Auto Generated INFO.yaml file"
[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']
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:
17       vlan:
18       mask: 24
19     admin:  # admin
20       interface: 1
21       vlan: native
22       network: 10.10.181.0
23       mask: 24
24       gateway: 10.10.181.2
25       bridge: brAdm
26     mgmt:  # data
27       interface: 2
28       vlan:
29       network: 10.10.182.0
30       mask: 24
31     storage:  # storage
32       interface: 3
33       vlan:
34       network: 10.10.182.0
35       mask: 24
36     private:  # floating
37       interface:
38       vlan:
39       network: 10.10.180.0
40       mask: 24
41       bridge: brExt
42     public:  # public
43       interface:
44       vlan: 1183
45       network: 10.10.185.0
46       mask: 24
47       gateway: 10.10.185.1
48       dns:
49         - 8.8.8.8
50         - 8.8.4.4