Upgrade SDC from Titan to Janus Graph 54/92154/2
authorshrikantawachar <shrikant.awachar@amdocs.com>
Wed, 12 Jun 2019 10:27:09 +0000 (15:57 +0530)
committerOfir Sonsino <ofir.sonsino@intl.att.com>
Tue, 30 Jul 2019 07:54:23 +0000 (07:54 +0000)
Upgrade SDC from Titan to Janus Graph

Change-Id: I3f14e07b3eb54401f806687e3110559ada5b7496
Issue-ID: SDC-2296
Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
(cherry picked from commit ca99d77746fafc028be615c7865f7a0a8e78f5e7)

kubernetes/sdc/charts/sdc-be/values.yaml
kubernetes/sdc/charts/sdc-cs/values.yaml
kubernetes/sdc/charts/sdc-es/values.yaml
kubernetes/sdc/charts/sdc-fe/values.yaml
kubernetes/sdc/charts/sdc-kb/values.yaml
kubernetes/sdc/charts/sdc-onboarding-be/values.yaml
kubernetes/sdc/charts/sdc-wfd-be/values.yaml
kubernetes/sdc/charts/sdc-wfd-fe/values.yaml
kubernetes/sdc/resources/config/environments/AUTO.json

index 3363700..db724a4 100644 (file)
@@ -28,8 +28,8 @@ global:
 #################################################################
 # application image
 repository: nexus3.onap.org:10001
-image: onap/sdc-backend:1.4.1
-backendInitImage: onap/sdc-backend-init:1.4.1
+image: onap/sdc-backend:1.5-STAGING-latest
+backendInitImage: onap/sdc-backend-init:1.5-STAGING-latest
 pullPolicy: Always
 
 # flag to enable debugging - application support required
@@ -93,3 +93,4 @@ resources:
       cpu: 20m
       memory: 2Gi
   unlimited: {}
+
index bf909ad..4d88747 100644 (file)
@@ -28,8 +28,8 @@ global:
 #################################################################
 # application image
 repository: nexus3.onap.org:10001
-image: onap/sdc-cassandra:1.4.1
-cassandraInitImage: onap/sdc-cassandra-init:1.4.1
+image: onap/sdc-cassandra:1.5-STAGING-latest
+cassandraInitImage: onap/sdc-cassandra-init:1.5-STAGING-latest
 
 pullPolicy: Always
 
index 25d75b7..c311a15 100644 (file)
@@ -31,8 +31,8 @@ global:
 #################################################################
 # application image
 repository: nexus3.onap.org:10001
-image: onap/sdc-elasticsearch:1.4.1
-elasticInitImage: onap/sdc-init-elasticsearch:1.4.1
+image: onap/sdc-elasticsearch:1.5-STAGING-latest
+elasticInitImage: onap/sdc-init-elasticsearch:1.5-STAGING-latest
 pullPolicy: Always
 
 # flag to enable debugging - application support required
index 36607c7..8ec34fb 100644 (file)
@@ -28,7 +28,7 @@ global:
 #################################################################
 # application image
 repository: nexus3.onap.org:10001
-image: onap/sdc-frontend:1.4.1
+image: onap/sdc-frontend:1.5-STAGING-latest
 pullPolicy: Always
 
 config:
index 64ab496..a6624bf 100644 (file)
@@ -28,7 +28,7 @@ global:
 #################################################################
 # application image
 repository: nexus3.onap.org:10001
-image: onap/sdc-kibana:1.4.1
+image: onap/sdc-kibana:1.5-STAGING-latest
 pullPolicy: Always
 
 config:
index 2a6918d..149566e 100644 (file)
@@ -28,8 +28,8 @@ global:
 #################################################################
 # application image
 repository: nexus3.onap.org:10001
-image: onap/sdc-onboard-backend:1.4.1
-onboardingInitImage: onap/sdc-onboard-cassandra-init:1.4.1
+image: onap/sdc-onboard-backend:1.5-STAGING-latest
+onboardingInitImage: onap/sdc-onboard-cassandra-init:1.5-STAGING-latest
 pullPolicy: Always
 
 # flag to enable debugging - application support required
index 73eea4a..8249c11 100644 (file)
@@ -28,8 +28,8 @@ global:
 #################################################################
 # application image
 repository: nexus3.onap.org:10001
-image: onap/workflow-backend:1.4.1
-configInitImage: onap/workflow-init:1.4.1
+image: onap/workflow-backend:1.5.0
+configInitImage: onap/workflow-init:1.5.0
 pullPolicy: Always
 
 # flag to enable debugging - application support required
index d26c927..535d2d5 100644 (file)
@@ -28,7 +28,7 @@ global:
 #################################################################
 # application image
 repository: nexus3.onap.org:10001
-image: onap/workflow-frontend:1.4.1
+image: onap/workflow-frontend:1.5.0
 pullPolicy: Always
 
 # flag to enable debugging - application support required
index 0c42d86..577eb96 100755 (executable)
@@ -97,7 +97,7 @@
             "commitlog_dir": "/var/lib/cassandra/commitlog",
             "socket_read_timeout": "20000",
             "socket_connect_timeout": "20000",
-            "titan_connection_timeout": "10000",
+            "janusgraph_connection_timeout": "10000",
             "replication_factor": "{{.Values.global.cassandra.replicaCount}}"
         }
     }