summaryrefslogtreecommitdiffstats
path: root/docker/scripts
AgeCommit message (Collapse)AuthorFilesLines
2020-03-15Run pods as non-root userMichaelMorris1-4/+4
Change-Id: Ia95d58b0dbf498c4d6295e42c1c430de6493c11b Issue-ID: SDC-2798 Signed-off-by: MichaelMorris <michael.morris@est.tech>
2019-09-06Fully HTTPS support in the dcaedt-toolsk.kedron1-1/+1
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
2019-08-30Fully HTTPS support in the dcaedt-bek.kedron1-16/+14
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. -Add support for change the http to https in the python script -Added buildRestClient method to create the CloseableHttpClient supporting the SSL connection -Checkstyle in the recipes -Update the docker_run.sh: - Change JAVA_OPTIONS - Used the secure connection to do health check Issue-ID: SDC-2477 Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com> Change-Id: I7bf3d307e5765fa75a37ba0a4b41fd7fa87d28ab
2019-05-31Extend permissions for logs dir for CSITkaihlavi1-1/+1
Give full permissions to logs dir created during docker_run.sh executions to fix logging setup failures in startup Issue-ID: SDC-2346 Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com> Change-Id: I43b82b8a67092389aa8cc4a332d30b0b354e420c
2018-10-03Set tosca url configurationAreli, Fuss (af732p)1-6/+6
Set tosca url configuration Change-Id: I32b09fbd4ba8005bba5711a21f2c7038c981cc6e Issue-ID: SDC-1812 Signed-off-by: Areli, Fuss (af732p) <areli.fuss@intl.att.com>
2018-09-13DCAE Tosca add to Docker runAreli, Fuss (af732p)1-2/+34
DCAE Tosca add to Docker run Change-Id: Id6287071c0f651c93d09f38860ebfcbc0b27f55f Issue-ID: SDC-1759 Signed-off-by: Areli, Fuss (af732p) <af732p@att.com>
2018-08-30Add DCAE DT to dcae docker run procedureAreli, Fuss (af732p)1-41/+77
Add DCAE DT to dcae docker run procedure Change-Id: I06ed45ca1486f0725de0d64e58f2954428a165d5 Issue-ID: SDC-1693 Signed-off-by: Areli, Fuss (af732p) <af732p@att.com>
2018-08-02Adding docker run for DCAEAreli, Fuss (af732p)1-0/+348
Adding docker run for DCAE Change-Id: I85785ba4dfa3adcb0a019172fd1fee7def3c497a Issue-ID: SDC-1395 Signed-off-by: Areli, Fuss (af732p) <af732p@att.com>