فهرست منبع

Updated pemc-uat-sit and pemc-uat-default datasource url

Nas Villanueva 8 سال پیش
والد
کامیت
8d6d82eb12
38فایلهای تغییر یافته به همراه212 افزوده شده و 192 حذف شده
  1. 10 0
      application-pemc-uat-default.yml
  2. 10 0
      application-pemc-uat-sit.yml
  3. 1 1
      crss-admin/crss-admin-pemc-uat-default.yml
  4. 1 1
      crss-admin/crss-admin-pemc-uat-sit.yml
  5. 9 9
      crss-data/crss-data-pemc-uat-default.yml
  6. 9 9
      crss-data/crss-data-pemc-uat-sit.yml
  7. 1 1
      crss-dataflow-app/crss-dataflow-app-pemc-uat-default.yml
  8. 1 1
      crss-dataflow-app/crss-dataflow-app-pemc-uat-sit.yml
  9. 8 8
      crss-datainterface-task-ingest/crss-datainterface-task-ingest-pemc-uat-default.yml
  10. 7 7
      crss-datainterface-task-ingest/crss-datainterface-task-ingest-pemc-uat-sit.yml
  11. 1 1
      crss-metering/crss-metering-pemc-uat-default.yml
  12. 1 1
      crss-metering/crss-metering-pemc-uat-sit.yml
  13. 7 7
      crss-meterprocess-app/crss-meterprocess-app-pemc-uat-default.yml
  14. 7 7
      crss-meterprocess-app/crss-meterprocess-app-pemc-uat-sit.yml
  15. 7 7
      crss-meterprocess-stream-daily-sink/crss-meterprocess-stream-daily-sink-pemc-uat-default.yml
  16. 7 7
      crss-meterprocess-stream-daily-sink/crss-meterprocess-stream-daily-sink-pemc-uat-sit.yml
  17. 4 4
      crss-meterprocess-stream-mapper/crss-meterprocess-stream-mapper-pemc-uat-default.yml
  18. 4 4
      crss-meterprocess-stream-mapper/crss-meterprocess-stream-mapper-pemc-uat-sit.yml
  19. 7 7
      crss-meterprocess-stream-processor-daily-validate/crss-meterprocess-stream-processor-daily-validate-pemc-uat-default.yml
  20. 7 7
      crss-meterprocess-stream-processor-daily-validate/crss-meterprocess-stream-processor-daily-validate-pemc-uat-sit.yml
  21. 9 9
      crss-meterprocess-stream-source-daily-raw/crss-meterprocess-stream-source-daily-raw-pemc-uat-default.yml
  22. 9 9
      crss-meterprocess-stream-source-daily-raw/crss-meterprocess-stream-source-daily-raw-pemc-uat-sit.yml
  23. 3 3
      crss-meterprocess-task-stlready/crss-meterprocess-task-stlready-pemc-uat-default.yml
  24. 3 3
      crss-meterprocess-task-stlready/crss-meterprocess-task-stlready-pemc-uat-sit.yml
  25. 5 5
      crss-mq-computation/crss-mq-computation-pemc-uat-default.yml
  26. 5 5
      crss-mq-computation/crss-mq-computation-pemc-uat-sit.yml
  27. 5 5
      crss-mtr/crss-mtr-pemc-uat-default.yml
  28. 5 5
      crss-mtr/crss-mtr-pemc-uat-sit.yml
  29. 3 3
      crss-reg/crss-reg-pemc-uat-default.yml
  30. 3 3
      crss-reg/crss-reg-pemc-uat-sit.yml
  31. 3 3
      crss-sched/crss-sched-pemc-uat-default.yml
  32. 3 3
      crss-sched/crss-sched-pemc-uat-sit.yml
  33. 1 1
      crss-settlement-app/crss-settlement-app-pemc-uat-default.yml
  34. 1 1
      crss-settlement-app/crss-settlement-app-pemc-uat-sit.yml
  35. 14 14
      crss-settlement-task-calculation/crss-settlement-task-calculation-pemc-uat-default.yml
  36. 14 14
      crss-settlement-task-calculation/crss-settlement-task-calculation-pemc-uat-sit.yml
  37. 8 8
      crss-settlement-task-invoice-generation/crss-settlement-task-invoice-generation-pemc-uat-default.yml
  38. 9 9
      crss-settlement-task-invoice-generation/crss-settlement-task-invoice-generation-pemc-uat-sit.yml

