blob: 52775d78a43883d1d7ce2dafee407bb0b652e477 (
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
|
labconfig:
lab_location: intelpod6
bridges:
- type: admin
bridge: brAdm
cidr: 10.6.1.0/24
gateway: 10.6.1.1
- type: data
bridge: brData
cidr: 10.6.12.0/24
gateway:
- type: public
bridge: brPublic
cidr: 10.6.15.0/24
gateway: 10.6.15.254
- type: external
bridge: brExt
cidr:
gateway:
ipaddress: 10.2.117.107
labsettings:
upstream_dns: 8.8.8.8
nodes:
- type: control
architecture: x86_64
pxe_mac_address:
- "00:1e:67:d8:ba:46"
power:
type: ipmi
address: 10.2.117.96
user: root
pass: root
- type: control
architecture: x86_64
pxe_mac_address:
- "00:1e:67:e0:0b:72"
power:
type: ipmi
address: 10.2.117.97
user: root
pass: root
- type: control
architecture: x86_64
pxe_mac_address:
- "00:1e:67:e0:09:33"
power:
type: ipmi
address: 10.2.117.98
user: root
pass: root
- type: compute
architecture: x86_64
pxe_mac_address:
- "00:1e:67:e0:09:fb"
power:
type: ipmi
address: 10.2.117.99
user: root
pass: root
- type: compute
architecture: x86_64
pxe_mac_address:
- "00:1e:67:cf:bc:f8"
power:
type: ipmi
address: 10.2.117.100
user: root
pass: root
opnfv:
release: c
distro: trusty
type: nonha
openstack: liberty
sdncontroller:
- type: nosdn
storage:
- type: ceph
disk: sda,sdb
floating-ip-range:
feature: odl_l2
ext-port: eth0
|