Browse Source

add some top profiles

mlnicolas 8 years ago
parent
commit
d02f300a55

+ 16 - 0
crss-audit/crss-audit-top.yml

@@ -0,0 +1,16 @@
+spring:
+  crss-audit:
+    datasource:
+      jdbcUrl: jdbc:edb://10.176.11.23:5432/crss?currentSchema=audit
+      username: crss_audit
+      password: S0CuFyj6
+  redis:
+    host: redis.marathon.l4lb.thisdcos.directory
+
+security:
+  oauth2:
+    client:
+      accessTokenUri: http://crssadmin-service.marathon.l4lb.thisdcos.directory:8080/oauth/access_token
+      userAuthorizationUri: http://crssadmin-service.marathon.l4lb.thisdcos.directory:8080/oauth/authorize
+    resource:
+      userInfoUri: http://crssadmin-service.marathon.l4lb.thisdcos.directory:8080/user

+ 35 - 0
crss-dataflow-app/crss-dataflow-app-top.yml

@@ -0,0 +1,35 @@
+spring:
+  crss-dataflow:
+    datasource:
+      jdbcUrl: jdbc:edb://10.176.11.23:5432/crss?currentSchema=dataflow
+      username: crss_dataflow
+      password: lgcCpwy0
+  jpa:
+    show-sql: true
+    generate-ddl: true
+    properties:
+      hibernate:
+        hbm2ddl:
+          auto: none
+
+  redis:
+    host: redis.marathon.l4lb.thisdcos.directory
+
+server:
+  port: 8082
+
+security:
+  oauth2:
+    client:
+      accessTokenUri: http://crssadmin-service.marathon.l4lb.thisdcos.directory:8080/oauth/access_token
+      userAuthorizationUri: http://crssadmin-service.marathon.l4lb.thisdcos.directory:8080/oauth/authorize
+    resource:
+      userInfoUri: http://crssadmin-service.marathon.l4lb.thisdcos.directory:8080/user
+
+dataflow:
+  url: http://spring-cloud-data-flow.marathon.l4lb.thisdcos.directory:9393
+
+sftp:
+  credentials:
+    host: sftp.marathon.l4lb.thisdcos.directory
+    workingDirectory: /upload

+ 30 - 0
crss-datainterface-task-ingest/crss-datainterface-task-ingest-top.yml

@@ -0,0 +1,30 @@
+spring:
+  crss-emdb:
+    datasource:
+      jdbcUrl: jdbc:oracle:thin:@10.176.23.24:1521:ORCL
+      username: emdb
+      password: emdb
+  crss-dataflow:
+    datasource:
+      jdbcUrl: jdbc:edb://10.176.11.23:5432/crss?currentSchema=dataflow
+      username: dataflow
+      password: lgcCpwy0
+  crss-nmms:
+    datasource:
+      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
+  jpa:
+    show-sql: true
+    properties:
+      hibernate:
+        hbm2ddl:
+          auto: none
+
+  redis:
+    host: redis.marathon.l4lb.thisdcos.directory

+ 16 - 0
crss-meterprocess-stream-daily-sink/crss-meterprocess-stream-daily-sink-top.yml

@@ -0,0 +1,16 @@
+spring:
+  crss-main:
+    datasource:
+      jdbcUrl: jdbc:edb://10.176.11.23:5432/crss?currentSchema=meterprocess
+      username: crss_meterprocess
+      password: D9JpfUtT
+  crss-metering:
+    datasource:
+      jdbcUrl: jdbc:edb://10.176.11.23:5432/crss?currentSchema=metering
+      username: crss_metering
+      password: Fh7UcXpW
+  crss-registration:
+    datasource:
+      jdbcUrl: jdbc:edb://10.176.11.23:5432/crss?currentSchema=registration
+      username: crss_registration
+      password: 51UF3JA9

+ 19 - 0
crss-meterprocess-stream-mapper/crss-meterprocess-stream-mapper-top.yml

@@ -0,0 +1,19 @@
+spring:
+  crss-registration:
+    dataSource:
+      jdbcUrl: jdbc:edb://10.176.11.23:5432/crss?currentSchema=registration
+      username: crss_registration
+      password: 51UF3JA9
+  crss-main:
+    datasource:
+      jdbcUrl: jdbc:edb://10.176.11.23:5432/crss?currentSchema=meterprocess
+      username: crss_meterprocess
+      password: D9JpfUtT
+  jpa:
+    properties:
+      hibernate:
+        hbm2ddl:
+          auto: none
+
+  redis:
+    host: redis.marathon.l4lb.thisdcos.directory

