Sfoglia il codice sorgente

[dev2] point back all crss_table_partitioning datasource references to crss db

dmendoza 7 anni fa
parent
commit
c885ad3f71

+ 1 - 1
crss-datainterface-app/crss-datainterface-app-dev2.yml

@@ -2,7 +2,7 @@ spring:
   crss-nmms:
     datasource:
       driverClassName: "${spring.datasource.driverClassName}"
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_table_partitioning?currentSchema=nmms
+      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=nmms
       username: crss_nmms
       password: crss_nmms
 

+ 1 - 1
crss-datainterface-task-ingest/crss-datainterface-task-ingest-dev2.yml

@@ -13,7 +13,7 @@ spring:
       driverClassName: org.postgresql.Driver
   crss-nmms:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_table_partitioning?currentSchema=nmms
+      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=nmms
       username: crss_nmms
       password: crss_nmms
       driverClassName: org.postgresql.Driver

+ 2 - 2
crss-meterprocess-app/crss-meterprocess-app-dev2.yml

@@ -2,7 +2,7 @@ spring:
   crss-main:
     datasource:
       driverClassName: ${spring.datasource.driverClassName}
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_table_partitioning?currentSchema=meterprocess
+      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=meterprocess
       username: crss_meterprocess
       password: crss_meterprocess
   crss-registration:
@@ -14,7 +14,7 @@ spring:
   crss-nmms:
     datasource:
       driverClassName: ${spring.datasource.driverClassName}
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_table_partitioning?currentSchema=nmms
+      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=nmms
       username: crss_nmms
       password: crss_nmms
 

+ 1 - 1
crss-meterprocess-stream-daily-sink/crss-meterprocess-stream-daily-sink-dev2.yml

@@ -1,7 +1,7 @@
 spring:
   crss-main:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_table_partitioning?currentSchema=meterprocess
+      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=meterprocess
       username: crss_meterprocess
       password: crss_meterprocess
       driverClassName: org.postgresql.Driver

+ 1 - 1
crss-meterprocess-stream-mapper/crss-meterprocess-stream-mapper-dev2.yml

@@ -15,7 +15,7 @@ spring:
       validation-query: SELECT 1
   crss-main:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_table_partitioning?currentSchema=meterprocess
+      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=meterprocess
       username: crss_meterprocess
       password: crss_meterprocess
       driverClassName: org.postgresql.Driver

+ 1 - 1
crss-meterprocess-stream-processor-daily-validate/crss-meterprocess-stream-processor-daily-validate-dev2.yml

@@ -1,7 +1,7 @@
 spring:
   crss-main:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_table_partitioning?currentSchema=meterprocess
+      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=meterprocess
       username: crss_meterprocess
       password: crss_meterprocess
       driverClassName: org.postgresql.Driver

+ 2 - 4
crss-meterprocess-task-stlready/crss-meterprocess-task-stlready-dev2.yml

@@ -7,15 +7,13 @@ spring:
       driverClassName: org.postgresql.Driver
   crss-main:
     datasource:
-      #table-partitioning db. for testing partitioned table feature
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_table_partitioning?currentSchema=meterprocess
-      #jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=meterprocess
+      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=meterprocess
       username: crss_meterprocess
       password: crss_meterprocess
       driverClassName: org.postgresql.Driver
   crss-nmms:
       datasource:
-        jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_table_partitioning?currentSchema=nmms
+        jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=nmms
         username: crss_nmms
         password: crss_nmms
         driverClassName: org.postgresql.Driver

+ 1 - 3
crss-mq-computation/crss-mq-computation-dev2.yml

@@ -10,9 +10,7 @@ spring:
       validation-query: SELECT 1
   crss-main:
     datasource:
-      #table-partitioning db. for testing partitioned table feature
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_table_partitioning?currentSchema=meterprocess
-      #jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=meterprocess
+      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=meterprocess
       username: crss_meterprocess
       password: crss_meterprocess
       driverClassName: org.postgresql.Driver

+ 1 - 3
crss-mtr/crss-mtr-dev2.yml

@@ -10,9 +10,7 @@ spring:
       validation-query: SELECT 1
   crss-main:
     datasource:
-      #jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=meterprocess
-      #table-partitioning db. for testing partitioned table feature
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_table_partitioning?currentSchema=meterprocess
+      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=meterprocess
       username: crss_meterprocess
       password: crss_meterprocess
       driverClassName: org.postgresql.Driver

+ 1 - 1
crss-reg/crss-reg-dev2.yml

@@ -6,7 +6,7 @@ spring:
     password: crss_registration
   crss-stl:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_table_partitioning?currentSchema=settlement
+      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=settlement
       username: crss_settlement
       password: crss_settlement
   crss-dataflow:

+ 1 - 1
crss-settlement-app/crss-settlement-app-dev2.yml