+ 10 - 0
application-pemc-uat-default.yml

@@ -0,0 +1,10 @@
+spring:
+  redis:
+    host: crss-sitredis.marathon.l4lb.thisdcos.directory
+  rabbitmq:
+    host: crss-sitrabbitmq.marathon.l4lb.thisdcos.directory
+  datasource:
+    driverClassName: org.postgresql.Driver
+
+crss:
+  api.gateway: http://crss-defaultcrss1application-main-ui.marathon.l4lb.thisdcos.directory:8080

+ 10 - 0
application-pemc-uat-sit.yml

@@ -0,0 +1,10 @@
+spring:
+  redis:
+    host: crss-sitredis.marathon.l4lb.thisdcos.directory
+  rabbitmq:
+    host: crss-sitrabbitmq.marathon.l4lb.thisdcos.directory
+  datasource:
+    driverClassName: org.postgresql.Driver
+
+crss:
+  api.gateway: http://crss-sitcrss1application-main-ui.marathon.l4lb.thisdcos.directory:8080

+ 1 - 1
crss-admin/crss-admin-pemc-uat-default.yml

@@ -2,7 +2,7 @@ spring:
   redis:
     database: 5
   datasource:
-    url: jdbc:postgresql://10.176.23.24:5432/crss_admin
+    url: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=admin
     username: crss_admin
     password: crss_admin
   mail:

+ 1 - 1
crss-admin/crss-admin-pemc-uat-sit.yml

@@ -2,7 +2,7 @@ spring:
   redis:
     database: 4
   datasource:
-    url: jdbc:postgresql://10.176.23.24:5432/crss_admin
+    url: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=admin
     username: crss_admin
     password: crss_admin
   mail:

+ 9 - 9
crss-data/crss-data-pemc-uat-default.yml

@@ -1,14 +1,14 @@
 spring:
   datasource:
-    url: jdbc:postgresql://10.176.23.24:5432/crss_data
-    username: crss_data
-    password: crss_data
+    url: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=dataextraction
+    username: crss_dataextraction
+    password: crss_dataextraction
 crss:
   metadata:
     datasource:
-      url: jdbc:postgresql://10.176.23.24:5432/crss_data
-      username: crss_data
-      password: crss_data
+      url: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=dataextraction
+      username: crss_dataextraction
+      password: crss_dataextraction
   datawarehouse:
     datasource:
       platform: oracle
@@ -18,6 +18,6 @@ crss:
       driverClassName: oracle.jdbc.OracleDriver
   registration:
      datasource:
-       url: jdbc:postgresql://10.176.23.24:5432/crss_reg
-       username: crss_reg
-       password: crss_reg
+       url: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=registration
+       username: crss_registration
+       password: crss_registration

+ 9 - 9
crss-data/crss-data-pemc-uat-sit.yml

@@ -1,14 +1,14 @@
 spring:
   datasource:
-    url: jdbc:postgresql://10.176.23.24:5432/crss_data
-    username: crss_data
-    password: crss_data
+    url: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=dataextraction
+    username: crss_dataextraction
+    password: crss_dataextraction
 crss:
   metadata:
     datasource:
-      url: jdbc:postgresql://10.176.23.24:5432/crss_data
-      username: crss_data
-      password: crss_data
+      url: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=dataextraction
+      username: crss_dataextraction
+      password: crss_dataextraction
   datawarehouse:
     datasource:
       platform: oracle
@@ -18,6 +18,6 @@ crss:
       driverClassName: oracle.jdbc.OracleDriver
   registration:
      datasource:
-       url: jdbc:postgresql://10.176.23.24:5432/crss_reg
-       username: crss_reg
-       password: crss_reg
+       url: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=registration
+       username: crss_registration
+       password: crss_registration

