aboutsummaryrefslogtreecommitdiffstats
path: root/participant/participant-impl/participant-impl-kubernetes/src/main/resources
diff options
context:
space:
mode:
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>2021-06-15 18:22:04 +0100
committerrameshiyer27 <ramesh.murugan.iyer@est.tech>2021-06-16 11:03:26 +0100
commit43fb6c9a683efb014c40d5736419cb0085556642 (patch)
tree0777ca250d3c2d0af417d29e46e7c5840b3bd429 /participant/participant-impl/participant-impl-kubernetes/src/main/resources
parent399e86d983057304673f701a22b172a69d5aa7dc (diff)
Fix CLAMP build failure and kub-participant module startup issue.
Initialising ParticipantK8sParameters in the constructor to fix Null pointer Exception in kub-participant module. Constructor cannot use autowired properties. Updated pfDao getFiltered method signature to align with latest code in policy models. Issue-ID: POLICY-3240 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: I9405c1e050b31b153ee53829ffece9f4be27818e
Diffstat (limited to 'participant/participant-impl/participant-impl-kubernetes/src/main/resources')
-rw-r--r--participant/participant-impl/participant-impl-kubernetes/src/main/resources/config/KubernetesParticipantConfig.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/participant/participant-impl/participant-impl-kubernetes/src/main/resources/config/KubernetesParticipantConfig.json b/participant/participant-impl/participant-impl-kubernetes/src/main/resources/config/KubernetesParticipantConfig.json
index 620e05552..e854a9375 100644
--- a/participant/participant-impl/participant-impl-kubernetes/src/main/resources/config/KubernetesParticipantConfig.json
+++ b/participant/participant-impl/participant-impl-kubernetes/src/main/resources/config/KubernetesParticipantConfig.json
@@ -49,8 +49,8 @@
"implementation":"org.onap.policy.models.provider.impl.DatabasePolicyModelsProviderImpl",
"databaseDriver":"org.mariadb.jdbc.Driver",
"databaseUrl":"jdbc:mariadb://localhost:3306/controlloop",
- "databaseUser":"admin",
- "databasePassword":"passme",
+ "databaseUser":"policy",
+ "databasePassword":"P01icY",
"persistenceUnit":"ToscaConceptTest"
}
}