Issue-ID: POLICY-4647
Change-Id: If983a76a8f5d8b54a951d4c94f27269fb7616fcd
Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech>
if [ "$elapsed_time" -ge "$timeout_seconds" ]; then
echo "Timed out waiting for the pods to reach 'Running' state."
echo "Printing the current status of the deployment before exiting.."
+ kubectl get po;
kubectl describe pods;
echo "------------------------------------------------------------"
for pod in "${pending_pods[@]}"; do
jpa:
properties:
hibernate:
- dialect: org.hibernate.dialect.MariaDB103Dialect
+ format_sql: true
hibernate:
ddl-auto: none
naming:
implicit-strategy: org.onap.policy.common.spring.utils.CustomImplicitNamingStrategy
properties:
hibernate:
- dialect: org.hibernate.dialect.MariaDB103Dialect
format_sql: true
security:
jpa:
properties:
hibernate:
- dialect: org.hibernate.dialect.MariaDB103Dialect
+ format_sql: true
hibernate:
ddl-auto: none
naming: