blob: 44fb4a068f25e7364ac1e7455ddda1ec92d8ca61 (
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
|
##############################################################################
# Copyright (c) 2017 HUAWEI TECHNOLOGIES CO.,LTD 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
##############################################################################
---
### huawei-pod1 installer descriptor file ###
idf:
version: 0.1
# netconfig
net_config:
mgmt:
interface: 1
vlan: native
network: 10.1.0.0
mask: 24
storage:
interface: 2
vlan: 102
network: 172.16.2.0
mask: 24
tenant:
interface: 2
vlan: 101
network: 172.16.1.0
mask: 24
external:
interface: 2
vlan: native
network: 192.168.10.0
mask: 24
gateway: 192.168.10.1
dns:
- 8.8.8.8
- 8.8.4.4
compass:
jumphost:
network:
node:
|