Fix DB Migrator Postgres SQL issues 25/139225/1
authorFrancescoFioraEst <francesco.fiora@est.tech>
Thu, 17 Oct 2024 08:36:47 +0000 (09:36 +0100)
committerFrancesco Fiora <francesco.fiora@est.tech>
Thu, 17 Oct 2024 15:45:43 +0000 (15:45 +0000)
Issue-ID: POLICY-5144
Change-Id: I034108cfef0f841707526f239c7d80ee5aeac445
Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
compose/config/clamp/AcRuntimeParameters.yaml

index 387e6ff..1a58aa3 100644 (file)
@@ -9,7 +9,7 @@ spring:
     converters:
       preferred-json-mapper: gson
   datasource:
-    url: jdbc:postgresql://postgres:5432/policyadmin
+    url: jdbc:postgresql://postgres:5432/clampacm
     driverClassName: org.postgresql.Driver
     username: policy_user
     password: policy_user
@@ -20,7 +20,7 @@ spring:
       maximumPoolSize: 10
   jpa:
     hibernate:
-      ddl-auto: update
+      ddl-auto: none
       naming:
         physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
         implicit-strategy: org.onap.policy.common.spring.utils.CustomImplicitNamingStrategy
@@ -117,7 +117,7 @@ spring:
 runtime:
   participantParameters:
     heartBeatMs: 20000
-    maxStatusWaitMs: 200000
+    maxStatusWaitMs: 150000
   topicParameterGroup:
     topicSources:
       -