[CORD-988] Adding GUI and REST config files
Updating apache cord config and using it in local vagrant

Change-Id: I634ccc75a119c7e0cdb9549c488dda95e36bd840
diff --git a/roles/cord-profile/templates/gateway-config.yml.j2 b/roles/cord-profile/templates/gateway-config.yml.j2
index 0e70f01..3b4a4bd 100644
--- a/roles/cord-profile/templates/gateway-config.yml.j2
+++ b/roles/cord-profile/templates/gateway-config.yml.j2
@@ -1,9 +1,9 @@
 default:
   xos:
     host: xos
-    port: 9000
+    port: {{ xos_ui_port }}
   redis:
     host: redis
     port: 6379
   gateway:
-    port: 3000
\ No newline at end of file
+    port: {{ gw_port }}
\ No newline at end of file