Update gateway and vlan for daisy 03/29903/2
authorJulien <zhang.jun3g@zte.com.cn>
Tue, 7 Mar 2017 05:48:58 +0000 (13:48 +0800)
committerJulien <zhang.jun3g@zte.com.cn>
Wed, 8 Mar 2017 00:41:22 +0000 (08:41 +0800)
Change-Id: I5794c5feabe66783ed2ce1573a5e22ec30ab7d82
Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
labs/zte/pod2/daisy/config/network.yml

index a29ee17..1598054 100644 (file)
@@ -22,26 +22,31 @@ network-config-metadata:
   version: '0.1'
   created: 'Feb 2 2017'
   comment: 'For Daisy initial'
+common_parameters:
+  ntp_servers:
+    - 172.10.0.1
+  dns_servers:
+    - 172.10.0.1
 networks:
   - cidr: '192.168.71.0/24'
-    gateway: '192.168.71.1'
+    gateway: null
     ip_ranges:
-      - 'start': '192.168.71.1'
+      - 'start': '192.168.71.5'
         'end': '192.168.71.254'
-    vlan_id: null
+    vlan_id: 171
     name: 'MANAGEMENT'
   - cidr: '192.168.72.0/24'
-    gateway: '192.168.72.1'
+    gateway: null
     ip_ranges:
       - 'start': '192.168.72.1'
         'end': '192.168.72.254'
     vlan_id: 172
     name: 'STORAGE'
   - cidr: '172.70.0.0/24'
-    gateway: '172.70.0.0'
+    gateway: '172.70.0.1'
     ip_ranges:
-      - 'start': '172.70.0.1'
-        'end': '172.70.0.100'
+      - 'start': '172.70.0.100'
+        'end': '172.70.0.200'
     vlan_id: 173
     'name': 'EXTERNAL'
   - cidr: '10.20.7.0/24'
@@ -49,10 +54,10 @@ networks:
     ip_ranges:
       - 'start': '10.20.7.20'
         'end': '10.20.7.200'
-    vlan_id: 171
+    vlan_id: null
     name: 'PUBLICAPI'
   - cidr: '192.168.73.0/24'
-    gateway: '192.168.73.1'
+    gateway: null
     ip_ranges:
       - 'start': '192.168.73.1'
         'end': '192.168.73.254'