Config changes for vBNG app
diff --git a/xos/configurations/cord/cord.yaml b/xos/configurations/cord/cord.yaml
index c66f7bc..e9a6291 100644
--- a/xos/configurations/cord/cord.yaml
+++ b/xos/configurations/cord/cord.yaml
@@ -50,6 +50,15 @@
       artifacts:
           pubkey: /opt/xos/observers/onos/onos_key.pub
 
+#
+# To actually bring up the vBNG app
+# - Set up the dataplane using the ansible script
+# - Log into the vBNG ONOS and run 'devices' to get switch dpID
+# - Change the dpID values in vBNG ONOS app in XOS GUI
+# - (Synchronizer should copy the files to ONOS container immediately)
+# - Log into service_ONOS_vBNG VM and restart ONOS Docker container
+#   (Should roll this step into a Synchronizer)
+#
     vBNG_ONOS_app:
       type: tosca.nodes.ONOSvBNGApp
       requirements:
@@ -64,7 +73,7 @@
           config_network-cfg.json: >
             {
               "ports" : {
-                "of:00000000000000a1/1" : {
+                "of:0000000000000001/1" : {
                   "interfaces" : [
                     {
                       "ips"  : [ "10.0.1.253/24" ],
@@ -72,10 +81,10 @@
                     }
                   ]
                 },
-                "of:00000000000000a5/2" : {
+                "of:0000000000000001/2" : {
                   "interfaces" : [
                     {
-                      "ips"  : [ "10.254.0.1/24" ],
+                      "ips"  : [ "10.254.0.2/24" ],
                       "mac"  : "00:00:00:00:00:98"
                     }
                   ]
@@ -90,7 +99,11 @@
                 "nextHopIpAddress" : "10.254.0.1",
                 "publicFacingMac" : "00:00:00:00:00:66",
                 "xosIpAddress" : "10.11.10.1",
-                "xosRestPort" : "9999"
+                "xosRestPort" : "9999",
+                "hosts" : {
+                    "cp-1.devel.xos-pg0.clemson.cloudlab.us" : "of:0000000000000001/1",
+                    "cp-2.devel.xos-pg0.clemson.cloudlab.us" : "of:0000000000000001/1"
+                }
             }
 
     service_ONOS_vOLT: