Browse Source

update jdbc url for dev2 profiles

Adrian Viesca 7 years ago
parent
commit
2d47b0fd73
25 changed files with 81 additions and 81 deletions
  1. 1 1
      crss-admin/crss-admin-dev2.yml
  2. 1 1
      crss-audit/crss-audit-dev2.yml
  3. 4 4
      crss-data/crss-data-dev2.yml
  4. 1 1
      crss-dataflow-app/crss-dataflow-app-dev2.yml
  5. 1 1
      crss-datainterface-app/crss-datainterface-app-dev2.yml
  6. 4 4
      crss-datainterface-task-ingest/crss-datainterface-task-ingest-dev2.yml
  7. 1 1
      crss-metering/crss-metering-dev2.yml
  8. 3 3
      crss-meterprocess-app/crss-meterprocess-app-dev2.yml
  9. 3 3
      crss-meterprocess-stream-daily-sink/crss-meterprocess-stream-daily-sink-dev2.yml
  10. 2 2
      crss-meterprocess-stream-mapper/crss-meterprocess-stream-mapper-dev2.yml
  11. 3 3
      crss-meterprocess-stream-processor-daily-validate/crss-meterprocess-stream-processor-daily-validate-dev2.yml
  12. 3 3
      crss-meterprocess-stream-source-daily-raw/crss-meterprocess-stream-source-daily-raw-dev2.yml
  13. 8 8
      crss-meterprocess-task-stlready/crss-meterprocess-task-stlready-dev2.yml
  14. 3 3
      crss-mq-computation/crss-mq-computation-dev2.yml
  15. 6 6
      crss-mtr/crss-mtr-dev2.yml
  16. 5 5
      crss-reg/crss-reg-dev2.yml
  17. 1 1
      crss-sched/crss-sched-dev2.yml
  18. 2 2
      crss-settlement-app/crss-settlement-app-dev2.yml
  19. 5 5
      crss-settlement-task-calculation-addtlcomp/crss-settlement-task-calculation-addtlcomp-dev2.yml
  20. 6 6
      crss-settlement-task-calculation/crss-settlement-task-calculation-dev2.yml
  21. 4 4
      crss-settlement-task-file-gen-addtlcomp/crss-settlement-task-file-gen-addtlcomp-dev2.yml
  22. 4 4
      crss-settlement-task-invoice-generation/crss-settlement-task-invoice-generation-dev2.yml
  23. 6 6
      crss-settlement-task-validation/crss-settlement-task-validation-dev2.yml
  24. 1 1
      crss-uaa/crss-uaa-dev2.yml
  25. 3 3
      crss-worklist-app/crss-worklist-app-dev2.yml

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

@@ -1,6 +1,6 @@
 spring:
   datasource:
-    url: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=admin
+    url: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=admin
     username: crss_admin
     password: crss_admin
   mail:

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

@@ -2,6 +2,6 @@ spring:
   crss-audit:
     datasource:
       driverClassName: ${spring.datasource.driverClassName}
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=audit
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=audit
       username: crss_audit
       password: crss_audit

+ 4 - 4
crss-data/crss-data-dev2.yml

@@ -1,20 +1,20 @@
 spring:
   datasource:
     driverClassName: org.postgresql.Driver
-    url: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=dataextraction
+    url: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=dataextraction
     username: crss_dataextraction
     password: crss_dataextraction
 crss:
   metadata:
     datasource:
       driverClassName: org.postgresql.Driver
-      url: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=dataextraction
+      url: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=dataextraction
       username: crss_dataextraction
       password: crss_dataextraction
   datawarehouse:
     datasource:
       platform: postgresql
-      url: jdbc:postgresql://192.168.233.9:5432/crss_external?currentSchema=datawarehouse
+      url: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss_external?currentSchema=datawarehouse
       username: crss_datawarehouse
       password: crss_datawarehouse
       driverClassName: org.postgresql.Driver
@@ -25,7 +25,7 @@ crss:
   registration:
      datasource:
        driverClassName: org.postgresql.Driver
-       url: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=registration
+       url: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=registration
        username: crss_registration
        password: crss_registration
        hikari:

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

