From 3663f0a4d58783cd54905320bba9ebce33be1e65 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Tue, 7 Nov 2017 23:40:00 -0600 Subject: modified to replace neutron with openstack commands. Added intel pod19 labconfig as well. updated with comments. Change-Id: I206da5afdfc1ed73f6fd589853bbbdf2bcc27e07 Signed-off-by: Narinder Gupta --- labconfig/lenovo/pod1/labconfig.yaml | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) (limited to 'labconfig/lenovo/pod1/labconfig.yaml') diff --git a/labconfig/lenovo/pod1/labconfig.yaml b/labconfig/lenovo/pod1/labconfig.yaml index ab479420..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 @@ -73,6 +85,9 @@ lab: - ifname: intf101 spaces: [floating] 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: -- cgit 1.2.3-korg