From f473cc79d507a48436b1b2547ff69948c5413612 Mon Sep 17 00:00:00 2001 From: Marco Platania Date: Wed, 11 Dec 2019 11:47:32 -0500 Subject: Add AAI section to image override file Issue-ID: INT-1217 Signed-off-by: Marco Platania Change-Id: I4c4ba5bdc24b4e2594bdc2b3d1d272c1c3a6c3bb --- deployment/heat/onap-rke/staging-image-override.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'deployment/heat') diff --git a/deployment/heat/onap-rke/staging-image-override.yaml b/deployment/heat/onap-rke/staging-image-override.yaml index 38feb1ce9..e511e2338 100644 --- a/deployment/heat/onap-rke/staging-image-override.yaml +++ b/deployment/heat/onap-rke/staging-image-override.yaml @@ -1,3 +1,22 @@ +aai: + aai-babel: + image: onap/babel:1.6-STAGING-latest + aai-data-router: + image: onap/data-router:1.6-STAGING-latest + aai-graphadmin: + image: onap/aai-graphadmin:1.6-STAGING-latest + aai-modelloader: + image: onap/model-loader:1.6-STAGING-latest + aai-resources: + image: onap/aai-resources:1.6-STAGING-latest + aai-schema-service: + image: onap/aai-schema-service:1.6-STAGING-latest + aai-search-data: + image: onap/search-data-service:1.6-STAGING-latest + aai-sparky-be: + image: onap/sparky-be:1.6-STAGING-latest + aai-traversal: + image: onap/aai-traversal:1.6-STAGING-latest appc: image: onap/appc-image:1.7.0-SNAPSHOT-latest appc-cdt: -- cgit 1.2.3-korg