From 176a760ebe4293c19eeb96cf88269215fce870a9 Mon Sep 17 00:00:00 2001 From: "k.kedron" Date: Thu, 5 Sep 2019 17:50:23 +0200 Subject: Fully HTTPS support in the dcaedt-tools Fully HTTPS support: -Updated the onap/base_sdc-jetty docker image version -Updated the chef script to properly used of the new docker image -Updated jvm configuration to support call to the SDC components using HTTPS. -Added buildRestClient method to create the DcaeRestClient supporting the SSL connection -Checkstyle in the recipes adn tools.Main method -Update the docker_run.sh: - Change JAVA_OPTIONS -Update docker_run script -Add proper dependency in the pom (waiting for solving the SDC-2554 bug) Issue-ID: SDC-2552 Signed-off-by: Krystian Kedron Change-Id: Ie8dd1f54619f1101c13de13ae3cbb296bba57210 --- .../chef-solo/cookbooks/Deploy-DCAE/attributes/default.rb | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 docker/docker_tools/chef-solo/cookbooks/Deploy-DCAE/attributes/default.rb (limited to 'docker/docker_tools/chef-solo/cookbooks/Deploy-DCAE/attributes/default.rb') diff --git a/docker/docker_tools/chef-solo/cookbooks/Deploy-DCAE/attributes/default.rb b/docker/docker_tools/chef-solo/cookbooks/Deploy-DCAE/attributes/default.rb deleted file mode 100644 index b774969..0000000 --- a/docker/docker_tools/chef-solo/cookbooks/Deploy-DCAE/attributes/default.rb +++ /dev/null @@ -1,7 +0,0 @@ -default['WORKSPACE_DIR'] = "/var/opt/dcae-tools/app" - -default['DCAE']['BE'][:http_port] = 8082 -default['DCAE']['BE'][:https_port] = 8444 - -default['disableHttp'] = true - -- cgit 1.2.3-korg