+ 1 - 1
crss-dataflow-app/crss-dataflow-app-pemc-uat-default.yml

@@ -1,7 +1,7 @@
 spring:
   crss-dataflow:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_dataflow
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=dataflow
       username: crss_dataflow
       password: crss_dataflow
       driverClassName: org.postgresql.Driver

+ 1 - 1
crss-dataflow-app/crss-dataflow-app-pemc-uat-sit.yml

@@ -1,7 +1,7 @@
 spring:
   crss-dataflow:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_dataflow
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=dataflow
       username: crss_dataflow
       password: crss_dataflow
       driverClassName: org.postgresql.Driver

+ 8 - 8
crss-datainterface-task-ingest/crss-datainterface-task-ingest-pemc-uat-default.yml

@@ -7,7 +7,7 @@ spring:
       driverClassName: oracle.jdbc.OracleDriver
   crss-dataflow:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_dataflow
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=dataflow
       username: crss_dataflow
       password: crss_dataflow
       driverClassName: org.postgresql.Driver
@@ -15,17 +15,17 @@ spring:
       maxPoolSize: 5
   crss-nmms:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/todi_crss_nmms
-      username: todi_crss_nmms
-      password: todi_crss_nmms
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=nmms
+      username: crss_nmms
+      password: crss_nmms
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 5
   crss-registration:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/todi_crss_reg
-      username: todi_crss_reg
-      password: todi_crss_reg
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=registration
+      username: crss_registration
+      password: crss_registration
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true
@@ -91,7 +91,7 @@ database:
 bcq:
   fileNamePrefix: "reserve_bcq_"
 
-todi_config:
+config:
   dispatch-interval: 5
 
 reserve-categories-white-list: "Regulation Down,Fast Contingency Raise,Fast Contingency Lower,Slow Contingency Raise,Slow Contingency Lower,Delayed Contingency Raise,Delayed Contingency Lower,Regulation Up"

+ 7 - 7
crss-datainterface-task-ingest/crss-datainterface-task-ingest-pemc-uat-sit.yml

@@ -7,7 +7,7 @@ spring:
       driverClassName: oracle.jdbc.OracleDriver
   crss-dataflow:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_dataflow
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=dataflow
       username: crss_dataflow
       password: crss_dataflow
       driverClassName: org.postgresql.Driver
@@ -15,17 +15,17 @@ spring:
       maxPoolSize: 5
   crss-nmms:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/todi_crss_nmms
-      username: todi_crss_nmms
-      password: todi_crss_nmms
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema?nmms
+      username: crss_nmms
+      password: crss_nmms
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 5
   crss-registration:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/todi_crss_reg
-      username: todi_crss_reg
-      password: todi_crss_reg
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=registration
+      username: crss_registration
+      password: crss_registration
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true

+ 1 - 1
crss-metering/crss-metering-pemc-uat-default.yml

@@ -1,7 +1,7 @@
 spring:
   profiles.include: pg-query
   datasource:
-    url: jdbc:postgresql://10.176.23.24:5432/crss_metering
+    url: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=metering
     username: crss_metering
     password: crss_metering
     hikari:

+ 1 - 1
crss-metering/crss-metering-pemc-uat-sit.yml

@@ -1,7 +1,7 @@
 spring:
   profiles.include: pg-query
   datasource:
-    url: jdbc:postgresql://10.176.23.24:5432/crss_metering
+    url: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=metering
     username: crss_metering
     password: crss_metering
     hikari:

+ 7 - 7
crss-meterprocess-app/crss-meterprocess-app-pemc-uat-default.yml

@@ -1,7 +1,7 @@
 spring:
   crss-main:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_meterprocess
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=meterprocess
       username: crss_meterprocess
       password: crss_meterprocess
       driverClassName: org.postgresql.Driver
@@ -10,18 +10,18 @@ spring:
       validation-query: SELECT 1
   crss-registration:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_reg2
-      username: crss_reg2
-      password: crss_reg2
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=registration
+      username: crss_registration
+      password: crss_registration
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true
       validation-query: SELECT 1
   crss-nmms:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_reg2