@@ -1,7 +1,7 @@
 spring:
   crss-dataflow:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=dataflow
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=dataflow
       username: crss_dataflow
       password: crss_dataflow
       driverClassName: org.postgresql.Driver

+ 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?currentSchema=nmms
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=nmms
       username: crss_nmms
       password: crss_nmms
 

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

@@ -7,25 +7,25 @@ spring:
       password: 123qwe
   crss-dataflow:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=dataflow
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=dataflow
       username: crss_dataflow
       password: crss_dataflow
       driverClassName: org.postgresql.Driver
   crss-nmms:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=nmms
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=nmms
       username: crss_nmms
       password: crss_nmms
       driverClassName: org.postgresql.Driver
   crss-registration:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=registration
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=registration
       username: crss_registration
       password: crss_registration
       driverClassName: org.postgresql.Driver
   crss-settlements:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=settlement
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=settlement
       username: crss_settlement
       password: crss_settlement
       driverClassName: org.postgresql.Driver

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

@@ -1,7 +1,7 @@
 spring:
   profiles.include: pg-query
   datasource:
-    url: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=metering
+    url: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=metering
     username: crss_metering
     password: crss_metering
     hikari:

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

@@ -2,19 +2,19 @@ spring:
   crss-main:
     datasource:
       driverClassName: ${spring.datasource.driverClassName}
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=meterprocess
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=meterprocess
       username: crss_meterprocess
       password: crss_meterprocess
   crss-registration:
     datasource:
       driverClassName: ${spring.datasource.driverClassName}
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=registration
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=registration
       username: crss_registration
       password: crss_registration
   crss-nmms:
     datasource:
       driverClassName: ${spring.datasource.driverClassName}
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=nmms
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=nmms
       username: crss_nmms
       password: crss_nmms
 

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

@@ -1,19 +1,19 @@
 spring:
   crss-main:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=meterprocess
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=meterprocess
       username: crss_meterprocess
       password: crss_meterprocess
       driverClassName: org.postgresql.Driver
   crss-metering:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=metering
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=metering
       username: crss_metering
       password: crss_metering
       driverClassName: org.postgresql.Driver
   crss-registration:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=registration
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=registration
       username: crss_registration
       password: crss_registration
       driverClassName: org.postgresql.Driver

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

@@ -6,7 +6,7 @@ spring:
           content-type: application/json
   crss-registration:
     dataSource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=registration
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=registration
       username: crss_registration
       password: crss_registration
       driverClassName: org.postgresql.Driver
@@ -15,7 +15,7 @@ spring:
       validation-query: SELECT 1
   crss-main:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=meterprocess
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=meterprocess
       username: crss_meterprocess
       password: crss_meterprocess
       driverClassName: org.postgresql.Driver

+ 3 - 3
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?currentSchema=meterprocess
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=meterprocess
       username: crss_meterprocess
       password: crss_meterprocess
       driverClassName: org.postgresql.Driver
@@ -10,7 +10,7 @@ spring:
       validation-query: SELECT 1
   crss-metering:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=metering
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=metering
       username: crss_metering
       password: crss_metering
       driverClassName: org.postgresql.Driver
@@ -19,7 +19,7 @@ spring:
       validation-query: SELECT 1
   crss-registration:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=registration
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=registration
       username: crss_registration
       password: crss_registration
       driverClassName: org.postgresql.Driver

+ 3 - 3
crss-meterprocess-stream-source-daily-raw/crss-meterprocess-stream-source-daily-raw-dev2.yml

@@ -2,7 +2,7 @@
 spring:
   profiles: dailyExtract
   datasource:
-    url: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=metering
+    url: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=metering
     username: crss_metering
     password: crss_metering
     driver-class-name: org.postgresql.Driver
@@ -32,7 +32,7 @@ logging:
 spring:
   profiles: monthlyExtract
   datasource:
-    url: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=metering
+    url: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=metering
     username: crss_metering
     password: crss_metering
     driver-class-name: org.postgresql.Driver
@@ -61,7 +61,7 @@ logging:
 # default
 spring:
   datasource:
-    url: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=metering
+    url: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=metering
     username: crss_metering
     password: crss_metering
     driver-class-name: org.postgresql.Driver

+ 8 - 8
crss-meterprocess-task-stlready/crss-meterprocess-task-stlready-dev2.yml

