diff options
author | Tal Gitelman <tg851x@intl.att.com> | 2017-12-24 21:22:51 +0200 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2017-12-25 11:35:36 +0000 |
commit | 8c2d513bed8aaea182e17babdd64101196e0c123 (patch) | |
tree | 7f6044ee22dd275fc156c8f61f6770c11e8c8fa2 /sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/recipes | |
parent | d4bf8d6e930b716276a4f93c48fa22961888798c (diff) |
Align configuration files after 1802E sync
Change-Id: Ic25c0d6db92d82d52d9784ee8ec7065a710942ca
Issue-ID: SDC-764
Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
Diffstat (limited to 'sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/recipes')
2 files changed, 2 insertions, 2 deletions
diff --git a/sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/recipes/BE_2_setup_configuration.rb b/sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/recipes/BE_2_setup_configuration.rb index 067642fed9..baee9d97dc 100644 --- a/sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/recipes/BE_2_setup_configuration.rb +++ b/sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/recipes/BE_2_setup_configuration.rb @@ -24,7 +24,7 @@ template "catalog-be-config" do group "jetty" mode "0755" variables({ - :host_ip => node['HOST_IP'], + :catalog_ip => node['HOST_IP'], :catalog_port => node['BE'][:http_port], :ssl_port => node['BE'][:https_port], :cassandra_ip => node['Nodes']['CS'], diff --git a/sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/recipes/BE_4_jetty_Modules.rb b/sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/recipes/BE_4_jetty_Modules.rb index 046e3c6919..45055f95b8 100644 --- a/sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/recipes/BE_4_jetty_Modules.rb +++ b/sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/recipes/BE_4_jetty_Modules.rb @@ -18,5 +18,5 @@ template "ssl-ini" do owner "jetty" group "jetty" mode "0755" - variables :https_port => "#{node['BE'][:https_port]}" + variables :BE_https_port => "#{node['BE'][:https_port]}" end |