aboutsummaryrefslogtreecommitdiffstats
path: root/packages/policy-distribution-docker/src/main/docker/policy-dist.sh
AgeCommit message (Collapse)AuthorFilesLines
2022-06-01OpenSuse docker file for policy-distributiondanielhanrahan1-2/+1
Issue-ID: POLICY-4192 Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech> Change-Id: I3b3f886f60ed17f9ab54d3b9e915d7921a5642ba
2021-04-07Use sh instead of ash in distributionJim Hahn1-2/+2
Issue-ID: POLICY-3160 Change-Id: If642e98c8639b0065eea38ec41fc4923a07091b7 Signed-off-by: Jim Hahn <jrh3@att.com>
2020-11-30move all bash to ash shell scripts - distTaka Cho1-6/+6
bash scripts convert to ash Issue-ID: POLICY-2847 Change-Id: Iee0aacfdf01425cb2b6e6347672ebdd82ec205e1 Signed-off-by: Taka Cho <takamune.cho@att.com>
2020-08-03environment variables to support cert. store pathsjhh1-6/+8
Issue-ID: POLICY-2615 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I5334ef2a928b3c658fcfd05fe2b15f724c1b4ba7 Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
2020-06-15get cert store passwords from envjhh1-3/+1
Change-Id: I12d54c31b81e5088bea29d2392e5f6b357578673 Issue-ID: POLICY-2575 Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
2020-01-23policy/distribution jdk11 upgradesa.sreekumar1-1/+1
Change-Id: Idb8fdd34eaafbdcf5ea3da6c770ce18dff5d852a Issue-ID: POLICY-1585 Signed-off-by: a.sreekumar <ajith.sreekumar@est.tech>
2020-01-09Enabling logback files to be loaded using oom configmapa.sreekumar1-2/+7
Change-Id: I0391f339f50d6e1fc35a45ce2941cd8c272f90d8 Issue-ID: POLICY-2308 Signed-off-by: a.sreekumar <ajith.sreekumar@est.tech>
2019-10-17override cert storesjhh1-1/+10
Change-Id: I8590b699300f17b25133d691a2aeb3322b75d7ef Issue-ID: POLICY-2064 Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
2019-06-28Add curly braces in shell script fileshaoqiu1-2/+2
According to comment: https://gerrit.onap.org/r/c/policy/xacml-pdp/+/90495/1/packages/policy-xacmlpdp-docker/src/main/docker/policy-pdpx.sh#43 Issue-ID: POLICY-1702 Change-Id: Ie7c37a07dfc33f6b6bca70d9f9c2cb4cfb3377f5 Signed-off-by: shaoqiu <tim.huang@est.tech>
2019-06-26Remove POLICY_DISTRIBUTION_HOME in Dockerfileshaoqiu1-3/+3
Update the policy-dist.sh and Dockerfile according to the comments in commit: https://gerrit.onap.org/r/c/policy/api/+/89972 Issue-ID: POLICY-1702 Change-Id: Ia3d2ce356baac3a657da879fb9ccf5eefd2a9624 Signed-off-by: shaoqiu <tim.huang@est.tech>
2019-03-06Use Alpine as base docker image in distributionning.xi1-1/+1
Issue-ID: POLICY-1550 Change-Id: I16801ad4fa0c2db578a9d1e41adef053df5074be Signed-off-by: ning.xi <ning.xi@est.tech>
2018-12-20Fix lineEnding issue for policy-keystoreliboNet1-1/+1
. separate the etc/ssl from etc in assembly . fix the JVM property typo by using trustStorePassword Change-Id: I0e00bf211de96939346c46e0486361e29f9e20f7 Issue-ID: POLICY-1385 Signed-off-by: liboNet <libo.zhu@intel.com>
2018-12-19add Https support for distribution endpointsliboNet1-1/+6
. add the https into the RestServerParameters interface . update CommonTestData to support https interface . add two cases for healthcheck and statistic https validation . update the package script to use JVM properties . add keystore and truststore to resources dir . update the keystore path for consistency Change-Id: I04b2a3e1afef84eafbb6a22e6fe2122a5a181883 Issue-ID: POLICY-1221 Signed-off-by: liboNet <libo.zhu@intel.com>
2018-11-09S3P: added FileSystemReceptionHandler pluginLianhao Lu1-2/+9
For S3P test, we need to add a new FileSystemRecpetionHandler plugin which monitors a local directory for newly come csar files. This patch added the plugin code as well as the configuration file for s3p to use. Change-Id: I8f1e65489abde15ae32c54d819bbc6e7cbdf36d0 Issue-ID: POLICY-837 Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2018-09-18Enable passing config file to start scriptmmis1-1/+7
Issue-ID: POLICY-923 Change-Id: I8803b5a94e33d0175a84665dd3b253c7220451ea Signed-off-by: mmis <michael.morris@ericsson.com>
2018-09-05Generate docker image for policy distributionmmis1-0/+25
Added generation of tarball of policy distribution jars and generation of docker image using the tarball Issue-ID: POLICY-923 Change-Id: I9e38143fee864b765fbfd567c7e52bc7b0be2c9a Signed-off-by: mmis <michael.morris@ericsson.com>