-      username: crss_reg2
-      password: crss_reg2
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=nmms
+      username: crss_nmms
+      password: crss_nmms
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true

+ 7 - 7
crss-meterprocess-app/crss-meterprocess-app-pemc-uat-sit.yml

@@ -1,7 +1,7 @@
 spring:
   crss-main:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_meterprocess
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=meterprocess
       username: crss_meterprocess
       password: crss_meterprocess
       driverClassName: org.postgresql.Driver
@@ -10,18 +10,18 @@ spring:
       validation-query: SELECT 1
   crss-registration:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_reg2
-      username: crss_reg2
-      password: crss_reg2
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=registration
+      username: crss_registration
+      password: crss_registration
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true
       validation-query: SELECT 1
   crss-nmms:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_reg2
-      username: crss_reg2
-      password: crss_reg2
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=nmms
+      username: crss_nmms
+      password: crss_nmms
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true

+ 7 - 7
crss-meterprocess-stream-daily-sink/crss-meterprocess-stream-daily-sink-pemc-uat-default.yml

@@ -1,7 +1,7 @@
 spring:
   crss-main:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_meterprocess
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=meterprocess
       username: crss_meterprocess
       password: crss_meterprocess
       driverClassName: org.postgresql.Driver
@@ -10,18 +10,18 @@ spring:
       validation-query: SELECT 1
   crss-metering:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_metering2
-      username: crss_metering2
-      password: crss_metering2
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=metering
+      username: crss_metering
+      password: crss_metering
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true
       validation-query: SELECT 1
   crss-registration:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_reg2
-      username: crss_reg2
-      password: crss_reg2
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=registration
+      username: crss_registration
+      password: crss_registration
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true

+ 7 - 7
crss-meterprocess-stream-daily-sink/crss-meterprocess-stream-daily-sink-pemc-uat-sit.yml

@@ -1,7 +1,7 @@
 spring:
   crss-main:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_meterprocess
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=meterprocess
       username: crss_meterprocess
       password: crss_meterprocess
       driverClassName: org.postgresql.Driver
@@ -10,18 +10,18 @@ spring:
       validation-query: SELECT 1
   crss-metering:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_metering2
-      username: crss_metering2
-      password: crss_metering2
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=metering
+      username: crss_metering
+      password: crss_metering
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true
       validation-query: SELECT 1
   crss-registration:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_reg2
-      username: crss_reg2
-      password: crss_reg2
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=registration
+      username: crss_registration
+      password: crss_registration
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true

+ 4 - 4
crss-meterprocess-stream-mapper/crss-meterprocess-stream-mapper-pemc-uat-default.yml

@@ -6,16 +6,16 @@ spring:
           content-type: application/json
   crss-registration:
     dataSource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_reg2
-      username: crss_reg2
-      password: crss_reg2
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=registration
+      username: crss_registration
+      password: crss_registration
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true
       validation-query: SELECT 1
   crss-main:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_meterprocess
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=meterprocess
       username: crss_meterprocess
       password: crss_meterprocess
       driverClassName: org.postgresql.Driver

+ 4 - 4
crss-meterprocess-stream-mapper/crss-meterprocess-stream-mapper-pemc-uat-sit.yml

@@ -6,16 +6,16 @@ spring:
           content-type: application/json
   crss-registration:
     dataSource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_reg2
-      username: crss_reg2
-      password: crss_reg2
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=registration
+      username: crss_registration
+      password: crss_registration
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true
       validation-query: SELECT 1
   crss-main:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_meterprocess
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=meterprocess
       username: crss_meterprocess
       password: crss_meterprocess
       driverClassName: org.postgresql.Driver

+ 7 - 7
crss-meterprocess-stream-processor-daily-validate/crss-meterprocess-stream-processor-daily-validate-pemc-uat-default.yml

@@ -1,7 +1,7 @@
 spring:
   crss-main:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_meterprocess
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=meterprocess
       username: crss_meterprocess
       password: crss_meterprocess
       driverClassName: org.postgresql.Driver
