From: ramverma Date: Fri, 5 Apr 2019 20:25:46 +0000 (+0000) Subject: Fix csit of policy/pap X-Git-Tag: 3.0.2-ONAP~32^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=2aca63ea639bb53c77e39131688ba0459294b72a;p=policy%2Fpap.git Fix csit of policy/pap Change-Id: I1158a6a7f0582dabafb22961d073db6d14cf2793 Issue-ID: POLICY-1443 Signed-off-by: ramverma --- diff --git a/packages/policy-pap-tarball/src/main/resources/etc/defaultConfig.json b/packages/policy-pap-tarball/src/main/resources/etc/defaultConfig.json index 2a16c3e6..5e47f3a6 100644 --- a/packages/policy-pap-tarball/src/main/resources/etc/defaultConfig.json +++ b/packages/policy-pap-tarball/src/main/resources/etc/defaultConfig.json @@ -17,5 +17,13 @@ "maxRetryCount": 1, "maxWaitMs": 1 } + }, + "databaseProviderParameters": { + "name": "PolicyProviderParameterGroup", + "implementation": "org.onap.policy.models.provider.impl.DatabasePolicyModelsProviderImpl", + "databaseUrl": "jdbc:mariadb://127.0.0.1:3306/policy", + "databaseUser": "root", + "databasePassword": "cm9vdA==", + "persistenceUnit": "ToscaConceptMariaDBTest" } }