Browse Source

change redis url

mlnicolas 5 years ago
parent
commit
290bbe064f

+ 1 - 1
application-dev2.yml

@@ -2,7 +2,7 @@ spring:
   rabbitmq:
     host: rabbitmq.marathon.l4lb.thisdcos.directory
   redis:
-    host: redis.marathon.l4lb.thisdcos.directory
+    host: redis.marathon.mesos
   datasource:
     driverClassName: org.postgresql.Driver
   #jpa:

+ 1 - 1
application-pemc-dev.yml

@@ -2,7 +2,7 @@ spring:
   rabbitmq:
     host: rabbitmq.marathon.l4lb.thisdcos.directory
   redis:
-    host: redis.marathon.l4lb.thisdcos.directory
+    host: redis.marathon.mesos
   datasource:
     driverClassName: org.postgresql.Driver
 

+ 1 - 1
application.yml

@@ -20,7 +20,7 @@ spring:
       idleTimeout: 300000 # 5m; default 10 mins
       maxLifetime: 900000 # 15m; default 30 mins
   redis:
-    host: redis.marathon.l4lb.thisdcos.directory
+    host: redis.marathon.mesos
   rabbitmq:
     host: rabbitmq.marathon.l4lb.thisdcos.directory
 

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

@@ -17,4 +17,4 @@ spring:
           auth: true
           starttls.enable: true
   redis:
-    host: redis.marathon.l4lb.thisdcos.directory
+    host: redis.marathon.mesos

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

@@ -7,4 +7,4 @@ spring:
       password: crss_audit
 
   redis:
-    host: redis.marathon.l4lb.thisdcos.directory
+    host: redis.marathon.mesos

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

@@ -14,7 +14,7 @@ spring:
           auto: none
 
   redis:
-    host: redis.marathon.l4lb.thisdcos.directory
+    host: redis.marathon.mesos
 
   # prevent batch job from running on app start
   batch:

+ 1 - 1
crss-datainterface-task-ingest/crss-datainterface-task-ingest-azure.yml

@@ -38,7 +38,7 @@ spring:
           auto: none
 
   redis:
-    host: redis.marathon.l4lb.thisdcos.directory
+    host: redis.marathon.mesos
 
 batch:
   #resourceLocation: "file:target/libs/crss-datainterface-task-ingest-1.0.0.BUILD-SNAPSHOT.jar"

+ 1 - 1
crss-meterprocess-stream-mapper/crss-meterprocess-stream-mapper-azure.yml

@@ -19,5 +19,5 @@ spring:
           auto: none
 
   redis:
-    host: redis.marathon.l4lb.thisdcos.directory
+    host: redis.marathon.mesos
 

+ 1 - 1
crss-meterprocess-task-stlready/crss-meterprocess-task-stlready-azure.yml

@@ -36,7 +36,7 @@ spring:
           cpu: 0.5
 
   redis:
-    host: redis.marathon.l4lb.thisdcos.directory
+    host: redis.marathon.mesos
 
 batch:
   partitionSize:

+ 1 - 1
crss-mq-computation/crss-mq-computation-azure.yml

@@ -35,7 +35,7 @@ spring:
           cpu: 0.5
 
   redis:
-    host: redis.marathon.l4lb.thisdcos.directory
+    host: redis.marathon.mesos
 
 batch:
   # resourceLocation: ${resourceLocation} - property expansion defaulted in app's application.yml

+ 1 - 1
crss-mq-computation/crss-mq-computation-dev.yml

@@ -27,7 +27,7 @@ spring:
           memory: 1024
 
   redis:
-    host: redis.marathon.l4lb.thisdcos.directory
+    host: redis.marathon.mesos
 
 batch:
   # resourceLocation: ${resourceLocation} - property expansion defaulted in app's application.yml

+ 1 - 1
crss-mtr/crss-mtr-azure.yml

@@ -32,7 +32,7 @@ spring:
           cpu: 0.5
 
   redis:
-    host: redis.marathon.l4lb.thisdcos.directory
+    host: redis.marathon.mesos
 
 mtr:
   directory: /tmp/

+ 1 - 1
crss-settlement-task-calculation-addtlcomp/crss-settlement-task-calculation-addtlcomp-azure.yml

@@ -64,7 +64,7 @@ spring:
           import_files:
 
   redis:
-    host: redis.marathon.l4lb.thisdcos.directory
+    host: redis.marathon.mesos
     port: 6379
 
 logging:

+ 1 - 1
crss-settlement-task-calculation/crss-settlement-task-calculation-azure.yml

@@ -66,7 +66,7 @@ spring:
           auto: none
 
   redis:
-    host: redis.marathon.l4lb.thisdcos.directory
+    host: redis.marathon.mesos
     port: 6379
 
 batch:

+ 1 - 1
crss-settlement-task-calculation/crss-settlement-task-calculation.yml

@@ -95,7 +95,7 @@ spring:
       enabled: true
 
   redis:
-    host: redis.marathon.l4lb.thisdcos.directory
+    host: redis.marathon.mesos
     port: 6379
 
 batch: