Ver código fonte

add stl calculation and invoice-generation datasource config for crss-main

dmendoza 8 anos atrás
pai
commit
761895d52a

+ 10 - 0
crss-settlement-task-calculation/application-dev.yml

@@ -8,6 +8,7 @@ spring:
       maxPoolSize: 5
       test-on-borrow: true
       validation-query: SELECT 1
+  # for removal after ITER 7 stl testing
   crss-meterprocess:
     datasource:
       jdbcUrl: jdbc:postgresql://192.168.236.2:5432/stl_crss_meterprocess
@@ -17,6 +18,15 @@ spring:
       maxPoolSize: 5
       test-on-borrow: true
       validation-query: SELECT 1
+  crss-main:
+    datasource:
+      jdbcUrl: jdbc:postgresql://192.168.236.2:5432/stl_crss_meterprocess
+      username: admin
+      password: password
+      driverClassName: org.postgresql.Driver
+      maxPoolSize: 5
+      test-on-borrow: true
+      validation-query: SELECT 1
   crss-metering:
     datasource:
       jdbcUrl: jdbc:postgresql://192.168.236.2:5432/stl_crss_metering

+ 10 - 0
crss-settlement-task-calculation/application-dev2.yml

@@ -8,6 +8,16 @@ spring:
       maxPoolSize: 5
       test-on-borrow: true
       validation-query: SELECT 1
+  # for removal after ITER 7 stl testing
+  crss-meterprocess:
+    datasource:
+      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/stl_crss_meterprocess
+      username: stl_crss_meterprocess
+      password: stl_crss_meterprocess
+      driverClassName: org.postgresql.Driver
+      maxPoolSize: 5
+      test-on-borrow: true
+      validation-query: SELECT 1
   crss-meterprocess:
     datasource:
       jdbcUrl: jdbc:postgresql://192.168.233.9:5432/stl_crss_meterprocess

+ 10 - 0
crss-settlement-task-calculation/application-devlocal.yml

@@ -8,6 +8,7 @@ spring:
       maxPoolSize: 5
       test-on-borrow: true
       validation-query: SELECT 1
+  # for removal after ITER 7 stl testing
   crss-meterprocess:
     datasource:
       jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_meterprocess
@@ -17,6 +18,15 @@ spring:
       maxPoolSize: 5
       test-on-borrow: true
       validation-query: SELECT 1
+  crss-main:
+    datasource:
+      jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_meterprocess
+      username: postgres
+      password: postgres
+      driverClassName: org.postgresql.Driver
+      maxPoolSize: 5
+      test-on-borrow: true
+      validation-query: SELECT 1
   crss-metering:
     datasource:
       jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_metering

+ 9 - 0
crss-settlement-task-calculation/application-devoracle.yml

@@ -7,6 +7,7 @@ spring:
       driverClassName: oracle.jdbc.driver.OracleDriver
       connectionTimeout: 10000
       maxPoolSize: 20
+  # for removal after ITER 7 stl testing
   crss-meterprocess:
     datasource:
       jdbcUrl: jdbc:oracle:thin:@localhost:1521:xe
@@ -15,6 +16,14 @@ spring:
       driverClassName: oracle.jdbc.driver.OracleDriver
       connectionTimeout: 10000
       maxPoolSize: 20
+  crss-main:
+    datasource:
+      jdbcUrl: jdbc:oracle:thin:@localhost:1521:xe
+      username: stl_crss_meterprocess
+      password: stl_crss_meterprocess
+      driverClassName: oracle.jdbc.driver.OracleDriver
+      connectionTimeout: 10000
+      maxPoolSize: 20
   crss-metering:
     datasource:
       jdbcUrl: jdbc:oracle:thin:@localhost:1521:xe

+ 9 - 0
crss-settlement-task-calculation/application-pemc-uat.yml

@@ -7,6 +7,7 @@ spring:
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 20
+  # for removal after ITER 7 stl testing
   crss-meterprocess:
     datasource:
       jdbcUrl: jdbc:postgresql://10.176.23.24:5432/stl_crss_meterprocess
@@ -15,6 +16,14 @@ spring:
       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
+      driverClassName: org.postgresql.Driver
+      connectionTimeout: 10000
+      maxPoolSize: 20
   crss-metering:
     datasource:
       jdbcUrl: jdbc:postgresql://10.176.23.24:5432/stl_crss_metering

+ 9 - 0
crss-settlement-task-calculation/application-qa.yml

@@ -7,6 +7,7 @@ spring:
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 20
+  # for removal after ITER 7 stl testing
   crss-meterprocess:
     datasource:
       jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/stl_crss_meterprocess