+ 16 - 0
crss-meterprocess-stream-processor-daily-validate/crss-meterprocess-stream-processor-daily-validate-top.yml

@@ -0,0 +1,16 @@
+spring:
+  crss-main:
+    datasource:
+      jdbcUrl: jdbc:edb://10.176.11.23:5432/crss?currentSchema=meterprocess
+      username: crss_meterprocess
+      password: D9JpfUtT
+  crss-metering:
+    datasource:
+      jdbcUrl: jdbc:edb://10.176.11.23:5432/crss?currentSchema=metering
+      username: crss_metering
+      password: Fh7UcXpW
+  crss-registration:
+    datasource:
+      jdbcUrl: jdbc:edb://10.176.11.23:5432/crss?currentSchema=registration
+      username: crss_registration
+      password: 51UF3JA9

+ 26 - 0
crss-meterprocess-stream-source-daily-raw/crss-meterprocess-stream-source-daily-raw-top.yml

@@ -0,0 +1,26 @@
+#daily extract
+spring:
+  profiles: dailyExtract
+  datasource:
+    password: Fh7UcXpW
+    username: crss_metering
+    url: jdbc:edb://10.176.11.23:5432/crss?currentSchema=metering
+
+---
+
+#Monthly extract
+spring:
+  profiles: monthlyExtract
+  datasource:
+    password: Fh7UcXpW
+    username: crss_metering
+    url: jdbc:edb://10.176.11.23:5432/crss?currentSchema=metering
+
+---
+
+# default
+spring:
+  datasource:
+    password: Fh7UcXpW
+    username: crss_metering
+    url: jdbc:edb://10.176.11.23:5432/crss?currentSchema=metering

+ 30 - 0
crss-meterprocess-task-stlready/crss-meterprocess-task-stlready-top.yml

@@ -0,0 +1,30 @@
+spring:
+  crss-dataflow:
+    datasource:
+      jdbcUrl: jdbc:edb://10.176.11.23:5432/crss?currentSchema=dataflow
+      username: crss_dataflow
+      password: lgcCpwy0
+  crss-main:
+    datasource:
+      jdbcUrl: jdbc:edb://10.176.11.23:5432/crss?currentSchema=meterprocess
+      username: crss_meterprocess
+      password: D9JpfUtT
+  crss-nmms:
+      datasource:
+        jdbcUrl: jdbc:edb://10.176.11.23:5432/crss?currentSchema=nmms
+        username: crss_nmms
+        password: lbgg1i2Y
+  jpa:
+    show-sql: false
+    generate-ddl: true
+  profiles:
+    include: mesos
+  cloud:
+    deployer:
+      mesos:
+        chronos:
+          apiEndpoint: http://master.mesos/service/chronos/v1
+          memory: 1024
+
+  redis:
+    host: redis.marathon.l4lb.thisdcos.directory

+ 42 - 0
crss-mq-computation/crss-mq-computation-top.yml

@@ -0,0 +1,42 @@
+spring:
+  crss-dataflow:
+    datasource:
+      jdbcUrl: jdbc:edb://10.176.11.23:5432/crss?currentSchema=dataflow
+      username: crss_dataflow
+      password: lgcCpwy0
+  crss-main:
+    datasource:
+      jdbcUrl: jdbc:edb://10.176.11.23:5432/crss?currentSchema=meterprocess
+      username: crss_meterprocess
+      password: D9JpfUtT
+  crss-registration:
+    dataSource:
+      jdbcUrl: jdbc:edb://10.176.11.23:5432/crss?currentSchema=registration
+      username: crss_registration
+      password: 51UF3JA9
+  jpa:
+    # show-sql: true
+    generate-ddl: true
+  profiles:
+    include: mesos
+  cloud:
+    deployer:
+      mesos:
+        chronos:
+          apiEndpoint: http://master.mesos/service/chronos/v1
+          memory: 2048
+
+  redis:
+    host: redis.marathon.l4lb.thisdcos.directory
+
+batch:
+  maxWorkers: 20
+  partitionSize:
+    mq: 10000
+    ssla: 5000
+    report: 1
+
+sftp:
+  credentials:
+    host: sftp.marathon.l4lb.thisdcos.directory
+    workingDirectory: /upload/mq

