From 332a0bd8fdb00136efddfb311b9ac1e256d82027 Mon Sep 17 00:00:00 2001 From: "Areli, Fuss (af732p)" Date: Tue, 1 May 2018 12:11:06 +0300 Subject: Update DCAE BE and FE configuration Update DCAE BE and FE configuration Change-Id: I6214abfddc1e7916750553881f6a51775c102324 Issue-ID: SDC-1282 Signed-off-by: Areli, Fuss (af732p) --- .../chef-repo/cookbooks/sdc-catalog-fe/attributes/default.rb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'catalog-fe/sdc-frontend/chef-repo/cookbooks/sdc-catalog-fe/attributes') diff --git a/catalog-fe/sdc-frontend/chef-repo/cookbooks/sdc-catalog-fe/attributes/default.rb b/catalog-fe/sdc-frontend/chef-repo/cookbooks/sdc-catalog-fe/attributes/default.rb index 272a1166ab..fb4166b15e 100644 --- a/catalog-fe/sdc-frontend/chef-repo/cookbooks/sdc-catalog-fe/attributes/default.rb +++ b/catalog-fe/sdc-frontend/chef-repo/cookbooks/sdc-catalog-fe/attributes/default.rb @@ -7,3 +7,8 @@ default['disableHttp'] = true default['jetty'][:keystore_pwd] = "OBF:1cp61iuj194s194u194w194y1is31cok" default['jetty'][:keymanager_pwd] = "OBF:1cp61iuj194s194u194w194y1is31cok" default['jetty'][:truststore_pwd] = "OBF:1cp61iuj194s194u194w194y1is31cok" + +#Reserved for DCAE backend +default['DCAE']['FE'][:http_port] = 8183 +default['DCAE']['FE'][:https_port] = 9444 +default['DCAE_FE_VIP'] = "dcaed-fe" \ No newline at end of file -- cgit 1.2.3-korg