From 7dfc6dab26087e9d91b4026efe475d50dde63657 Mon Sep 17 00:00:00 2001 From: "Areli, Fuss (af732p)" Date: Thu, 31 May 2018 11:27:18 +0300 Subject: Fix SDC DCAE configuration Fix SDC DCAE configuration Change-Id: I3edc9da4c57a71caffe0a03cfbaeb70222ac343f Issue-ID: SDC-1390 Signed-off-by: Areli, Fuss (af732p) --- .../chef-repo/cookbooks/sdc-catalog-be/attributes/default.rb | 2 +- .../cookbooks/sdc-catalog-be/recipes/BE_2_setup_configuration.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'catalog-be/sdc-backend') diff --git a/catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/attributes/default.rb b/catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/attributes/default.rb index 624ec83385..a2173aac5c 100644 --- a/catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/attributes/default.rb +++ b/catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/attributes/default.rb @@ -12,4 +12,4 @@ default['jetty'][:truststore_pwd] = "OBF:1cp61iuj194s194u194w194y1is31cok" #Reserved for DCAE backend default['DCAE']['BE'][:http_port] = 8082 default['DCAE']['BE'][:https_port] = 8444 -default['DCAE_BE_VIP'] = "dcaed-be" \ No newline at end of file +default['DCAE_BE_VIP'] = "dcae-be" diff --git a/catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/recipes/BE_2_setup_configuration.rb b/catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/recipes/BE_2_setup_configuration.rb index aef8086788..ac378fa106 100644 --- a/catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/recipes/BE_2_setup_configuration.rb +++ b/catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/recipes/BE_2_setup_configuration.rb @@ -48,7 +48,7 @@ template "catalog-be-config" do :cassandra_usr => node['cassandra'][:cassandra_user], :cassandra_truststore_password => node['cassandra'][:truststore_password], :cassandra_ssl_enabled => "#{ENV['cassandra_ssl_enabled']}", - :dcae_fe_vip => node['DCAE_FE_VIP'] + :dcae_be_vip => node['DCAE_BE_VIP'] }) end -- cgit 1.2.3-korg