+ 39 - 0
crss-mtr/crss-mtr-top.yml

@@ -0,0 +1,39 @@
+spring:
+  crss-dataflow:
+    datasource:
+      jdbcUrl: jdbc:edb://10.176.11.23:5432/crss?currentSchema=dataflow
+      username: crss_dataflow
+      password: lgcCpwy0
+  crss-main:
+    datasource:
+      jdbcUrl: jdbc:edb://10.176.11.23:5432/crss?currentSchema=meterprocess
+      username: crss_meterprocess
+      password: D9JpfUtT
+  crss-registration:
+    dataSource:
+      jdbcUrl: jdbc:edb://10.176.11.23:5432/crss?currentSchema=registration
+      username: crss_registration
+      password: 51UF3JA9
+  jpa:
+    show-sql: true
+    generate-ddl: true
+  profiles:
+    include: mesos
+  cloud:
+    deployer:
+      mesos:
+        chronos:
+          apiEndpoint: http://master.mesos/service/chronos/v1
+          memory: 4096
+
+  redis:
+    host: redis.marathon.l4lb.thisdcos.directory
+
+batch:
+  partitionSize:
+    mtr: 1
+
+sftp:
+  credentials:
+    host: sftp.marathon.l4lb.thisdcos.directory
+    workingDirectory: /upload

+ 4 - 4
crss-settlement-task-calculation-addtlcomp/crss-settlement-task-calculation-addtlcomp-top.yml

@@ -3,7 +3,7 @@ spring:
     datasource:
       jdbcUrl: jdbc:edb://10.176.11.23:5432/crss?currentSchema=settlement
       username: crss_settlement
-      password: crss_settlement
+      password: i17SMOPm
   crss-registration:
     datasource:
       jdbcUrl: jdbc:edb://10.176.11.23:5432/crss?currentSchema=registration
@@ -17,13 +17,13 @@ spring:
   crss-nmms:
     datasource:
       jdbcUrl: jdbc:edb://10.176.11.23:5432/crss?currentSchema=nmms
-      username: crss_settlement
-      password: crss_settlement
+      username: crss_nmms
+      password: lbgg1i2Y
   crss-dataflow:
     datasource:
       jdbcUrl: jdbc:edb://10.176.11.23:5432/crss?currentSchema=dataflow
       username: crss_dataflow
-      password: crss_dataflow
+      password: lgcCpwy0
 
   jpa:
     generate-ddl: false

+ 35 - 0
crss-settlement-task-calculation/crss-settlement-task-calculation-top.yml

@@ -0,0 +1,35 @@
+spring:
+  crss-stl:
+    datasource:
+      jdbcUrl: jdbc:edb://10.176.11.23:5432/crss?currentSchema=settlement
+      username: crss_settlement
+      password: i17SMOPm
+  # for removal after ITER 7 stl testing
+  crss-meterprocess:
+    datasource:
+      jdbcUrl: jdbc:edb://10.176.11.23:5432/crss?currentSchema=meterprocess
+      username: crss_meterprocess
+      password: D9JpfUtT
+  crss-main:
+    datasource:
+      jdbcUrl: jdbc:edb://10.176.11.23:5432/crss?currentSchema=meterprocess
+      username: crss_meterprocess
+      password: D9JpfUtT
+  crss-metering:
+    datasource:
+      jdbcUrl: jdbc:edb://10.176.11.23:5432/crss?currentSchema=metering
+      username: crss_metering
+      password: Fh7UcXpW
+  crss-nmms:
+    datasource:
+      jdbcUrl: jdbc:edb://10.176.11.23:5432/crss?currentSchema=nmms
+      username: crss_nmms
+      password: lbgg1i2Y
+  crss-dataflow:
+    datasource:
+      jdbcUrl: jdbc:edb://10.176.11.23:5432/crss?currentSchema=dataflow
+      username: crss_dataflow
+      password: lgcCpwy0
+
+  redis:
+    host: redis.marathon.l4lb.thisdcos.directory

+ 35 - 0
crss-settlement-task-file-gen-addtlcomp/crss-settlement-task-file-gen-addtlcomp-top.yml

