From 28109322be9ad886bfa8b16f8cf680bf58b4f6b2 Mon Sep 17 00:00:00 2001 From: "Areli, Fuss (af732p)" Date: Thu, 31 May 2018 14:04:16 +0300 Subject: Fix dcae fe config Fix dcae fe config Change-Id: I4ae1ccbb56e5c5c0c6b70decb6f38e775ef456c2 Issue-ID: SDC-1282 Signed-off-by: Areli, Fuss (af732p) --- .../Deploy-DCAE/templates/default/dcae-application.properties.erb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'docker/chef-solo/cookbooks/Deploy-DCAE/templates') diff --git a/docker/chef-solo/cookbooks/Deploy-DCAE/templates/default/dcae-application.properties.erb b/docker/chef-solo/cookbooks/Deploy-DCAE/templates/default/dcae-application.properties.erb index defa909..c8b6747 100644 --- a/docker/chef-solo/cookbooks/Deploy-DCAE/templates/default/dcae-application.properties.erb +++ b/docker/chef-solo/cookbooks/Deploy-DCAE/templates/default/dcae-application.properties.erb @@ -1,3 +1,5 @@ server.port=<%= @dcae_fe_port %> -server.context-path=/dcae -beUrl=<%= @protocol %>://<%= @dcae_be_vip %>:<%= @dcae_be_port %>#demo \ No newline at end of file +# this is the context path in which the dcae_fe is exposed: +server.context-path=/dcaed +# this is the dcae-d be url which the dcaeProxy in the FE is delegating the request to +beUrl=<%= @protocol %>://<%= @dcae_be_vip %>:<%= @dcae_be_port %> \ No newline at end of file -- cgit 1.2.3-korg