summaryrefslogtreecommitdiffstats
path: root/kubernetes/policy/charts/policy-pap/resources/config/config.json
diff options
context:
space:
mode:
authorramverma <ram.krishna.verma@est.tech>2019-04-12 18:56:03 +0000
committerramverma <ram.krishna.verma@est.tech>2019-04-12 18:56:03 +0000
commit6acdabf126d24f2f01a360e8e4ff1837ac264b09 (patch)
treef00c20701e0bc75541968197baf64841706707c2 /kubernetes/policy/charts/policy-pap/resources/config/config.json
parent44bb1331811826ab4ac256a8c60b9333e68bd2da (diff)
Adding configurations & fixing policy/pap charts
1) Adding db configurations. 2) Adding dmaap topic configurations. 3) Adding "policyadmin" db. 4) Updating policy/pap charts. 5) Adding "operationshistory" db. Change-Id: I50b67255cfc1d636d0f370d6c93628a30d6dac26 Issue-ID: POLICY-1640 Signed-off-by: ramverma <ram.krishna.verma@est.tech>
Diffstat (limited to 'kubernetes/policy/charts/policy-pap/resources/config/config.json')
-rw-r--r--kubernetes/policy/charts/policy-pap/resources/config/config.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/kubernetes/policy/charts/policy-pap/resources/config/config.json b/kubernetes/policy/charts/policy-pap/resources/config/config.json
index 81451037de..995c951b81 100644
--- a/kubernetes/policy/charts/policy-pap/resources/config/config.json
+++ b/kubernetes/policy/charts/policy-pap/resources/config/config.json
@@ -22,5 +22,24 @@
"port":6969,
"userName":"healthcheck",
"password":"zb!XztG34"
+ },
+ "pdpParameters": {
+ "updateParameters": {
+ "maxRetryCount": 1,
+ "maxWaitMs": 30000
+ },
+ "stateChangeParameters": {
+ "maxRetryCount": 1,
+ "maxWaitMs": 30000
+ }
+ },
+ "databaseProviderParameters": {
+ "name": "PolicyProviderParameterGroup",
+ "implementation": "org.onap.policy.models.provider.impl.DatabasePolicyModelsProviderImpl",
+ "databaseDriver": "org.mariadb.jdbc.Driver",
+ "databaseUrl": "jdbc:mariadb://{{.Values.global.mariadb.nameOverride}}:3306/policyadmin",
+ "databaseUser": "policy_user",
+ "databasePassword": "cG9saWN5X3VzZXI=",
+ "persistenceUnit": "PolicyMariaDb"
}
}