@@ -1,7 +1,7 @@
 spring:
   crss-stl:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_table_partitioning?currentSchema=settlement
+      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=settlement
       username: crss_settlement
       password: crss_settlement
       driverClassName: org.postgresql.Driver

+ 3 - 3
crss-settlement-task-calculation-addtlcomp/crss-settlement-task-calculation-addtlcomp-dev2.yml

@@ -1,7 +1,7 @@
 spring:
   crss-stl:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_table_partitioning?currentSchema=settlement
+      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=settlement
       username: crss_settlement
       password: crss_settlement
       driverClassName: org.postgresql.Driver
@@ -10,7 +10,7 @@ spring:
       validation-query: SELECT 1
   crss-main:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_table_partitioning?currentSchema=meterprocess
+      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=meterprocess
       username: crss_meterprocess
       password: crss_meterprocess
       driverClassName: org.postgresql.Driver
@@ -28,7 +28,7 @@ spring:
       validation-query: SELECT 1
   crss-nmms:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_table_partitioning?currentSchema=nmms
+      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=nmms
       username: crss_nmms
       password: crss_nmms
       driverClassName: org.postgresql.Driver

+ 3 - 3
crss-settlement-task-calculation/crss-settlement-task-calculation-dev2.yml

@@ -1,7 +1,7 @@
 spring:
   crss-stl:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_table_partitioning?currentSchema=settlement
+      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=settlement
       username: crss_settlement
       password: crss_settlement
       driverClassName: org.postgresql.Driver
@@ -10,7 +10,7 @@ spring:
       validation-query: SELECT 1
   crss-main:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_table_partitioning?currentSchema=meterprocess
+      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=meterprocess
       username: crss_meterprocess
       password: crss_meterprocess
       driverClassName: org.postgresql.Driver
@@ -28,7 +28,7 @@ spring:
       validation-query: SELECT 1
   crss-nmms:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_table_partitioning?currentSchema=nmms
+      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=nmms
       username: crss_nmms
       password: crss_nmms
       driverClassName: org.postgresql.Driver

+ 2 - 2
crss-settlement-task-file-gen-addtlcomp/crss-settlement-task-file-gen-addtlcomp-dev2.yml

@@ -1,7 +1,7 @@
 spring:
   crss-stl:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_table_partitioning?currentSchema=settlement
+      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=settlement
       username: crss_settlement
       password: crss_settlement
       driverClassName: org.postgresql.Driver
@@ -14,7 +14,7 @@ spring:
       driverClassName: org.postgresql.Driver
   crss-main:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_table_partitioning?currentSchema=meterprocess
+      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=meterprocess
       username: crss_meterprocess
       password: crss_meterprocess
       driverClassName: org.postgresql.Driver

+ 2 - 2
crss-settlement-task-invoice-generation/crss-settlement-task-invoice-generation-dev2.yml

@@ -1,7 +1,7 @@
 spring:
   crss-stl:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_table_partitioning?currentSchema=settlement
+      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=settlement
       username: crss_settlement
       password: crss_settlement
       driverClassName: org.postgresql.Driver
@@ -22,7 +22,7 @@ spring:
       driverClassName: org.postgresql.Driver
   crss-main:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_table_partitioning?currentSchema=meterprocess
+      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=meterprocess
       username: crss_meterprocess
       password: crss_meterprocess
       driverClassName: org.postgresql.Driver

+ 3 - 3
crss-settlement-task-validation/crss-settlement-task-validation-dev2.yml

@@ -1,7 +1,7 @@
 spring:
   crss-stl:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_table_partitioning?currentSchema=settlement
+      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=settlement
       username: crss_settlement
       password: crss_settlement
       driverClassName: org.postgresql.Driver
@@ -13,7 +13,7 @@ spring:
       driverClassName: org.postgresql.Driver
   crss-main:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_table_partitioning?currentSchema=meterprocess
+      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=meterprocess
       username: crss_meterprocess
       password: crss_meterprocess
       driverClassName: org.postgresql.Driver
@@ -25,7 +25,7 @@ spring:
       driverClassName: org.postgresql.Driver
   crss-nmms:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_table_partitioning?currentSchema=nmms
+      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=nmms
       username: crss_nmms
       password: crss_nmms
       driverClassName: org.postgresql.Driver

+ 2 - 2
crss-worklist-app/crss-worklist-app-dev2.yml

@@ -7,13 +7,13 @@ spring:
       driverClassName: org.postgresql.Driver
   crss-stl:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_table_partitioning?currentSchema=settlement
+      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=settlement
       username: crss_settlement
       password: crss_settlement
       driverClassName: org.postgresql.Driver
   crss-main:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_table_partitioning?currentSchema=meterprocess
+      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=meterprocess
       username: crss_meterprocess
       password: crss_meterprocess
       driverClassName: org.postgresql.Driver