aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/policy/charts/policy-api/resources
diff options
context:
space:
mode:
authorChenfei Gao <cgao@research.att.com>2019-04-12 14:39:40 -0400
committerChenfei Gao <cgao@research.att.com>2019-04-12 14:53:56 -0400
commit8fdac3a5ff89610c88ed8ea4462521d696530a5c (patch)
tree3db19b2324562f04cb1a66d5a8c800ecd86ca5ce /kubernetes/policy/charts/policy-api/resources
parent44bb1331811826ab4ac256a8c60b9333e68bd2da (diff)
Fix policy/api charts
Add "policyadmin" db into policy-api config.json Issue-ID: POLICY-1640 Change-Id: I9c091b35eaae0a734d4371bcf619ebdfa9dac9d3 Signed-off-by: Chenfei Gao <cgao@research.att.com>
Diffstat (limited to 'kubernetes/policy/charts/policy-api/resources')
-rw-r--r--kubernetes/policy/charts/policy-api/resources/config/config.json11
1 files changed, 10 insertions, 1 deletions
diff --git a/kubernetes/policy/charts/policy-api/resources/config/config.json b/kubernetes/policy/charts/policy-api/resources/config/config.json
index 9fef1998d1..16e0a51682 100644
--- a/kubernetes/policy/charts/policy-api/resources/config/config.json
+++ b/kubernetes/policy/charts/policy-api/resources/config/config.json
@@ -22,5 +22,14 @@
"port":6969,
"userName":"healthcheck",
"password":"zb!XztG34"
+ },
+ "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"
}
-}
+} \ No newline at end of file