[CORD-2310] Getting the local scenario to work

Change-Id: Ieacb79d90145447054ac5e8f14778d78ad79913d
(cherry picked from commit 7831f803de6a02a5fbfc00c48ef6c822abd9495d)
diff --git a/roles/test-exampleservice/defaults/main.yml b/roles/test-exampleservice/defaults/main.yml
index 7e9c125..8079f10 100644
--- a/roles/test-exampleservice/defaults/main.yml
+++ b/roles/test-exampleservice/defaults/main.yml
@@ -19,7 +19,7 @@
 
 xos_ui_port: 9000
 
-xos_tosca_host: "xos-tosca"
+xos_tosca_url: "http://xos-tosca/xos-tosca"
 
 head_credentials_dir: "/opt/credentials"
 
diff --git a/roles/test-exampleservice/tasks/main.yml b/roles/test-exampleservice/tasks/main.yml
index c5bc324..64f03d9 100644
--- a/roles/test-exampleservice/tasks/main.yml
+++ b/roles/test-exampleservice/tasks/main.yml
@@ -20,7 +20,7 @@
 
 - name: Configure XOS with profile specific TOSCA (new Engine)
   uri:
-    url: "http://{{ xos_tosca_host }}/xos-tosca/run"
+    url: "{{ xos_tosca_url }}/run"
     method: POST
     headers:
       xos-username: "{{ xos_admin_user }}"