diff options
author | ramverma <ram.krishna.verma@est.tech> | 2019-04-10 11:35:30 +0000 |
---|---|---|
committer | ramverma <ram.krishna.verma@est.tech> | 2019-04-10 11:35:30 +0000 |
commit | ec1500962b7de7c69fbe47659896e7cb9608fcf7 (patch) | |
tree | 9bb57dd7a2a021b9b0d5d6f55e1a322542fd3cf5 /packages/policy-pap-tarball/src | |
parent | c967bf7387a7586a13a2ae7d4f0e258e3f524a38 (diff) |
Adding final dmaap & db configurations
Change-Id: I547f8a520d84d3593f90256fa91fc964c1d1e83c
Issue-ID: POLICY-1443
Signed-off-by: ramverma <ram.krishna.verma@est.tech>
Diffstat (limited to 'packages/policy-pap-tarball/src')
-rw-r--r-- | packages/policy-pap-tarball/src/main/resources/etc/defaultConfig.json | 12 | ||||
-rw-r--r-- | packages/policy-pap-tarball/src/main/resources/etc/topic.properties | 11 |
2 files changed, 10 insertions, 13 deletions
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 5e47f3a6..bdcabc40 100644 --- a/packages/policy-pap-tarball/src/main/resources/etc/defaultConfig.json +++ b/packages/policy-pap-tarball/src/main/resources/etc/defaultConfig.json @@ -11,19 +11,19 @@ "pdpParameters": { "updateParameters": { "maxRetryCount": 1, - "maxWaitMs": 1 + "maxWaitMs": 30000 }, "stateChangeParameters": { "maxRetryCount": 1, - "maxWaitMs": 1 + "maxWaitMs": 30000 } }, "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" + "databaseUrl": "jdbc:mariadb://policydb:3306/policy", + "databaseUser": "policy_user", + "databasePassword": "cG9saWN5X3VzZXI=", + "persistenceUnit": "PolicyMariaDb" } } diff --git a/packages/policy-pap-tarball/src/main/resources/etc/topic.properties b/packages/policy-pap-tarball/src/main/resources/etc/topic.properties index 2f3c711b..5d36bdb1 100644 --- a/packages/policy-pap-tarball/src/main/resources/etc/topic.properties +++ b/packages/policy-pap-tarball/src/main/resources/etc/topic.properties @@ -16,10 +16,7 @@ # limitations under the License. # ============LICENSE_END========================================================= - -# These will be filled with real values later - -noop.sink.topics=POLICY-PDP-PAP -noop.sink.topics.POLICY-PDP-PAP.servers=anyserver -noop.source.topics=POLICY-PDP-PAP -noop.source.topics.POLICY-PDP-PAP.servers=anyserver +dmaap.sink.topics=POLICY-PDP-PAP +dmaap.sink.topics.POLICY-PDP-PAP.servers=message-router +dmaap.source.topics=POLICY-PDP-PAP +dmaap.source.topics.POLICY-PDP-PAP.servers=message-router |