From 4a3cfdff6285a516f1e05d4cebd748ea623177e5 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Tue, 12 Mar 2019 11:53:22 -0400 Subject: Add PDP Group Deploy and Delete REST API stubs 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 --- .../src/main/package/tarball/assembly.xml | 2 ++ .../src/main/resources/etc/topic.properties | 25 ++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 packages/policy-pap-tarball/src/main/resources/etc/topic.properties (limited to 'packages/policy-pap-tarball/src') diff --git a/packages/policy-pap-tarball/src/main/package/tarball/assembly.xml b/packages/policy-pap-tarball/src/main/package/tarball/assembly.xml index c315a4ba..1bad6c90 100644 --- a/packages/policy-pap-tarball/src/main/package/tarball/assembly.xml +++ b/packages/policy-pap-tarball/src/main/package/tarball/assembly.xml @@ -1,6 +1,7 @@