@@ -10,18 +10,18 @@ spring:
       validation-query: SELECT 1
   crss-metering:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_metering2
-      username: crss_metering2
-      password: crss_metering2
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=metering
+      username: crss_metering
+      password: crss_metering
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true
       validation-query: SELECT 1
   crss-registration:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_reg2
-      username: crss_reg2
-      password: crss_reg2
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=registration
+      username: crss_registration
+      password: crss_registration
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true

+ 7 - 7
crss-meterprocess-stream-processor-daily-validate/crss-meterprocess-stream-processor-daily-validate-pemc-uat-sit.yml

@@ -1,7 +1,7 @@
 spring:
   crss-main:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_meterprocess
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=meterprocess
       username: crss_meterprocess
       password: crss_meterprocess
       driverClassName: org.postgresql.Driver
@@ -10,18 +10,18 @@ spring:
       validation-query: SELECT 1
   crss-metering:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_metering2
-      username: crss_metering2
-      password: crss_metering2
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=metering
+      username: crss_metering
+      password: crss_metering
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true
       validation-query: SELECT 1
   crss-registration:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_reg2
-      username: crss_reg2
-      password: crss_reg2
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=registration
+      username: crss_registration
+      password: crss_registration
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true

+ 9 - 9
crss-meterprocess-stream-source-daily-raw/crss-meterprocess-stream-source-daily-raw-pemc-uat-default.yml

@@ -3,9 +3,9 @@ spring:
   profiles: dailyExtract
   datasource:
     driver-class-name: org.postgresql.Driver
-    password: crss_metering2
-    username: crss_metering2
-    url: jdbc:postgresql://10.176.23.24:5432/crss_metering2
+    password: crss_metering
+    username: crss_metering
+    url: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=metering
     maxPoolSize: 5
     test-on-borrow: true
     validation-query: SELECT 1
@@ -33,9 +33,9 @@ spring:
   profiles: monthlyExtract
   datasource:
     driver-class-name: org.postgresql.Driver
-    password: crss_metering2
-    username: crss_metering2
-    url: jdbc:postgresql://10.176.23.24:5432/crss_metering2
+    password: crss_metering
+    username: crss_metering
+    url: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=metering
     maxPoolSize: 5
     test-on-borrow: true
     validation-query: SELECT 1
@@ -62,9 +62,9 @@ logging:
 spring:
   datasource:
     driver-class-name: org.postgresql.Driver
-    password: crss_metering2
-    username: crss_metering2
-    url: jdbc:postgresql://10.176.23.24:5432/crss_metering2
+    password: crss_metering
+    username: crss_metering
+    url: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=metering
     maxPoolSize: 5
     test-on-borrow: true
     validation-query: SELECT 1

+ 9 - 9
crss-meterprocess-stream-source-daily-raw/crss-meterprocess-stream-source-daily-raw-pemc-uat-sit.yml

@@ -3,9 +3,9 @@ spring:
   profiles: dailyExtract
   datasource:
     driver-class-name: org.postgresql.Driver
-    password: crss_metering2
-    username: crss_metering2
-    url: jdbc:postgresql://10.176.23.24:5432/crss_metering2
+    password: crss_metering
+    username: crss_metering
+    url: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=metering
     maxPoolSize: 5
     test-on-borrow: true
     validation-query: SELECT 1
@@ -33,9 +33,9 @@ spring:
   profiles: monthlyExtract
   datasource:
     driver-class-name: org.postgresql.Driver
-    password: crss_metering2
-    username: crss_metering2
-    url: jdbc:postgresql://10.176.23.24:5432/crss_metering2
+    password: crss_metering
+    username: crss_metering
+    url: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=metering
     maxPoolSize: 5
     test-on-borrow: true
     validation-query: SELECT 1
@@ -62,9 +62,9 @@ logging:
 spring:
   datasource:
     driver-class-name: org.postgresql.Driver
