blob: 5adf23d4465bb01a89c0277d62e3748f7390091a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
##############################################################################
# Copyright (c) 2018 Intel Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
---
idf:
version: 0.1
installer: ['joid']
net_config:
# NOTE: Network names are likely to change after the PDF spec is updated
oob:
interface: 0
ip-range:
vlan:
admin: # admin
interface: 1
vlan: native
network: 10.10.181.0
mask: 24
gateway: 10.10.181.2
bridge: brAdm
mgmt: # data
interface: 2
vlan:
network: 10.10.182.0
mask: 24
storage: # storage
interface: 3
vlan:
network: 10.10.182.0
mask: 24
private: # floating
interface:
vlan:
network: 10.10.180.0
mask: 24
bridge: brExt
public: # public
interface:
vlan: 1183
network: 10.10.185.0
mask: 24
gateway: 10.10.185.1
dns:
- 8.8.8.8
- 8.8.4.4
|