@@ -15,6 +16,14 @@ spring:
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 20
+  crss-main:
+    datasource:
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/stl_crss_meterprocess
+      username: admin
+      password: password
+      driverClassName: org.postgresql.Driver
+      connectionTimeout: 10000
+      maxPoolSize: 20
   crss-metering:
     datasource:
       jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/stl_crss_metering

+ 9 - 0
crss-settlement-task-calculation/application.yml

@@ -7,6 +7,7 @@ spring:
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 20
+  # for removal after ITER 7 stl testing
   crss-meterprocess:
     datasource:
       jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_meterprocess
@@ -15,6 +16,14 @@ spring:
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 20
+  crss-main:
+    datasource:
+      jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_meterprocess
+      username: postgres
+      password: postgres
+      driverClassName: org.postgresql.Driver
+      connectionTimeout: 10000
+      maxPoolSize: 20
   crss-metering:
     datasource:
       jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_metering

+ 10 - 0
crss-settlement-task-invoice-generation/application-dev.yml

@@ -15,6 +15,7 @@ spring:
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 20
+  # for removal after ITER 7 stl testing
   crss-meterprocess:
     datasource:
       jdbcUrl: jdbc:postgresql://192.168.236.2:5432/stl_crss_meterprocess
@@ -24,6 +25,15 @@ spring:
       maxPoolSize: 5
       test-on-borrow: true
       validation-query: SELECT 1
+  crss-main:
+    datasource:
+      jdbcUrl: jdbc:postgresql://192.168.236.2:5432/stl_crss_meterprocess
+      username: postgres
+      password: postgres
+      driverClassName: org.postgresql.Driver
+      maxPoolSize: 5
+      test-on-borrow: true
+      validation-query: SELECT 1
 
   jpa:
     show-sql: false

+ 10 - 0
crss-settlement-task-invoice-generation/application-dev2.yml

@@ -15,6 +15,7 @@ spring:
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 20
+  # for removal after ITER 7 stl testing
   crss-meterprocess:
     datasource:
       jdbcUrl: jdbc:postgresql://192.168.233.9:5432/stl_crss_meterprocess
@@ -24,6 +25,15 @@ spring:
       maxPoolSize: 5
       test-on-borrow: true
       validation-query: SELECT 1
+  crss-main:
+    datasource:
+      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/stl_crss_meterprocess
+      username: stl_crss_meterprocess
+      password: stl_crss_meterprocess
+      driverClassName: org.postgresql.Driver
+      maxPoolSize: 5
+      test-on-borrow: true
+      validation-query: SELECT 1
 
   jpa:
     show-sql: false

+ 9 - 0
crss-settlement-task-invoice-generation/application-devlocal.yml

@@ -15,6 +15,7 @@ spring:
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 20
+  # for removal after ITER 7 stl testing
   crss-meterprocess:
     datasource:
       jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_meterprocess
@@ -23,6 +24,14 @@ spring:
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 20
+  crss-main:
+    datasource:
+      jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_meterprocess
+      username: postgres
+      password: postgres
+      driverClassName: org.postgresql.Driver
+      connectionTimeout: 10000
+      maxPoolSize: 20
 
   jpa:
     show-sql: false

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

@@ -15,6 +15,7 @@ spring:
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 20
+  # for removal after ITER 7 stl testing
   crss-meterprocess:
     datasource:
       jdbcUrl: jdbc:postgresql://10.176.23.24:5432/stl_crss_meterprocess
@@ -23,6 +24,14 @@ spring:
       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
+      driverClassName: org.postgresql.Driver
+      connectionTimeout: 10000
+      maxPoolSize: 20
 
   jpa:
     show-sql: false

+ 9 - 0
crss-settlement-task-invoice-generation/application-qa.yml

@@ -15,6 +15,7 @@ spring:
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 20
+  # for removal after ITER 7 stl testing
   crss-meterprocess:
     datasource:
       jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/stl_crss_meterprocess
@@ -23,6 +24,14 @@ spring:
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 20
+  crss-main:
+    datasource:
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/stl_crss_meterprocess
+      username: admin
+      password: password
+      driverClassName: org.postgresql.Driver
+      connectionTimeout: 10000
+      maxPoolSize: 20
 
   jpa:
     show-sql: false

+ 10 - 0
crss-settlement-task-invoice-generation/application.yml

@@ -15,6 +15,7 @@ spring:
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 2000
+  # for removal after ITER 7 stl testing
   crss-meterprocess:
     datasource:
       jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_meterprocess
@@ -24,6 +25,15 @@ spring:
       maxPoolSize: 5
       test-on-borrow: true
       validation-query: SELECT 1
+  crss-main:
+    datasource:
+      jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_meterprocess
+      username: postgres
+      password: postgres
+      driverClassName: org.postgresql.Driver
+      maxPoolSize: 5
+      test-on-borrow: true
+      validation-query: SELECT 1
 
   jpa:
     show-sql: false