@@ -1,29 +1,29 @@
 spring:
   crss-dataflow:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=dataflow
-      url: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=dataflow
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=dataflow
+      url: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=dataflow
       username: crss_dataflow
       password: crss_dataflow
       driverClassName: org.postgresql.Driver
   crss-main:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=meterprocess
-      url: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=meterprocess
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=meterprocess
+      url: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory: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?currentSchema=nmms
-        url: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=nmms
+        jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=nmms
+        url: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=nmms
         username: crss_nmms
         password: crss_nmms
         driverClassName: org.postgresql.Driver
   crss-registration:
       dataSource:
-        jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=registration
-        url: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=registration
+        jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=registration
+        url: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=registration
         username: crss_registration
         password: crss_registration
         driverClassName: org.postgresql.Driver

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

@@ -1,7 +1,7 @@
 spring:
   crss-dataflow:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=dataflow
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?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://192.168.233.9:5432/crss?currentSchema=meterprocess
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=meterprocess
       username: crss_meterprocess
       password: crss_meterprocess
       driverClassName: org.postgresql.Driver
@@ -19,7 +19,7 @@ spring:
       validation-query: SELECT 1
   crss-registration:
     dataSource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=registration
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=registration
       username: crss_registration
       password: crss_registration
       driverClassName: org.postgresql.Driver

+ 6 - 6
crss-mtr/crss-mtr-dev2.yml

@@ -1,8 +1,8 @@
 spring:
   crss-dataflow:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=dataflow
-      url: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=dataflow
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=dataflow
+      url: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=dataflow
       username: crss_dataflow
       password: crss_dataflow
       driverClassName: org.postgresql.Driver
@@ -11,8 +11,8 @@ spring:
       validation-query: SELECT 1
   crss-main:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=meterprocess
-      url: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=meterprocess
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=meterprocess
+      url: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=meterprocess
       username: crss_meterprocess
       password: crss_meterprocess
       driverClassName: org.postgresql.Driver
@@ -21,8 +21,8 @@ spring:
       validation-query: SELECT 1
   crss-registration:
     dataSource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=registration
-      url: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=registration
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=registration
+      url: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=registration
       username: crss_registration
       password: crss_registration
       driverClassName: org.postgresql.Driver

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

@@ -1,28 +1,28 @@
 spring:
   datasource:
     driverClassName: org.postgresql.Driver
-    url: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=registration
+    url: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=registration
     username: crss_registration
     password: crss_registration
   crss-stl:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=settlement
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=settlement
       username: crss_settlement
       password: crss_settlement
   crss-dataflow:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=dataflow
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=dataflow
       username: crss_dataflow
       password: crss_dataflow
   crss-meterprocess:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=meterprocess
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=meterprocess
       username: crss_meterprocess
       password: crss_meterprocess
   xdf-control:
     datasource:
       driverClassName: org.postgresql.Driver
-      url: jdbc:postgresql://192.168.233.9:5432/crss_external?currentSchema=xdfcontrol
+      url: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss_external?currentSchema=xdfcontrol
       username: crss_xdfcontrol
       password: crss_xdfcontrol
 

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

@@ -1,6 +1,6 @@
 spring:
   profiles.include: metronome
   datasource:
-    url: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=scheduler
+    url: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=scheduler
     username: crss_scheduler
     password: crss_scheduler

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

@@ -1,14 +1,14 @@
 spring:
   crss-stl:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=settlement
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=settlement
       username: crss_settlement
       password: crss_settlement
       driverClassName: org.postgresql.Driver
   crss-worklist:
     datasource:
       driverClassName: org.postgresql.Driver
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=worklist
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=worklist
       username: crss_worklist
       password: crss_worklist
 

+ 5 - 5
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?currentSchema=settlement
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory: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?currentSchema=meterprocess
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=meterprocess
       username: crss_meterprocess
       password: crss_meterprocess
       driverClassName: org.postgresql.Driver
@@ -19,7 +19,7 @@ spring:
       validation-query: SELECT 1
   crss-metering:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=metering
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=metering
       username: crss_metering
       password: crss_metering
       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?currentSchema=nmms
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=nmms
       username: crss_nmms
       password: crss_nmms
       driverClassName: org.postgresql.Driver
