Fix SDC DCAE configuration 39/50039/1
authorMichael Lando <ml636r@att.com>
Sat, 2 Jun 2018 13:51:58 +0000 (16:51 +0300)
committerMichael Lando <ml636r@att.com>
Sat, 2 Jun 2018 13:51:58 +0000 (16:51 +0300)
Fix SDC DCAE configuration

Change-Id: I763e362e8405b3939b0893759d8991071331394c
Issue-ID: SDC-1390
Signed-off-by: Michael Lando <ml636r@att.com>
catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/attributes/default.rb
catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/recipes/BE_2_setup_configuration.rb

index 624ec83..a2173aa 100644 (file)
@@ -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"
index aef8086..ac378fa 100644 (file)
@@ -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