Update SDNC/CDS image versions for El Alto early drop 13/93113/1
authorTimoney, Dan (dt5972) <dtimoney@att.com>
Thu, 8 Aug 2019 17:21:16 +0000 (13:21 -0400)
committerTimoney, Dan (dt5972) <dtimoney@att.com>
Thu, 8 Aug 2019 17:21:16 +0000 (13:21 -0400)
Update SDNC image versions for El Alto early drop (1.6.1 for SDNC, 0.5.1
for CCSDK)

Change-Id: I48bb223116b4064b7f90847d90bd0453d311b09c
Issue-ID: SDNC-827
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
13 files changed:
kubernetes/cds/charts/cds-blueprints-processor/values.yaml
kubernetes/cds/charts/cds-command-executor/values.yaml
kubernetes/cds/charts/cds-controller-blueprints/values.yaml
kubernetes/cds/charts/cds-sdc-listener/values.yaml
kubernetes/cds/charts/cds-ui/values.yaml
kubernetes/common/dgbuilder/values.yaml
kubernetes/sdnc/charts/dmaap-listener/values.yaml
kubernetes/sdnc/charts/sdnc-ansible-server/values.yaml
kubernetes/sdnc/charts/sdnc-portal/values.yaml
kubernetes/sdnc/charts/ueb-listener/values.yaml
kubernetes/sdnc/resources/config/overrides/image-versions.yaml [new file with mode: 0644]
kubernetes/sdnc/templates/job.yaml
kubernetes/sdnc/values.yaml

index a2e3da6..f1bad73 100755 (executable)
@@ -40,7 +40,7 @@ global:
 #################################################################
 # application image
 repository: nexus3.onap.org:10001
-image: onap/ccsdk-blueprintsprocessor:0.4.5
+image: onap/ccsdk-blueprintsprocessor:0.5.1
 pullPolicy: Always
 
 # flag to enable debugging - application support required
index 14432ec..0db73be 100755 (executable)
@@ -40,7 +40,7 @@ global:
 #################################################################
 # application image
 repository: nexus3.onap.org:10001
-image: onap/ccsdk-commandexecutor:0.4.5
+image: onap/ccsdk-commandexecutor:0.5.1
 pullPolicy: Always
 
 # application configuration
index b629c51..4e32c5e 100755 (executable)
@@ -38,7 +38,7 @@ global:
 #################################################################
 # application image
 repository: nexus3.onap.org:10001
-image: onap/ccsdk-controllerblueprints:0.4.5
+image: onap/ccsdk-controllerblueprints:0.5.1
 pullPolicy: Always
 
 # flag to enable debugging - application support required
index cd2fbf5..c14b997 100644 (file)
@@ -37,7 +37,7 @@ global:
 #################################################################
 # application image
 repository: nexus3.onap.org:10001
-image: onap/ccsdk-sdclistener:0.4.5
+image: onap/ccsdk-sdclistener:0.5.1
 name: sdc-listener
 pullPolicy: Always
 
index 1ba8a17..60c0a8a 100644 (file)
@@ -28,7 +28,7 @@ subChartsOnly:
 
 # application image
 repository: nexus3.onap.org:10001
-image: onap/ccsdk-cds-ui-server:0.4.5
+image: onap/ccsdk-cds-ui-server:0.5.1
 pullPolicy: Always
 
 # application configuration
index 4094801..8cf95d6 100644 (file)
@@ -47,7 +47,7 @@ global:
 #################################################################
 # application image
 repository: nexus3.onap.org:10001
-image: onap/ccsdk-dgbuilder-image:0.4.4
+image: onap/ccsdk-dgbuilder-image:0.5.1
 pullPolicy: Always
 
 # flag to enable debugging - application support required
index cd1a887..6021a16 100644 (file)
@@ -27,7 +27,7 @@ global:
 #################################################################
 # application image
 repository: nexus3.onap.org:10001
-image: onap/sdnc-dmaap-listener-image:1.5.4
+image: onap/sdnc-dmaap-listener-image:1.6.1
 pullPolicy: Always
 
 # flag to enable debugging - application support required
index a7e249a..ec8dc30 100644 (file)
@@ -27,7 +27,7 @@ global:
 #################################################################
 # application image
 repository: nexus3.onap.org:10001
-image: onap/sdnc-ansible-server-image:1.5.4
+image: onap/sdnc-ansible-server-image:1.6.1
 pullPolicy: Always
 
 # flag to enable debugging - application support required
index ef76ed3..47d4b5f 100644 (file)
@@ -27,7 +27,7 @@ global:
 #################################################################
 # application image
 repository: nexus3.onap.org:10001
-image: onap/admportal-sdnc-image:1.5.4
+image: onap/admportal-sdnc-image:1.6.1
 pullPolicy: Always
 
 # flag to enable debugging - application support required
index 7c985ce..0348c25 100644 (file)
@@ -27,7 +27,7 @@ global:
 #################################################################
 # application image
 repository: nexus3.onap.org:10001
-image: onap/sdnc-ueb-listener-image:1.5.4
+image: onap/sdnc-ueb-listener-image:1.6.1
 pullPolicy: Always
 
 # flag to enable debugging - application support required
diff --git a/kubernetes/sdnc/resources/config/overrides/image-versions.yaml b/kubernetes/sdnc/resources/config/overrides/image-versions.yaml
new file mode 100644 (file)
index 0000000..fa4d8d2
--- /dev/null
@@ -0,0 +1,25 @@
+sdnc:
+  image: onap/sdnc-image:1.6.1
+  sdnc-ansible-server:
+    image: onap/sdnc-ansible-server-image:1.6.1
+  dmaap-listener:
+    image: onap/sdnc-dmaap-listener-image:1.6.1
+  sdnc-portal:
+    image: onap/admportal-sdnc-image:1.6.1
+  ueb-listener:
+    image: onap/sdnc-ueb-listener-image:1.6.1
+cds:
+  cds-command-executor:
+    image: onap/ccsdk-commandexecutor:0.5.1
+  cds-blueprints-processor:
+    image: onap/ccsdk-blueprintsprocessor:0.5.1
+  cds-ui:
+    image: onap/ccsdk-cds-ui-server:0.5.1
+  cds-controller-blueprints:
+    image: onap/ccsdk-controllerblueprints:0.5.1
+  cds-sdc-listener:
+    image: onap/ccsdk-sdclistener:0.5.1
+common:
+  dgbuilder:
+    image: onap/ccsdk-dgbuilder-image:0.5.1
+
index 9e79ebe..6b5a7bf 100755 (executable)
@@ -52,7 +52,7 @@ spec:
         imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }}
       containers:
       - name: {{ include "common.name" . }}
-        image: "{{.Values.image}}"
+        image: "{{ include "common.repository" . }}/{{ .Values.image }}"
         imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }}
         env:
           - name: MYSQL_PASSWORD
index dcf6938..22a36d2 100644 (file)
@@ -32,7 +32,7 @@ global:
 # application images
 repository: nexus3.onap.org:10001
 pullPolicy: Always
-image: onap/sdnc-image:1.5.4
+image: onap/sdnc-image:1.6.1
 
 
 # flag to enable debugging - application support required