@@ -37,7 +37,7 @@ spring:
       validation-query: SELECT 1
   crss-dataflow:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=dataflow
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=dataflow
       username: crss_dataflow
       password: crss_dataflow
       driverClassName: org.postgresql.Driver

+ 6 - 6
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?currentSchema=settlement
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory: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?currentSchema=meterprocess
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=meterprocess
       username: crss_meterprocess
       password: crss_meterprocess
       driverClassName: org.postgresql.Driver
@@ -19,7 +19,7 @@ spring:
       validation-query: SELECT 1
   crss-metering:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=metering
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=metering
       username: crss_metering
       password: crss_metering
       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?currentSchema=nmms
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=nmms
       username: crss_nmms
       password: crss_nmms
       driverClassName: org.postgresql.Driver
@@ -37,7 +37,7 @@ spring:
       validation-query: SELECT 1
   crss-dataflow:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=dataflow
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=dataflow
       username: crss_dataflow
       password: crss_dataflow
       driverClassName: org.postgresql.Driver
@@ -47,7 +47,7 @@ spring:
       validation-query: SELECT 1
   crss-registration:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=registration
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=registration
       username: crss_registration
       password: crss_registration
       maximumPoolSize: 1

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

@@ -1,26 +1,26 @@
 spring:
   crss-stl:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=settlement
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=settlement
       username: crss_settlement
       password: crss_settlement
       driverClassName: org.postgresql.Driver
   crss-dataflow:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=dataflow
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=dataflow
       username: crss_dataflow
       password: crss_dataflow
       maximumPoolSize: 5
       driverClassName: org.postgresql.Driver
   crss-main:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=meterprocess
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=meterprocess
       username: crss_meterprocess
       password: crss_meterprocess
       driverClassName: org.postgresql.Driver
   crss-registration:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=registration
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=registration
       username: crss_registration
       password: crss_registration
       maximumPoolSize: 1

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

@@ -1,13 +1,13 @@
 spring:
   crss-stl:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=settlement
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=settlement
       username: crss_settlement
       password: crss_settlement
       driverClassName: org.postgresql.Driver
   crss-registration:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=registration
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=registration
       username: crss_registration
       password: crss_registration
       maximumPoolSize: 1
@@ -15,14 +15,14 @@ spring:
       driverClassName: org.postgresql.Driver
   crss-dataflow:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=dataflow
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=dataflow
       username: crss_dataflow
       password: crss_dataflow
       maximumPoolSize: 5
       driverClassName: org.postgresql.Driver
   crss-main:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=meterprocess
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=meterprocess
       username: crss_meterprocess
       password: crss_meterprocess
       driverClassName: org.postgresql.Driver

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

@@ -1,37 +1,37 @@
 spring:
   crss-stl:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=settlement
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=settlement
       username: crss_settlement
       password: crss_settlement
       driverClassName: org.postgresql.Driver
   crss-registration:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=registration
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=registration
       username: crss_registration
       password: crss_registration
       driverClassName: org.postgresql.Driver
   crss-main:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=meterprocess
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=meterprocess
       username: crss_meterprocess
       password: crss_meterprocess
       driverClassName: org.postgresql.Driver
   crss-metering:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=metering
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=metering
       username: crss_metering
       password: crss_metering
       driverClassName: org.postgresql.Driver
   crss-nmms:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=nmms
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=nmms
       username: crss_nmms
       password: crss_nmms
       driverClassName: org.postgresql.Driver
   crss-dataflow:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=dataflow
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=dataflow
       username: crss_dataflow
       password: crss_dataflow
       maximumPoolSize: 5

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

@@ -2,7 +2,7 @@ spring:
   redis:
     database: 2
   datasource:
-    url: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=admin
+    url: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=admin
     username: crss_admin
     password: crss_admin
 

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

@@ -1,19 +1,19 @@
 spring:
   crss-worklist:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=worklist
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=worklist
       username: crss_worklist
       password: crss_worklist
       driverClassName: org.postgresql.Driver
   crss-stl:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=settlement
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory: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?currentSchema=meterprocess
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=meterprocess
       username: crss_meterprocess
       password: crss_meterprocess
       driverClassName: org.postgresql.Driver