summaryrefslogtreecommitdiffstats
path: root/labconfig
diff options
context:
space:
mode:
Diffstat (limited to 'labconfig')
-rw-r--r--labconfig/enea/pod5/labconfig.yaml170
-rw-r--r--labconfig/enea/pod6/labconfig.yaml170
-rw-r--r--labconfig/enea/virtual/pod1/labconfig.yaml54
-rw-r--r--labconfig/huawei/pod12/labconfig.yaml42
-rw-r--r--labconfig/intel/pod18/labconfig.yaml163
-rw-r--r--labconfig/intel/pod19/labconfig.yaml162
-rw-r--r--labconfig/lenovo/pod1/labconfig.yaml28
7 files changed, 763 insertions, 26 deletions
diff --git a/labconfig/enea/pod5/labconfig.yaml b/labconfig/enea/pod5/labconfig.yaml
new file mode 100644
index 00000000..a1c8a7ea
--- /dev/null
+++ b/labconfig/enea/pod5/labconfig.yaml
@@ -0,0 +1,170 @@
+lab:
+ location: enea
+ racks:
+ - rack: pod5
+ nodes:
+ - name: softiron-3
+ architecture: aarch64
+ roles: [network,control]
+ nics:
+ - ifname: intf0
+ spaces: [admin]
+ mac: ["e0:ff:f7:00:08:ae"]
+ - ifname: intf1
+ spaces: [floating]
+ mac: ["e0:ff:f7:00:08:af"]
+ - ifname: intf1.2185
+ spaces: [data]
+ mac: ["e0:ff:f7:00:08:af"]
+ - ifname: intf1.2183
+ spaces: [public]
+ mac: ["e0:ff:f7:00:08:af"]
+ - ifname: intf1.2184
+ spaces: [storage]
+ mac: ["e0:ff:f7:00:08:af"]
+ power:
+ type: ipmi
+ address: 10.0.8.3
+ user: admin
+ pass: admin
+ - name: softiron-4
+ architecture: aarch64
+ roles: [network,control]
+ nics:
+ - ifname: intf0
+ spaces: [admin]
+ mac: ["e0:ff:f7:00:08:b1"]
+ - ifname: intf1
+ spaces: [floating]
+ mac: ["e0:ff:f7:00:08:b2"]
+ - ifname: intf1.2185
+ spaces: [data]
+ mac: ["e0:ff:f7:00:08:b2"]
+ - ifname: intf1.2183
+ spaces: [public]
+ mac: ["e0:ff:f7:00:08:b2"]
+ - ifname: intf1.2184
+ spaces: [storage]
+ mac: ["e0:ff:f7:00:08:b2"]
+ power:
+ type: ipmi
+ address: 10.0.8.4
+ user: admin
+ pass: admin
+
+ - name: softiron-5
+ architecture: aarch64
+ roles: [network,control]
+ nics:
+ - ifname: intf0
+ spaces: [admin]
+ mac: ["e0:ff:f7:00:08:bd"]
+ - ifname: intf1
+ spaces: [floating]
+ mac: ["e0:ff:f7:00:08:be"]
+ - ifname: intf1.2185
+ spaces: [data]
+ mac: ["e0:ff:f7:00:08:be"]
+ - ifname: intf1.2183
+ spaces: [public]
+ mac: ["e0:ff:f7:00:08:be"]
+ - ifname: intf1.2184
+ spaces: [storage]
+ mac: ["e0:ff:f7:00:08:be"]
+ power:
+ type: ipmi
+ address: 10.0.8.5
+ user: admin
+ pass: admin
+
+ - name: softiron-6
+ architecture: aarch64
+ roles: [network,control]
+ nics:
+ - ifname: intf0
+ spaces: [admin]
+ mac: ["e0:ff:f7:00:08:c6"]
+ - ifname: intf1
+ spaces: [floating]
+ mac: ["e0:ff:f7:00:08:c7"]
+ - ifname: intf1.2185
+ spaces: [data]
+ mac: ["e0:ff:f7:00:08:c7"]
+ - ifname: intf1.2183
+ spaces: [public]
+ mac: ["e0:ff:f7:00:08:c7"]
+ - ifname: intf1.2184
+ spaces: [storage]
+ mac: ["e0:ff:f7:00:08:c7"]
+ power:
+ type: ipmi
+ address: 10.0.8.6
+ user: admin
+ pass: admin
+
+ - name: softiron-7
+ architecture: aarch64
+ roles: [network,control]
+ nics:
+ - ifname: intf0
+ spaces: [admin]
+ mac: ["e0:ff:f7:00:08:cf"]
+ - ifname: intf1
+ spaces: [floating]
+ mac: ["e0:ff:f7:00:08:d0"]
+ - ifname: intf1.2185
+ spaces: [data]
+ mac: ["e0:ff:f7:00:08:d0"]
+ - ifname: intf1.2183
+ spaces: [public]
+ mac: ["e0:ff:f7:00:08:d0"]
+ - ifname: intf1.2184
+ spaces: [storage]
+ mac: ["e0:ff:f7:00:08:d0"]
+ power:
+ type: ipmi
+ address: 10.0.8.7
+ user: admin
+ pass: admin
+ floating-ip-range: 10.0.8.40,10.0.8.250,10.0.8.254,10.0.8.0/24
+ ext-port: "intf1"
+ dns: 8.8.8.8
+ osdomainname:
+#below section shoiuld define the jumphost.
+opnfv:
+ release: f
+ distro: xenial
+ type: noha
+ openstack: pike
+ sdncontroller:
+ - type: nosdn
+ storage:
+ - type: ceph
+ disk: /dev/sdb
+ feature: odl_l2
+ spaces:
+ - type: admin
+ bridge: admin7_br0
+ cidr: 192.168.11.0/24
+ gateway: 192.168.11.1
+ vlan:
+ - type: floating
+ cidr: 10.0.8.0/24
+ gateway: 10.0.8.254
+ mac: ["00:0f:b7:04:00:c2"]
+ vlan:
+ - type: data
+ cidr: 10.1.0.0/24
+ gateway:
+ mac: ["00:0f:b7:04:00:c2"]
+ vlan: 2185
+ - type: public
+ cidr: 172.16.10.0/24
+ gateway:
+ mac: ["00:0f:b7:04:00:c2"]
+ vlan: 2183
+ - type: storage
+ cidr: 10.2.0.0/24
+ gateway:
+ mac: ["00:0f:b7:04:00:c2"]
+ vlan: 2184
diff --git a/labconfig/enea/pod6/labconfig.yaml b/labconfig/enea/pod6/labconfig.yaml
new file mode 100644
index 00000000..193078bf
--- /dev/null
+++ b/labconfig/enea/pod6/labconfig.yaml
@@ -0,0 +1,170 @@
+lab:
+ location: enea
+ racks:
+ - rack: pod6
+ nodes:
+ - name: cn8890-24
+ architecture: aarch64
+ roles: [network,control]
+ nics:
+ - ifname: intf0
+ spaces: [admin]
+ mac: ["68:05:ca:5a:c3:a7"]
+ - ifname: intf1.2323
+ spaces: [public]
+ mac: ["1c:1b:0d:e8:fa:83"]
+ - ifname: intf1.2324
+ spaces: [storage]
+ mac: ["1c:1b:0d:e8:fa:83"]
+ - ifname: intf1.2325
+ spaces: [data]
+ mac: ["1c:1b:0d:e8:fa:83"]
+ - ifname: intf1
+ spaces: [floating]
+ mac: ["1c:1b:0d:e8:fa:83"]
+ power:
+ type: ipmi
+ address: 10.0.1.54
+ user: ADMIN
+ pass: ADMIN
+ - name: cn8890-25
+ architecture: aarch64
+ roles: [network,control]
+ nics:
+ - ifname: intf0
+ spaces: [admin]
+ mac: ["68:05:ca:5a:c3:bc"]
+ - ifname: intf1.2323
+ spaces: [public]
+ mac: ["1c:1b:0d:e8:fb:a5"]
+ - ifname: intf1.2324
+ spaces: [storage]
+ mac: ["1c:1b:0d:e8:fb:a5"]
+ - ifname: intf1.2325
+ spaces: [data]
+ mac: ["1c:1b:0d:e8:fb:a5"]
+ - ifname: intf1
+ spaces: [floating]
+ mac: ["1c:1b:0d:e8:fb:a5"]
+ power:
+ type: ipmi
+ address: 10.0.1.55
+ user: ADMIN
+ pass: ADMIN
+
+ - name: cn8890-26
+ architecture: aarch64
+ roles: [network,control]
+ nics:
+ - ifname: intf0
+ spaces: [admin]
+ mac: ["68:05:ca:61:b9:00"]
+ - ifname: intf1.2323
+ spaces: [public]
+ mac: ["1c:1b:0d:e8:fa:65"]
+ - ifname: intf1.2324
+ spaces: [storage]
+ mac: ["1c:1b:0d:e8:fa:65"]
+ - ifname: intf1.2325
+ spaces: [data]
+ mac: ["1c:1b:0d:e8:fa:65"]
+ - ifname: intf1
+ spaces: [floating]
+ mac: ["1c:1b:0d:e8:fa:65"]
+ power:
+ type: ipmi
+ address: 10.0.1.56
+ user: ADMIN
+ pass: ADMIN
+
+ - name: cn8890-27
+ architecture: aarch64
+ roles: [network,control]
+ nics:
+ - ifname: intf0
+ spaces: [admin]
+ mac: ["68:05:ca:57:f7:16"]
+ - ifname: intf1.2323
+ spaces: [public]
+ mac: ["1c:1b:0d:e8:fb:19"]
+ - ifname: intf1.2324
+ spaces: [storage]
+ mac: ["1c:1b:0d:e8:fb:19"]
+ - ifname: intf1.2325
+ spaces: [data]
+ mac: ["1c:1b:0d:e8:fb:19"]
+ - ifname: intf1
+ spaces: [floating]
+ mac: ["1c:1b:0d:e8:fb:19"]
+ power:
+ type: ipmi
+ address: 10.0.1.57
+ user: ADMIN
+ pass: ADMIN
+
+ - name: cn8890-28
+ architecture: aarch64
+ roles: [network,control]
+ nics:
+ - ifname: intf0
+ spaces: [admin]
+ mac: ["68:05:ca:61:97:5a"]
+ - ifname: intf1.2323
+ spaces: [public]
+ mac: ["1c:1b:0d:e8:fb:7d"]
+ - ifname: intf1.2324
+ spaces: [storage]
+ mac: ["1c:1b:0d:e8:fb:7d"]
+ - ifname: intf1.2325
+ spaces: [data]
+ mac: ["1c:1b:0d:e8:fb:7d"]
+ - ifname: intf1
+ spaces: [floating]
+ mac: ["1c:1b:0d:e8:fb:7d"]
+ power:
+ type: ipmi
+ address: 10.0.1.58
+ user: ADMIN
+ pass: ADMIN
+ floating-ip-range: 10.0.15.40,10.0.15.250,10.0.15.254,10.0.15.0/24
+ ext-port: "intf1"
+ dns: 8.8.8.8
+ osdomainname:
+#below section shoiuld define the jumphost.
+opnfv:
+ release: f
+ distro: xenial
+ type: noha
+ openstack: pike
+ sdncontroller:
+ - type: nosdn
+ storage:
+ - type: ceph
+ disk: /dev/sdb
+ feature: odl_l2
+ spaces:
+ - type: admin
+ bridge: admin14_br0
+ cidr: 192.168.11.0/24
+ gateway: 192.168.11.1
+ vlan:
+ - type: floating
+ cidr: 10.0.15.0/24
+ gateway: 10.0.15.254
+ vlan:
+ mac: ["00:01:73:02:36:d5"]
+ - type: public
+ cidr: 172.16.10.0/24
+ gateway:
+ vlan: 2323
+ mac: ["00:01:73:02:36:d5"]
+ - type: storage
+ cidr: 10.2.0.0/24
+ gateway:
+ vlan: 2324
+ mac: ["00:01:73:02:36:d5"]
+ - type: data
+ cidr: 10.1.0.0/24
+ gateway:
+ vlan: 2325
+ mac: ["00:01:73:02:36:d5"]
diff --git a/labconfig/enea/virtual/pod1/labconfig.yaml b/labconfig/enea/virtual/pod1/labconfig.yaml
new file mode 100644
index 00000000..cc64acc3
--- /dev/null
+++ b/labconfig/enea/virtual/pod1/labconfig.yaml
@@ -0,0 +1,54 @@
+lab:
+ location: virtual
+ racks:
+ - rack: pod1
+ nodes:
+ - name: rack-vir-m1
+ architecture: x86_64
+ roles: [network,control]
+ nics:
+ - ifname: ens3
+ spaces: [admin]
+ - ifname: ens4
+ spaces: [floating]
+ - name: rack-vir-m2
+ architecture: x86_64
+ roles: [compute,control,storage]
+ nics:
+ - ifname: ens3
+ spaces: [admin]
+ - ifname: ens4
+ spaces: [floating]
+ - name: rack-vir-m3
+ architecture: x86_64
+ roles: [compute,control,storage]
+ nics:
+ - ifname: ens3
+ spaces: [admin]
+ - ifname: ens4
+ spaces: [floating]
+ floating-ip-range: 192.168.122.31,192.168.122.49,192.168.122.1,192.168.122.0/24
+ ext-port: "enp2s0"
+ dns: 8.8.8.8
+opnfv:
+ release: d
+ distro: xenial
+ type: noha
+ openstack: newton
+ sdncontroller:
+ - type: nosdn
+ storage:
+ - type: ceph
+ disk: /srv
+ feature: odl_l2
+ spaces:
+ - type: admin
+ bridge: virbr0
+ cidr: 192.168.122.0/24
+ gateway: 192.168.122.1
+ vlan:
+ - type: floating
+ bridge:
+ cidr:
+ gateway:
+ vlan:
diff --git a/labconfig/huawei/pod12/labconfig.yaml b/labconfig/huawei/pod12/labconfig.yaml
index c78a056b..51ab8b79 100644
--- a/labconfig/huawei/pod12/labconfig.yaml
+++ b/labconfig/huawei/pod12/labconfig.yaml
@@ -18,16 +18,16 @@ lab:
mac: ["88:cf:98:e9:9a:9a"]
power:
type: ipmi
- address: 192.168.120.19
+ address: 172.16.130.179
user: root
- pass: Huawei12#$
+ pass: Opnfv@pod12
- name: rack-12-m2
architecture: x86_64
roles: [compute,control,storage]
nics:
- ifname: intf0
spaces: [admin]
- mac: ["88:cf:98:61:66:0b"]
+ mac: ["88:cf:98:61:67:0b"]
- ifname: intf1
spaces: [data]
mac: ["88:cf:98:e9:9a:c3"]
@@ -36,9 +36,9 @@ lab:
mac: ["88:cf:98:e9:9a:c4"]
power:
type: ipmi
- address: 192.168.120.20
+ address: 172.16.130.180
user: root
- pass: Huawei12#$
+ pass: Opnfv@pod12
- name: rack-12-m3
architecture: x86_64
roles: [compute,control,storage]
@@ -48,15 +48,15 @@ lab:
mac: ["88:cf:98:61:66:d9"]
- ifname: intf1
spaces: [data]
- mac: ["88:cf:98:e9:9a:9b"]
+ mac: ["88:cf:98:e9:9a:b3"]
- ifname: intf2
spaces: [floating]
- mac: ["88:cf:98:e9:9a:9c"]
+ mac: ["88:cf:98:e9:9a:b4"]
power:
type: ipmi
- address: 192.168.120.21
+ address: 172.16.130.181
user: root
- pass: Huawei12#$
+ pass: Opnfv@pod12
- name: rack-12-m4
architecture: x86_64
roles: [compute,storage]
@@ -72,36 +72,36 @@ lab:
mac: ["88:cf:98:e9:9a:9c"]
power:
type: ipmi
- address: 192.168.120.22
+ address: 172.16.130.182
user: root
- pass: Huawei12#$
+ pass: Opnfv@pod12
- name: rack-12-m5
architecture: x86_64
roles: [compute,storage]
nics:
- ifname: intf0
spaces: [admin]
- mac: ["88:cf:98:83:31:db"]
+ mac: ["88:cf:98:61:66:db"]
- ifname: intf1
spaces: [data]
- mac: ["88:cf:98:e9:9a:a5"]
+ mac: ["88:cf:98:e9:9a:af"]
- ifname: intf2
spaces: [floating]
- mac: ["88:cf:98:e9:9a:a6"]
+ mac: ["88:cf:98:e9:9a:b0"]
power:
type: ipmi
- address: 192.168.120.23
+ address: 172.16.130.183
user: root
- pass: Huawei12#$
+ pass: Opnfv@pod12
floating-ip-range: 10.6.15.7,10.6.15.250,10.6.15.1,10.6.15.0/24
- ext-port: "enp4s0d1"
+ ext-port: "intf2"
dns: 8.8.8.8
public-api-ip:
osdomainname:
opnfv:
release: d
distro: xenial
- type: noha
+ type: nonha
openstack: newton
sdncontroller:
- type: nosdn
@@ -127,7 +127,7 @@ opnfv:
vlan:
- type: external
bridge: brExt
- cidr: 192.168.30.0/24
- gateway: 192.168.30.250
- ipaddress: 192.168.30.2
+ cidr: 172.30.12.0/24
+ gateway: 172.30.12.1
+ ipaddress: 172.30.12.2
vlan:
diff --git a/labconfig/intel/pod18/labconfig.yaml b/labconfig/intel/pod18/labconfig.yaml
new file mode 100644
index 00000000..2cb83d20
--- /dev/null
+++ b/labconfig/intel/pod18/labconfig.yaml
@@ -0,0 +1,163 @@
+lab:
+ location: intel
+ racks:
+ - rack: pod18
+ nodes:
+ - name: rack-18-m1
+ architecture: x86_64
+ roles: [network,control]
+ nics:
+ - ifname: intf0
+ spaces: [admin]
+ mac: ["A4:BF:01:14:40:17"]
+ - ifname: intf1
+ spaces: [data]
+ mac: ["3c:fd:fe:a4:9f:a0"]
+ - ifname: intf3
+ spaces: [floating]
+ mac: ["A4:BF:01:14:40:16"]
+ - ifname: intf2.1183
+ spaces: [public]
+ mac: ["3c:fd:fe:a4:9f:a1"]
+ - ifname: intf2
+ spaces: [storage]
+ mac: ["3c:fd:fe:a4:9f:a1"]
+ power:
+ type: ipmi
+ address: 10.10.180.11
+ user: root
+ pass: root
+ - name: rack-18-m2
+ architecture: x86_64
+ roles: [compute,control,storage]
+ nics:
+ - ifname: intf0
+ spaces: [admin]
+ mac: ["A4:BF:01:16:31:1f"]
+ - ifname: intf1
+ spaces: [data]
+ mac: ["3c:fd:fe:a4:a0:30"]
+ - ifname: intf3
+ spaces: [floating]
+ mac: ["A4:BF:01:16:31:1e"]
+ - ifname: intf2.1183
+ spaces: [public]
+ mac: ["3c:fd:fe:a4:a0:31"]
+ - ifname: intf2
+ spaces: [storage]
+ mac: ["3c:fd:fe:a4:a0:31"]
+ power:
+ type: ipmi
+ address: 10.10.180.12
+ user: root
+ pass: root
+ - name: rack-18-m3
+ architecture: x86_64
+ roles: [compute,control,storage]
+ nics:
+ - ifname: intf0
+ spaces: [admin]
+ mac: ["A4:BF:01:16:30:F7"]
+ - ifname: intf1
+ spaces: [data]
+ mac: ["3c:fd:fe:a4:9e:48"]
+ - ifname: intf3
+ spaces: [floating]
+ mac: ["A4:BF:01:16:30:F6"]
+ - ifname: intf2.1183
+ spaces: [public]
+ mac: ["3c:fd:fe:a4:9e:49"]
+ - ifname: intf2
+ spaces: [storage]
+ mac: ["3c:fd:fe:a4:9e:49"]
+ power:
+ type: ipmi
+ address: 10.10.180.13
+ user: root
+ pass: root
+ - name: rack-18-m4
+ architecture: x86_64
+ roles: [compute,storage]
+ nics:
+ - ifname: intf0
+ spaces: [admin]
+ mac: ["A4:BF:01:14:72:0E"]
+ - ifname: intf1
+ spaces: [data]
+ mac: ["3c:fd:fe:a4:9d:e8"]
+ - ifname: intf3
+ spaces: [floating]
+ mac: ["A4:BF:01:14:72:0D"]
+ - ifname: intf2.1183
+ spaces: [public]
+ mac: ["3c:fd:fe:a4:9d:e9"]
+ - ifname: intf2
+ spaces: [storage]
+ mac: ["3c:fd:fe:a4:9d:e9"]
+ power:
+ type: ipmi
+ address: 10.10.180.14
+ user: root
+ pass: root
+ - name: rack-18-m5
+ architecture: x86_64
+ roles: [compute,storage]
+ nics:
+ - ifname: intf0
+ spaces: [admin]
+ mac: ["A4:BF:01:14:71:69"]
+ - ifname: intf1
+ spaces: [data]
+ mac: ["3c:fd:fe:a4:a1:08"]
+ - ifname: intf3
+ spaces: [floating]
+ mac: ["A4:BF:01:14:71:68"]
+ - ifname: intf2.1183
+ spaces: [public]
+ mac: ["3c:fd:fe:a4:a1:09"]
+ - ifname: intf2
+ spaces: [storage]
+ mac: ["3c:fd:fe:a4:a1:09"]
+ power:
+ type: ipmi
+ address: 10.10.180.15
+ user: root
+ pass: root
+ floating-ip-range: 10.10.180.40,10.10.180.250,10.10.180.1,10.10.180.0/24
+ ext-port: "intf3"
+ dns: 8.8.8.8
+ osdomainname:
+opnfv:
+ release: f
+ distro: xenial
+ type: noha
+ openstack: pike
+ sdncontroller:
+ - type: nosdn
+ storage:
+ - type: ceph
+ disk: /dev/sdb
+ feature: odl_l2
+ spaces:
+ - type: admin
+ bridge: brAdm
+ cidr: 10.10.181.0/24
+ gateway: 10.10.181.2
+ vlan:
+ - type: data
+ cidr: 10.10.182.0/24
+ gateway:
+ vlan:
+ - type: storage
+ cidr: 10.10.183.0/24
+ gateway:
+ vlan:
+ - type: floating
+ bridge: brExt
+ cidr: 10.10.180.0/24
+ gateway:
+ vlan:
+ - type: public
+ cidr: 10.10.185.0/24
+ gateway: 10.10.185.1
+ vlan: 1183
diff --git a/labconfig/intel/pod19/labconfig.yaml b/labconfig/intel/pod19/labconfig.yaml
new file mode 100644
index 00000000..098571c5
--- /dev/null
+++ b/labconfig/intel/pod19/labconfig.yaml
@@ -0,0 +1,162 @@
+lab:
+ location: intel
+ racks:
+ - rack: pod19
+ nodes:
+ - name: rack-19-m1
+ architecture: x86_64
+ roles: [network,control]
+ nics:
+ - ifname: intf0
+ spaces: [admin]
+ mac: ["a4:bf:01:4b:55:f5"]
+ - ifname: intf1
+ spaces: [data]
+ mac: ["3c:fd:fe:aa:b8:f4"]
+ - ifname: intf3
+ spaces: [floating]
+ mac: ["a4:bf:01:4b:55:f4"]
+# - ifname: intf2.1193
+# spaces: [public]
+# mac: ["3c:fd:fe:aa:b8:f5"]
+ - ifname: intf2
+ spaces: [storage]
+ mac: ["3c:fd:fe:aa:b8:f5"]
+ power:
+ type: ipmi
+ address: 10.10.190.11
+ user: root
+ pass: root
+ - name: rack-19-m2
+ architecture: x86_64
+ roles: [compute,control,storage]
+ nics:
+ - ifname: intf0
+ spaces: [admin]
+ mac: ["a4:bf:01:4b:4f:9d"]
+ - ifname: intf1
+ spaces: [data]
+ mac: ["3c:fd:fe:aa:b7:fc"]
+ - ifname: intf3
+ spaces: [floating]
+ mac: ["a4:bf:01:4b:4f:9c"]
+# - ifname: intf2.1193
+# spaces: [public]
+# mac: ["3c:fd:fe:aa:b7:fd"]
+ - ifname: intf2
+ spaces: [storage]
+ mac: ["3c:fd:fe:aa:b7:fd"]
+ power:
+ type: ipmi
+ address: 10.10.190.12
+ user: root
+ pass: root
+ - name: rack-19-m3
+ architecture: x86_64
+ roles: [compute,control,storage]
+ nics:
+ - ifname: intf0
+ spaces: [admin]
+ mac: ["a4:bf:01:4b:4f:5e"]
+ - ifname: intf1
+ spaces: [data]
+ mac: ["3c:fd:fe:aa:bd:d4"]
+ - ifname: intf3
+ spaces: [floating]
+ mac: ["a4:bf:01:4b:4f:5d"]
+# - ifname: intf2.1193
+# spaces: [public]
+# mac: ["3c:fd:fe:aa:bd:d5"]
+ - ifname: intf2
+ spaces: [storage]
+ mac: ["3c:fd:fe:aa:bd:d5"]
+ power:
+ type: ipmi
+ address: 10.10.190.13
+ user: root
+ pass: root
+ - name: rack-19-m4
+ architecture: x86_64
+ roles: [compute,storage]
+ nics:
+ - ifname: intf0
+ spaces: [admin]
+ mac: ["a4:bf:01:4b:4d:2e"]
+ - ifname: intf1
+ spaces: [data]
+ mac: ["3c:fd:fe:aa:b9:c8"]
+ - ifname: intf3
+ spaces: [floating]
+ mac: ["a4:bf:01:4b:4d:2d"]
+# - ifname: intf2.1193
+# spaces: [public]
+# mac: ["3c:fd:fe:aa:b9:c9"]
+ - ifname: intf2
+ spaces: [storage]
+ mac: ["3c:fd:fe:aa:b9:c9"]
+ power:
+ type: ipmi
+ address: 10.10.190.14
+ user: root
+ pass: root
+ - name: rack-19-m5
+ architecture: x86_64
+ roles: [compute,storage]
+ nics:
+ - ifname: intf0
+ spaces: [admin]
+ mac: ["a4:bf:01:4b:56:11"]
+ - ifname: intf1
+ spaces: [data]
+ mac: ["3c:fd:fe:aa:ba:38"]
+ - ifname: intf3
+ spaces: [floating]
+ mac: ["a4:bf:01:4b:56:10"]
+# - ifname: intf2.1193
+# spaces: [public]
+# mac: ["3c:fd:fe:aa:ba:39"]
+ - ifname: intf2
+ spaces: [storage]
+ mac: ["3c:fd:fe:aa:ba:39"]
+ power:
+ type: ipmi
+ address: 10.10.190.15
+ user: root
+ pass: root
+ floating-ip-range: 10.10.190.40,10.10.190.250,10.10.190.1,10.10.190.0/24
+ ext-port: "intf3"
+ dns: 8.8.8.8
+ osdomainname:
+opnfv:
+ release: d
+ distro: xenial
+ type: noha
+ openstack: pike
+ sdncontroller:
+ - type: nosdn
+ storage:
+ - type: ceph
+ disk: /srv
+ feature: odl_l2
+ spaces:
+ - type: admin
+ bridge: brAdm
+ cidr: 10.10.191.0/24
+ gateway: 10.10.191.2
+ vlan:
+ - type: data
+ cidr: 10.10.192.0/24
+ gateway:
+ vlan:
+ - type: storage
+ cidr: 10.10.193.0/24
+ gateway:
+ vlan:
+ - type: floating
+ cidr: 10.10.190.0/24
+ gateway:
+ vlan:
+# - type: public
+# cidr: 10.10.195.0/24
+# gateway:
+# vlan: 1193
diff --git a/labconfig/lenovo/pod1/labconfig.yaml b/labconfig/lenovo/pod1/labconfig.yaml
index a29282da..fb8637eb 100644
--- a/labconfig/lenovo/pod1/labconfig.yaml
+++ b/labconfig/lenovo/pod1/labconfig.yaml
@@ -13,6 +13,9 @@ lab:
- ifname: intf101
spaces: [floating]
mac: ["24:8a:07:3f:84:ad"]
+ - ifname: intf101.104
+ spaces: [public]
+ mac: ["24:8a:07:3f:84:ad"]
power:
type: ipmi
address: 192.0.5.125
@@ -28,6 +31,9 @@ lab:
- ifname: intf101
spaces: [floating]
mac: ["24:8a:07:3f:96:87"]
+ - ifname: intf101.104
+ spaces: [public]
+ mac: ["24:8a:07:3f:96:87"]
power:
type: ipmi
address: 192.0.5.126
@@ -43,6 +49,9 @@ lab:
- ifname: intf101
spaces: [floating]
mac: ["24:8a:07:3f:84:c5"]
+ - ifname: intf101.104
+ spaces: [public]
+ mac: ["24:8a:07:3f:84:c5"]
power:
type: ipmi
address: 192.0.5.127
@@ -58,6 +67,9 @@ lab:
- ifname: intf101
spaces: [floating]
mac: ["24:8a:07:3f:96:4f"]
+ - ifname: intf101.104
+ spaces: [public]
+ mac: ["24:8a:07:3f:96:4f"]
power:
type: ipmi
address: 192.0.5.128
@@ -69,10 +81,13 @@ lab:
nics:
- ifname: intf100
spaces: [admin]
- mac: ["24:8a:07:3f:95:fe"]
+ mac: ["24:8a:07:3f:95:b6"]
- ifname: intf101
spaces: [floating]
- mac: ["24:8a:07:3f:95:ff"]
+ mac: ["24:8a:07:3f:95:b7"]
+ - ifname: intf101.104
+ spaces: [public]
+ mac: ["24:8a:07:3f:95:b7"]
power:
type: ipmi
address: 192.0.5.129
@@ -83,10 +98,10 @@ lab:
dns: 8.8.8.8
osdomainname:
opnfv:
- release: d
+ release: f
distro: xenial
type: nonha
- openstack: Newton
+ openstack: pike
sdncontroller:
- type: nosdn
storage:
@@ -100,10 +115,13 @@ opnfv:
gateway: 192.0.5.5
vlan:
- type: floating
- bridge: brPublic
cidr: 172.21.159.0/24
gateway: 172.21.159.1
vlan:
+ - type: public
+ cidr: 172.22.159.0/24
+ gateway:
+ vlan: 104
- type: external
bridge: brExt
cidr: