updated the cord repo to support the new network design

Change-Id: I06d89481206cc03a74281af8c0240baa3efe4186
(cherry picked from commit a858b05bb629fde142a21920d9a5d58384be19c9)
diff --git a/config/default.yml b/config/default.yml
index 0be591e..b69f602 100644
--- a/config/default.yml
+++ b/config/default.yml
@@ -3,6 +3,8 @@
 # This deployment configuration can be utilized with the head node created
 # via `vargrant up headnode` from the gerrit.opencord.org/maas repository.
 ---
+debug: false
+
 seedServer:
   ip: '10.100.198.201'
 
@@ -19,10 +21,11 @@
   #                    as it is configured by vagrant to the proper settings
   skipTags:
     - 'switch_support'
+    - 'reboot'
     - 'interface_config'
 
+  fabric_ip: '10.1.1.1/24'
   management_ip: '10.1.0.1/24'
-  management_iface: 'eth2'
   external_iface: 'eth0'
   management_network: '10.1.0.0/24'
 
@@ -38,9 +41,6 @@
 
 otherServers:
   # Specifies the configuration for dynamically added compute nodes
-  location: 'http://gerrit.opencord.org/maas'
-  rolesPath: 'roles'
-  role: 'compute-node'
   fabric:
     network: '10.1.1.1/24'
     range_low: '10.1.1.2'