-    password: crss_metering2
-    username: crss_metering2
-    url: jdbc:postgresql://10.176.23.24:5432/crss_metering2
+    password: crss_metering
+    username: crss_metering
+    url: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=metering
     maxPoolSize: 5
     test-on-borrow: true
     validation-query: SELECT 1

+ 3 - 3
crss-meterprocess-task-stlready/crss-meterprocess-task-stlready-pemc-uat-default.yml

@@ -1,7 +1,7 @@
 spring:
   crss-dataflow:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_dataflow
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=dataflow
       username: crss_dataflow
       password: crss_dataflow
       driverClassName: org.postgresql.Driver
@@ -10,7 +10,7 @@ spring:
       validation-query: SELECT 1
   crss-main:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_meterprocess
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=meterprocess
       username: crss_meterprocess
       password: crss_meterprocess
       driverClassName: org.postgresql.Driver
@@ -19,7 +19,7 @@ spring:
       validation-query: SELECT 1
   crss-nmms:
       datasource:
-        jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_nmms
+        jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=nmms
         username: crss_nmms
         password: crss_nmms
         driverClassName: org.postgresql.Driver

+ 3 - 3
crss-meterprocess-task-stlready/crss-meterprocess-task-stlready-pemc-uat-sit.yml

@@ -1,7 +1,7 @@
 spring:
   crss-dataflow:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_dataflow
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=dataflow
       username: crss_dataflow
       password: crss_dataflow
       driverClassName: org.postgresql.Driver
@@ -10,7 +10,7 @@ spring:
       validation-query: SELECT 1
   crss-main:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_meterprocess
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=meterprocess
       username: crss_meterprocess
       password: crss_meterprocess
       driverClassName: org.postgresql.Driver
@@ -19,7 +19,7 @@ spring:
       validation-query: SELECT 1
   crss-nmms:
       datasource:
-        jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_nmms
+        jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=nmms
         username: crss_nmms
         password: crss_nmms
         driverClassName: org.postgresql.Driver

+ 5 - 5
crss-mq-computation/crss-mq-computation-pemc-uat-default.yml

@@ -1,7 +1,7 @@
 spring:
   crss-dataflow:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_dataflow
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=dataflow
       username: crss_dataflow
       password: crss_dataflow
       driverClassName: org.postgresql.Driver
@@ -10,7 +10,7 @@ spring:
       validation-query: SELECT 1
   crss-main:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_meterprocess
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=meterprocess
       username: crss_meterprocess
       password: crss_meterprocess
       driverClassName: org.postgresql.Driver
@@ -19,9 +19,9 @@ spring:
       validation-query: SELECT 1
   crss-registration:
     dataSource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_reg2
-      username: crss_reg2
-      password: crss_reg2
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=registration
+      username: crss_registration
+      password: crss_registration
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true

+ 5 - 5
crss-mq-computation/crss-mq-computation-pemc-uat-sit.yml

@@ -1,7 +1,7 @@
 spring:
   crss-dataflow:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_dataflow
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema?dataflow
       username: crss_dataflow
       password: crss_dataflow
       driverClassName: org.postgresql.Driver
@@ -10,7 +10,7 @@ spring:
       validation-query: SELECT 1
   crss-main:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_meterprocess
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=meterprocess
       username: crss_meterprocess
       password: crss_meterprocess
       driverClassName: org.postgresql.Driver
@@ -19,9 +19,9 @@ spring:
       validation-query: SELECT 1
   crss-registration:
     dataSource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_reg2
-      username: crss_reg2
-      password: crss_reg2
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=registration
+      username: crss_registration
+      password: crss_registration
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true

+ 5 - 5
crss-mtr/crss-mtr-pemc-uat-default.yml

@@ -1,7 +1,7 @@
 spring:
   crss-dataflow:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_dataflow
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=dataflow
       username: crss_dataflow
       password: crss_dataflow
       driverClassName: org.postgresql.Driver
@@ -10,7 +10,7 @@ spring:
       validation-query: SELECT 1
   crss-main:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_meterprocess
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=meterprocess
       username: crss_meterprocess
       password: crss_meterprocess
       driverClassName: org.postgresql.Driver
