aboutsummaryrefslogtreecommitdiffstats
path: root/packages/policy-pap-docker/src/main
AgeCommit message (Collapse)AuthorFilesLines
2019-06-28Remove POLICY_PAP_HOME in Dockerfileshaoqiu2-13/+12
To use POLICY_HOME not POLICY_XX_HOME Issue-ID: POLICY-1702 Change-Id: I87db84593c2fec3071571b1a0e09552c764a3474 Signed-off-by: shaoqiu <tim.huang@est.tech>
2019-06-04Fix pap docker chmodJim Hahn1-1/+1
The chmod in the docker builder for my local VM does not appear to support the "+x" style options. Modified the pap docker file to use "755" instead. Change-Id: Iac98ab903862e4d32ef9f86595e01a13929f8de8 Issue-ID: POLICY-1829 Signed-off-by: Jim Hahn <jrh3@att.com>
2019-04-24Rebase image on policy-common-alpineDmitry Puzikov1-17/+5
Issue-ID: INT-1002 Change-Id: I77191f96b308a246933aa6dbd3b4e596e0514983 Signed-off-by: Dmitry Puzikov <dmitry.puzikov@tieto.com>
2019-03-17Add NSS libraries to imagesJorge Hernandez1-1/+2
Alpine OpenJDK was updated 2 days ago (3/14), this upgrade seems to break java applications that depend on libnss*.so OS libraries, which seem are no longer installed with the jdk. Added some other libraries to aid when debugging Change-Id: I0f5cbe5792038cf569940a1b32c109c9dd1e66cc Issue-ID: POLICY-1604 Signed-off-by: Jorge Hernandez <jorge.hernandez-herrero@att.com>
2019-03-13Add PDP Group Deploy and Delete REST API stubsJim Hahn1-2/+15
Note: this will not build until the models-pap code has been added. Added PDP group Delete methods, with and without version. Added checks for OK status codes. Added topic configuration. Still does not have the "simplified" PDP Group deploy/undeploy. Still won't build without "Move PDP Group classes to concepts subdirectory". Will add junit tests for code changes in another review. Updated comments about unlocking after updates. Made ServiceManager final. Included topic start/stop actions. Fixed parameter comment. Removed unneeded parameters from json files. Fixed argument test in shell script. Updated licenses. Change-Id: I6176d51918ae758e04fb68562dc9ca70534137d4 Issue-ID: POLICY-1542 Signed-off-by: Jim Hahn <jrh3@att.com>
2019-03-06Use Alpine as base docker image in /policy/papning.xi2-20/+10
Issue-ID: POLICY-1553 Change-Id: Ie69d32c0d8c23ff2fadeb074e654f20c1acbdf76 Signed-off-by: ning.xi <ning.xi@est.tech>
2019-02-11Creating package & docker image of policy/papramverma2-0/+89
1) Creating zip package of entire policy pap. 2) Creating docker image of policy pap. Change-Id: I41bd705966e75e9cf501154da71f90d11ff2b3e1 Issue-ID: POLICY-1478 Signed-off-by: ramverma <ram.krishna.verma@est.tech>