From a252191f5186f9ce77fadc3d158e1cbe4b183748 Mon Sep 17 00:00:00 2001
From: Narinder Gupta <narinder.gupta@canonical.com>
Date: Fri, 10 Feb 2017 19:50:56 -0600
Subject: few more corrections of deployment and enabling interface within
 MAAS.

Change-Id: Ibd3175a5dce98c7be771ef44bbe6df579ce65d44
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
---
 labconfig/default/labconfig.yaml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

(limited to 'labconfig/default')

diff --git a/labconfig/default/labconfig.yaml b/labconfig/default/labconfig.yaml
index d6983007..2dead607 100644
--- a/labconfig/default/labconfig.yaml
+++ b/labconfig/default/labconfig.yaml
@@ -7,28 +7,28 @@ lab:
       architecture: x86_64
       roles: [network,control]
       nics:
-      - ifname: eth0
+      - ifname: ens3
         spaces: [admin]
-      - ifname: eth1
+      - ifname: ens4
         spaces: [floating]
     - name: rack-vir-m2
       architecture: x86_64
       roles: [compute,control,storage]
       nics:
-      - ifname: eth0
+      - ifname: ens3
         spaces: [admin]
-      - ifname: eth1
+      - ifname: ens4
         spaces: [floating]
     - name: rack-vir-m3
       architecture: x86_64
       roles: [compute,control,storage]
       nics:
-      - ifname: eth1
+      - ifname: ens3
         spaces: [admin]
-      - ifname: eth1
+      - 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: "eth1"
+    ext-port: "ens4"
     dns: 8.8.8.8
 opnfv:
   release: d
-- 
cgit