move UI off port 80

Change-Id: I4e321ea6014422708ec45f324ec23ec84dc37fcd
diff --git a/cord-pod/Makefile b/cord-pod/Makefile
index 72a4824..4676d2a 100644
--- a/cord-pod/Makefile
+++ b/cord-pod/Makefile
@@ -8,6 +8,8 @@
 DOCKER_PROJECT     ?= cordpod
 BOOTSTRAP_PROJECT  ?= cordpodbs
 
+XOS_UI_PORT        := 8888
+
 # Include common functions
 include $(COMMON_DIR)/Makefile
 
diff --git a/cord-pod/make-vtn-external-yaml.sh b/cord-pod/make-vtn-external-yaml.sh
index 0925c37..57c0906 100644
--- a/cord-pod/make-vtn-external-yaml.sh
+++ b/cord-pod/make-vtn-external-yaml.sh
@@ -33,7 +33,7 @@
           sshUser: root
           sshKeyFile: /root/node_key
           sshPort: 22
-          xosEndpoint: http://xos/
+          xosEndpoint: http://xos:8888/
           xosUser: padmin@vicci.org
           xosPassword: letmein
           replaces: service_vtn
diff --git a/cord-pod/xos.yaml b/cord-pod/xos.yaml
index 0cb32b3..07265cc 100644
--- a/cord-pod/xos.yaml
+++ b/cord-pod/xos.yaml
@@ -10,7 +10,7 @@
     xos:
       type: tosca.nodes.XOS
       properties:
-        ui_port: 80
+        ui_port: 8888
         bootstrap_ui_port: 81
         docker_project_name: cordpod
         db_container_name: cordpodbs_xos_db_1