Fully HTTPS support in the dcaedt-tools 61/95061/3
authork.kedron <k.kedron@partner.samsung.com>
Thu, 5 Sep 2019 15:50:23 +0000 (17:50 +0200)
committerOfir Sonsino <ofir.sonsino@intl.att.com>
Fri, 6 Sep 2019 09:11:47 +0000 (09:11 +0000)
commit176a760ebe4293c19eeb96cf88269215fce870a9
treec559a1f2bafbf6147612b88a46a0299a579af57f
parent64636c2148414c1fa5da4b46a69570cdab003837
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 <k.kedron@partner.samsung.com>
Change-Id: Ie8dd1f54619f1101c13de13ae3cbb296bba57210
16 files changed:
dcaedt_tools/pom.xml
dcaedt_tools/src/main/java/tools/Main.java
dcaedt_tools/src/main/java/utilities/DcaeRestClient.java
docker/docker_tools/Dockerfile
docker/docker_tools/chef-repo/cookbooks/Deploy-DCAE/README.md [moved from docker/docker_tools/chef-solo/cookbooks/Deploy-DCAE/README.md with 100% similarity]
docker/docker_tools/chef-repo/cookbooks/Deploy-DCAE/attributes/default.rb [moved from docker/docker_tools/chef-solo/cookbooks/Deploy-DCAE/attributes/default.rb with 67% similarity]
docker/docker_tools/chef-repo/cookbooks/Deploy-DCAE/files/default/config.json [moved from docker/docker_tools/chef-solo/cookbooks/Deploy-DCAE/files/default/config.json with 100% similarity]
docker/docker_tools/chef-repo/cookbooks/Deploy-DCAE/files/default/org.onap.sdc.trust.jks [new file with mode: 0755]
docker/docker_tools/chef-repo/cookbooks/Deploy-DCAE/recipes/dcae_tools_setup.rb [moved from docker/docker_tools/chef-solo/cookbooks/Deploy-DCAE/recipes/dcae_tools_setup.rb with 57% similarity]
docker/docker_tools/chef-repo/cookbooks/Deploy-DCAE/templates/default/environment.json.erb [moved from docker/docker_tools/chef-solo/cookbooks/Deploy-DCAE/templates/default/environment.json.erb with 100% similarity]
docker/docker_tools/chef-solo/cookbooks/Deploy-DCAE/.gitignore [deleted file]
docker/docker_tools/chef-solo/cookbooks/Deploy-DCAE/.kitchen.yml [deleted file]
docker/docker_tools/chef-solo/cookbooks/Deploy-DCAE/metadata.rb [deleted file]
docker/docker_tools/startup.sh
docker/scripts/docker_run.sh
pom.xml