support external configuration of pdp groups 23/121623/3
authorjhh <jorge.hernandez-herrero@att.com>
Thu, 27 May 2021 19:41:11 +0000 (14:41 -0500)
committerjhh <jorge.hernandez-herrero@att.com>
Tue, 1 Jun 2021 23:40:43 +0000 (18:40 -0500)
commitbf715b07b8b3e4381b31ec46fc17a9d4b0c7047f
treea8c8c4ee389f2d82318ff9f68b74a3c6e1b54570
parent3c86cf520f0a928750676dbd3e6c7f3bd52327af
support external configuration of pdp groups

- modify policy-pap.sh to optionally provision
  a custom group if such a file is present.

Issue-ID: POLICY-3331
Change-Id: Ib53bc14ee6b9471ab48f5a792b4283db3ed53b93
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
main/src/main/java/org/onap/policy/pap/main/startstop/Main.java
main/src/main/java/org/onap/policy/pap/main/startstop/PapCommandLineArguments.java
main/src/main/java/org/onap/policy/pap/main/startstop/PapDatabaseInitializer.java
main/src/test/java/org/onap/policy/pap/main/startstop/TestMain.java
main/src/test/resources/parameters/PapDbGroup1.json [new file with mode: 0644]
packages/policy-pap-docker/src/main/docker/policy-pap.sh