@@ -19,9 +19,9 @@ spring:
       validation-query: SELECT 1
   crss-registration:
     dataSource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_reg2
-      username: crss_reg2
-      password: crss_reg2
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=registration
+      username: crss_registration
+      password: crss_registration
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true

+ 5 - 5
crss-mtr/crss-mtr-pemc-uat-sit.yml

@@ -1,7 +1,7 @@
 spring:
   crss-dataflow:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_dataflow
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=dataflow
       username: crss_dataflow
       password: crss_dataflow
       driverClassName: org.postgresql.Driver
@@ -10,7 +10,7 @@ spring:
       validation-query: SELECT 1
   crss-main:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_meterprocess
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=meterprocess
       username: crss_meterprocess
       password: crss_meterprocess
       driverClassName: org.postgresql.Driver
@@ -19,9 +19,9 @@ spring:
       validation-query: SELECT 1
   crss-registration:
     dataSource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_reg2
-      username: crss_reg2
-      password: crss_reg2
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=registration
+      username: crss_registration
+      password: crss_registration
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true

+ 3 - 3
crss-reg/crss-reg-pemc-uat-default.yml

@@ -1,8 +1,8 @@
 spring:
   datasource:
-    url: jdbc:postgresql://10.176.23.24:5432/crss_reg
-    username: crss_reg
-    password: crss_reg
+    url: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=registration
+    username: crss_registration
+    password: crss_registration
   xdf-control:
     datasource:
       url: jdbc:oracle:thin:@//10.176.23.24:1521/ORCL

+ 3 - 3
crss-reg/crss-reg-pemc-uat-sit.yml

@@ -1,8 +1,8 @@
 spring:
   datasource:
-    url: jdbc:postgresql://10.176.23.24:5432/crss_reg
-    username: crss_reg
-    password: crss_reg
+    url: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=registration
+    username: crss_registration
+    password: crss_registration
   xdf-control:
     datasource:
       url: jdbc:oracle:thin:@//10.176.23.24:1521/ORCL

+ 3 - 3
crss-sched/crss-sched-pemc-uat-default.yml

@@ -1,6 +1,6 @@
 spring:
   profiles.include: metronome
   datasource:
-    url: jdbc:postgresql://10.176.23.24:5432/crss_sched
-    username: crss_sched
-    password: crss_sched
+    url: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=scheduler
+    username: crss_scheduler
+    password: crss_scheduler

+ 3 - 3
crss-sched/crss-sched-pemc-uat-sit.yml

@@ -1,6 +1,6 @@
 spring:
   profiles.include: metronome
   datasource:
-    url: jdbc:postgresql://10.176.23.24:5432/crss_sched
-    username: crss_sched
-    password: crss_sched
+    url: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=scheduler
+    username: crss_scheduler
+    password: crss_scheduler

+ 1 - 1
crss-settlement-app/crss-settlement-app-pemc-uat-default.yml

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

+ 1 - 1
crss-settlement-app/crss-settlement-app-pemc-uat-sit.yml

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

+ 14 - 14
crss-settlement-task-calculation/crss-settlement-task-calculation-pemc-uat-default.yml

@@ -1,7 +1,7 @@
 spring:
   crss-stl:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_settlement
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=settlement
       username: crss_settlement
       password: crss_settlement
       driverClassName: org.postgresql.Driver
@@ -10,39 +10,39 @@ spring:
   # for removal after ITER 7 stl testing
   crss-meterprocess:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/stl_crss_meterprocess
-      username: stl_crss_meterprocess
-      password: stl_crss_meterprocess
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=meterprocess
+      username: crss_meterprocess
+      password: crss_meterprocess
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 20
   crss-main:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/stl_crss_meterprocess
-      username: stl_crss_meterprocess
-      password: stl_crss_meterprocess
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=meterprocess
+      username: crss_meterprocess
+      password: crss_meterprocess
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 20
   crss-metering:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/stl_crss_metering
-      username: stl_crss_metering
-      password: stl_crss_metering
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=metering
+      username: crss_metering
+      password: crss_metering
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 20
   crss-nmms:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/stl_crss_nmms
