[IDF] zte-pod3: Remove vlan for tenant/external 97/54597/1
authorAlex Yang <yangyang1@zte.com.cn>
Thu, 29 Mar 2018 07:19:25 +0000 (15:19 +0800)
committerAlex Yang <yangyang1@zte.com.cn>
Thu, 29 Mar 2018 07:19:25 +0000 (15:19 +0800)
To deploy ovs_dpdk scenario by daisy.
In this scenario, vlan configuration is not supported on
tenant/external interface for now.

Change-Id: I6e91bea92bde085079f4435fa72f20b5cef12ad3
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
labs/zte/idf-pod3.yaml

index 702e256..1246a67 100644 (file)
@@ -34,12 +34,12 @@ idf:
       mask: 24
     private:
       interface: 3
-      vlan: 1030
+      vlan: native
       network: 192.168.13.0
       mask: 24
     public:
       interface: 3
-      vlan: 103
+      vlan: native
       network: 172.10.0.0
       mask: 24
       gateway: 172.10.0.1