@@ -0,0 +1,35 @@
+spring:
+  crss-stl:
+    datasource:
+      jdbcUrl: jdbc:edb://10.176.11.23:5432/crss?currentSchema=settlement
+      username: crss_settlement
+      password: i17SMOPm
+      maxPoolSize: 2
+  crss-dataflow:
+    datasource:
+      jdbcUrl: jdbc:edb://10.176.11.23:5432/crss?currentSchema=dataflow
+      username: crss_dataflow
+      password: lgcCpwy0
+      maxPoolSize: 2
+  crss-meterprocess:
+    datasource:
+      jdbcUrl: jdbc:edb://10.176.11.23:5432/crss?currentSchema=meterprocess
+      username: crss_meterprocess
+      password: D9JpfUtT
+      connectionTimeout: 10000
+      maxPoolSize: 2
+  crss-main:
+    datasource:
+      jdbcUrl: jdbc:edb://10.176.11.23:5432/crss?currentSchema=meterprocess
+      username: crss_meterprocess
+      password: D9JpfUtT
+      connectionTimeout: 10000
+      maxPoolSize: 2
+
+  redis:
+    host: redis.marathon.l4lb.thisdcos.directory
+
+sftp:
+  credentials:
+    host: sftp.marathon.l4lb.thisdcos.directory
+    workingDirectory: /upload/stl

+ 36 - 0
crss-settlement-task-invoice-generation/crss-settlement-task-invoice-generation-top.yml

@@ -0,0 +1,36 @@
+spring:
+  crss-stl:
+    datasource:
+      jdbcUrl: jdbc:edb://10.176.11.23:5432/crss?currentSchema=settlement
+      username: crss_settlement
+      password: i17SMOPm
+      maxPoolSize: 2
+  crss-dataflow:
+    datasource:
+      jdbcUrl: jdbc:edb://10.176.11.23:5432/crss?currentSchema=dataflow
+      username: crss_dataflow
+      password: lgcCpwy0
+      maxPoolSize: 2
+  # for removal after ITER 7 stl testing
+  crss-meterprocess:
+    datasource:
+      jdbcUrl: jdbc:edb://10.176.11.23:5432/crss?currentSchema=meterprocess
+      username: crss_meterprocess
+      password: D9JpfUtT
+      connectionTimeout: 10000
+      maxPoolSize: 2
+  crss-main:
+    datasource:
+      jdbcUrl: jdbc:edb://10.176.11.23:5432/crss?currentSchema=meterprocess
+      username: crss_meterprocess
+      password: D9JpfUtT
+      connectionTimeout: 10000
+      maxPoolSize: 2
+
+  redis:
+    host: redis.marathon.l4lb.thisdcos.directory
+
+sftp:
+  credentials:
+    host: sftp.marathon.l4lb.thisdcos.directory
+    workingDirectory: /upload/stl

+ 5 - 5
crss-settlement-task-validation/crss-settlement-task-validation-top.yml

@@ -3,11 +3,11 @@ spring:
     datasource:
       jdbcUrl: jdbc:edb://10.176.11.23:5432/crss?currentSchema=settlement
       username: crss_settlement
-      password: crss_settlement
+      password: i17SMOPm
   crss-registration:
     datasource:
       jdbcUrl: jdbc:edb://10.176.11.23:5432/crss?currentSchema=registration
-      username: crss_reg
+      username: crss_registration
       password: 51UF3JA9
   crss-metering:
     datasource:
@@ -17,13 +17,13 @@ spring:
   crss-nmms:
     datasource:
       jdbcUrl: jdbc:edb://10.176.11.23:5432/crss?currentSchema=nmms
-      username: crss_settlement
-      password: crss_settlement
+      username: crss_nmms
+      password: lbgg1i2Y
   crss-dataflow:
     datasource:
       jdbcUrl: jdbc:edb://10.176.11.23:5432/crss?currentSchema=dataflow
       username: crss_dataflow
-      password: crss_dataflow
+      password: lgcCpwy0
 
   jpa:
     generate-ddl: false

+ 12 - 0
ui-bsmd/ui-bsmd-top.yml

@@ -0,0 +1,12 @@
+crss-meterprocess-app:
+  ribbon:
+    listOfServers: crss-meterprocess-app.marathon.l4lb.thisdcos.directory:8081
+crss-settlement-app:
+  ribbon:
+    listOfServers: crss-settlement-app.marathon.l4lb.thisdcos.directory:8082
+crss-dataflow-app:
+  ribbon:
+    listOfServers: crss-dataflow-app.marathon.l4lb.thisdcos.directory:8082
+crss-admin:
+  ribbon:
+    listOfServers: crssadmin-service.marathon.l4lb.thisdcos.directory:8080