瀏覽代碼

add registration datasource in stl ready app

jdogillo 8 年之前
父節點
當前提交
8a6240238d

+ 6 - 0
crss-meterprocess-task-stlready/crss-meterprocess-task-stlready-azure.yml

@@ -17,6 +17,12 @@ spring:
         jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=nmms
         username: crss_nmms
         password: crss_nmms
+  crss-registration:
+    dataSource:
+      driverClassName: org.postgresql.Driver
+      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=registration
+      username: crss_registration
+      password: crss_registration
   jpa:
     generate-ddl: true
   profiles:

+ 6 - 0
crss-meterprocess-task-stlready/crss-meterprocess-task-stlready-dev.yml

@@ -17,3 +17,9 @@ spring:
         username: postgres
         password: postgres
         driverClassName: org.postgresql.Driver
+  crss-registration:
+      dataSource:
+        jdbcUrl: jdbc:postgresql://localhost:5432/crss_reg
+        username: postgres
+        password: postgres
+        driverClassName: org.postgresql.Driver

+ 9 - 0
crss-meterprocess-task-stlready/crss-meterprocess-task-stlready-dev2.yml

@@ -17,6 +17,15 @@ spring:
         username: crss_nmms
         password: crss_nmms
         driverClassName: org.postgresql.Driver
+  crss-registration:
+      dataSource:
+        jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=registration
+        username: crss_registration
+        password: crss_registration
+        driverClassName: org.postgresql.Driver
+        maxPoolSize: 5
+        test-on-borrow: true
+        validation-query: SELECT 1
 
   profiles:
     include: mesos

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

@@ -17,7 +17,12 @@ spring:
         username: crss_nmms
         password: crss_nmms
         driverClassName: org.postgresql.Driver
-
+  crss-registration:
+      dataSource:
+        jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_uat?currentSchema=registration
+        username: crss_registration
+        password: crss_registration
+        driverClassName: org.postgresql.Driver
   profiles:
     include: mesos
 

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

@@ -17,6 +17,12 @@ spring:
         username: crss_nmms
         password: crss_nmms
         driverClassName: org.postgresql.Driver
+  crss-registration:
+      dataSource:
+        jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=registration
+        username: crss_registration
+        password: crss_registration
+        driverClassName: org.postgresql.Driver
 
   profiles:
     include: mesos

+ 5 - 0
crss-meterprocess-task-stlready/crss-meterprocess-task-stlready-pemc-uat.yml

@@ -14,6 +14,11 @@ spring:
         jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_nmms
         username: crss_meterprocess
         password: crss_meterprocess
+  crss-registration:
+      dataSource:
+        jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_reg2
+        username: crss_meterprocess
+        password: crss_meterprocess
   jpa:
     generate-ddl: true
   profiles:

+ 5 - 0
crss-meterprocess-task-stlready/crss-meterprocess-task-stlready-pemc-uat2.yml

@@ -14,6 +14,11 @@ spring:
         jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_nmms
         username: crss_meterprocess
         password: crss_meterprocess
+  crss-registration:
+      dataSource:
+        jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_reg2
+        username: crss_meterprocess
+        password: crss_meterprocess
   jpa:
     generate-ddl: true
   profiles:

+ 6 - 1
crss-meterprocess-task-stlready/crss-meterprocess-task-stlready-qa.yml

@@ -17,7 +17,12 @@ spring:
         username: admin
         password: password
         driverClassName: org.postgresql.Driver
-
+  crss-registration:
+      dataSource:
+        jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss_reg
+        username: admin
+        password: password
+        driverClassName: org.postgresql.Driver
   profiles:
     include: mesos
 

+ 5 - 1
crss-meterprocess-task-stlready/crss-meterprocess-task-stlready-top-sit.yml

@@ -14,7 +14,11 @@ spring:
         jdbcUrl: jdbc:edb://10.176.11.23:5432/crss_sit?currentSchema=nmms&appl=secret&ApplicationName=stlready
         username: crss_sit_nmms
         password: tEglXBQd
-
+  crss-registration:
+      dataSource:
+        jdbcUrl: jdbc:edb://10.176.11.23:5432/crss_sit?currentSchema=registration&ApplicationName=streamMapper
+        username: crss_sit_registration
+        password: 6UZU8ilC
   profiles:
     include: mesos
 

+ 5 - 1
crss-meterprocess-task-stlready/crss-meterprocess-task-stlready-top.yml

@@ -14,7 +14,11 @@ spring:
         jdbcUrl: jdbc:edb://10.176.11.23:5432/crss?currentSchema=nmms
         username: crss_nmms
         password: lbgg1i2Y
-
+  crss-registration:
+      dataSource:
+        jdbcUrl: jdbc:edb://10.176.11.23:5432/crss?currentSchema=registration
+        username: crss_registration
+        password: 51UF3JA9
   profiles:
     include: mesos
 

+ 10 - 0
crss-meterprocess-task-stlready/crss-meterprocess-task-stlready.yml

@@ -29,6 +29,16 @@ spring:
         maximumPoolSize: 3
         test-on-borrow: true
         validation-query: SELECT 1
+  crss-registration:
+    dataSource:
+      jdbcUrl: jdbc:edb://10.176.11.131:5432/crss?currentSchema=registration
+      username: crss_registration
+      password: 51UF3JA9
+      driverClassName: com.edb.Driver
+      connectionTimeout: 150000
+      maximumPoolSize: 3
+      test-on-borrow: true
+      validation-query: SELECT 1
   jpa:
     show-sql: false
     generate-ddl: false