summaryrefslogtreecommitdiffstats
path: root/packages/policy-pap-docker/src/main
AgeCommit message (Collapse)AuthorFilesLines
2020-03-01Point to docker 2.0.1Pamela Dragosh1-1/+1
Policy/docker is released. Issue-ID: POLICY-2378 Change-Id: I6f9d63feb1c01126b6e79549207e87e418919975 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2020-01-16Use alpine image for papJim Hahn1-4/+3
Issue-ID: POLICY-1586 Change-Id: Ibd7254a88965ba9c029feaff919a4a396ad7f686 Signed-off-by: Jim Hahn <jrh3@att.com>
2020-01-15Update policy-pap for java11 dockerJim Hahn2-2/+2
Issue-ID: POLICY-1586 Signed-off-by: Jim Hahn <jrh3@att.com> Change-Id: Ib45beaaee2db6e290d6219db9006042885ed3525
2020-01-09Enabling logback file to be loaded using oom configmapa.sreekumar1-2/+7
Change-Id: Iabde1c4b63844f46d5c9a4db23c070b744bf67e5 Issue-ID: POLICY-2308 Signed-off-by: a.sreekumar <ajith.sreekumar@est.tech>
2019-10-17override cert storesjhh1-0/+10
Issue-ID: POLICY-2064 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I9a6077b51c1684b7c34a1cec827288cfb7dc58bc
2019-07-03Remove topic.properties and incorporate into overall config filea.sreekumar1-13/+1
Changes in the scripts to accomodate the removal of topic.properties. Change-Id: I0be390a6124248a4e9d3bf38437290b89cf36170 Issue-ID: POLICY-1744 Signed-off-by: a.sreekumar <ajith.sreekumar@est.tech>
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>