-      username: stl_crss_nmms
-      password: stl_crss_nmms
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=nmms
+      username: crss_nmms
+      password: crss_nmms
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 20
   crss-dataflow:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_dataflow
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=dataflow
       username: crss_dataflow
       password: crss_dataflow
       driverClassName: org.postgresql.Driver

+ 14 - 14
crss-settlement-task-calculation/crss-settlement-task-calculation-pemc-uat-sit.yml

@@ -1,7 +1,7 @@
 spring:
   crss-stl:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_settlement
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=settlement
       username: crss_settlement
       password: crss_settlement
       driverClassName: org.postgresql.Driver
@@ -10,39 +10,39 @@ spring:
   # for removal after ITER 7 stl testing
   crss-meterprocess:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/stl_crss_meterprocess
-      username: stl_crss_meterprocess
-      password: stl_crss_meterprocess
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=meterprocess
+      username: crss_meterprocess
+      password: crss_meterprocess
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 20
   crss-main:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/stl_crss_meterprocess
-      username: stl_crss_meterprocess
-      password: stl_crss_meterprocess
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=meterprocess
+      username: crss_meterprocess
+      password: crss_meterprocess
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 20
   crss-metering:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/stl_crss_metering
-      username: stl_crss_metering
-      password: stl_crss_metering
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=metering
+      username: crss_metering
+      password: crss_metering
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 20
   crss-nmms:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/stl_crss_nmms
-      username: stl_crss_nmms
-      password: stl_crss_nmms
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=nmms
+      username: crss_nmms
+      password: crss_nmms
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 20
   crss-dataflow:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_dataflow
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=dataflow
       username: crss_dataflow
       password: crss_dataflow
       driverClassName: org.postgresql.Driver

+ 8 - 8
crss-settlement-task-invoice-generation/crss-settlement-task-invoice-generation-pemc-uat-default.yml

@@ -1,7 +1,7 @@
 spring:
   crss-stl:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_settlement
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=settlement
       username: crss_settlement
       password: crss_settlement
       driverClassName: org.postgresql.Driver
@@ -9,7 +9,7 @@ spring:
       maxPoolSize: 20
   crss-dataflow:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_dataflow
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=dataflow
       username: crss_dataflow
       password: crss_dataflow
       driverClassName: org.postgresql.Driver
@@ -18,17 +18,17 @@ spring:
   # for removal after ITER 7 stl testing
   crss-meterprocess:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/stl_crss_meterprocess
-      username: stl_crss_meterprocess
-      password: stl_crss_meterprocess
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=meterprocess
+      username: crss_meterprocess
+      password: crss_meterprocess
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 20
   crss-main:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/stl_crss_meterprocess
-      username: stl_crss_meterprocess
-      password: stl_crss_meterprocess
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=meterprocess
+      username: crss_meterprocess
+      password: crss_meterprocess
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 20

+ 9 - 9
crss-settlement-task-invoice-generation/crss-settlement-task-invoice-generation-pemc-uat-sit.yml

@@ -1,15 +1,15 @@
 spring:
   crss-stl:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_settlement
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=settlement
       username: crss_settlement
       password: crss_settlement
-      driverClassName: org.postgresql.Driver
+      driverClassName: org.postgresql.Driverhd
       connectionTimeout: 10000
       maxPoolSize: 20
   crss-dataflow:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_dataflow
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=dataflow
       username: crss_dataflow
       password: crss_dataflow
       driverClassName: org.postgresql.Driver
@@ -18,17 +18,17 @@ spring:
   # for removal after ITER 7 stl testing
   crss-meterprocess:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/stl_crss_meterprocess
-      username: stl_crss_meterprocess
-      password: stl_crss_meterprocess
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=meterprocess
+      username: crss_meterprocess
+      password: crss_meterprocess
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 20
   crss-main:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/stl_crss_meterprocess
-      username: stl_crss_meterprocess
-      password: stl_crss_meterprocess
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=meterprocess
+      username: crss_meterprocess
+      password: crss_meterprocess
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 20