Update SDNC/CDS for El Alto 98/92798/2
authorTimoney, Dan (dt5972) <dtimoney@att.com>
Tue, 6 Aug 2019 13:25:36 +0000 (09:25 -0400)
committerTimoney, Dan (dt5972) <dtimoney@att.com>
Tue, 6 Aug 2019 14:15:49 +0000 (10:15 -0400)
Update image versions of SDNC and CDS for El Alto staging

Change-Id: I97db9f0ce22cef7bc69883ceafe9eb2d93ad4d86
Issue-ID: SDNC-827
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
12 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/values.yaml

index a2e3da6..01c629e 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-STAGING-latest
 pullPolicy: Always
 
 # flag to enable debugging - application support required
index 14432ec..78ca62f 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-STAGING-latest
 pullPolicy: Always
 
 # application configuration
index b629c51..991518b 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-STAGING-latest
 pullPolicy: Always
 
 # flag to enable debugging - application support required
index cd2fbf5..a98bae9 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-STAGING-latest
 name: sdc-listener
 pullPolicy: Always
 
index 036b888..1364c1a 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-STAGING-latest
 pullPolicy: Always
 
 # application configuration
index 4094801..965583e 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-STAGING-latest
 pullPolicy: Always
 
 # flag to enable debugging - application support required
index cd1a887..def9299 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-STAGING-latest
 pullPolicy: Always
 
 # flag to enable debugging - application support required
index a7e249a..a8b6517 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-STAGING-latest
 pullPolicy: Always
 
 # flag to enable debugging - application support required
index ef76ed3..dd2d9f3 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-STAGING-latest
 pullPolicy: Always
 
 # flag to enable debugging - application support required
index 7c985ce..4747998 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-STAGING-latest
 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..4910378
--- /dev/null
@@ -0,0 +1,25 @@
+sdnc:
+  image: onap/sdnc-image:1.6-STAGING-latest
+  sdnc-ansible-server:
+    image: onap/sdnc-ansible-server-image:1.6-STAGING-latest
+  dmaap-listener:
+    image: onap/sdnc-dmaap-listener-image:1.6-STAGING-latest
+  sdnc-portal:
+    image: onap/admportal-sdnc-image:1.6-STAGING-latest
+  ueb-listener:
+    image: onap/sdnc-ueb-listener-image:1.6-STAGING-latest
+cds:
+  cds-command-executor:
+    image: onap/ccsdk-commandexecutor:0.5-STAGING-latest
+  cds-blueprints-processor:
+    image: onap/ccsdk-blueprintsprocessor:0.5-STAGING-latest
+  cds-ui:
+    image: onap/ccsdk-cds-ui-server:0.5-STAGING-latest
+  cds-controller-blueprints:
+    image: onap/ccsdk-controllerblueprints:0.5-STAGING-latest
+  cds-sdc-listener:
+    image: onap/ccsdk-sdclistener:0.5-STAGING-latest
+common:
+  dgbuilder:
+    image: onap/ccsdk-dgbuilder-image:0.5-STAGING-latest
+
index 9bd50a1..5d3b836 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-STAGING-latest
 
 # flag to enable debugging - application support required
 debugEnabled: false