From 42e83a8c2a10605467c372e2aa5af025374670d7 Mon Sep 17 00:00:00 2001 From: jhh Date: Thu, 7 May 2020 09:02:58 -0500 Subject: Add policy and sdc staging images overrides Issue-ID: INT-1585 Signed-off-by: jhh Change-Id: Ia2682bc293ea403b56d3f4d27d6a1c219e6e90eb --- .../heat/onap-rke/policy-staging-image-override.yaml | 19 +++++++++++++++++++ .../heat/onap-rke/sdc-staging-image-override.yaml | 13 +++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 deployment/heat/onap-rke/policy-staging-image-override.yaml create mode 100644 deployment/heat/onap-rke/sdc-staging-image-override.yaml (limited to 'deployment/heat/onap-rke') diff --git a/deployment/heat/onap-rke/policy-staging-image-override.yaml b/deployment/heat/onap-rke/policy-staging-image-override.yaml new file mode 100644 index 000000000..4c3ce5d4b --- /dev/null +++ b/deployment/heat/onap-rke/policy-staging-image-override.yaml @@ -0,0 +1,19 @@ +--- +policy: + image: onap/policy-pe:1.6-SNAPSHOT-latest + pap: + image: onap/policy-pap:2.2-SNAPSHOT-latest + brmsgw: + image: onap/policy-pe:1.6-SNAPSHOT-latest + policy-xacml-pdp: + image: onap/policy-xacml-pdp:2.2-SNAPSHOT-latest + drools: + image: onap/policy-pdpd-cl:1.6-SNAPSHOT-latest + pdp: + image: onap/policy-pe:1.6-SNAPSHOT-latest + policy-apex-pdp: + image: onap/policy-apex-pdp:2.3-SNAPSHOT-latest + policy-api: + image: onap/policy-api:2.2-SNAPSHOT-latest + policy-distribution: + image: onap/policy-distribution:2.3-SNAPSHOT-latest diff --git a/deployment/heat/onap-rke/sdc-staging-image-override.yaml b/deployment/heat/onap-rke/sdc-staging-image-override.yaml new file mode 100644 index 000000000..4d44f581a --- /dev/null +++ b/deployment/heat/onap-rke/sdc-staging-image-override.yaml @@ -0,0 +1,13 @@ +--- +sdc: + sdc-onboarding-be: + image: onap/sdc-onboard-backend:1.6.5 + onboardingInitImage: onap/sdc-onboard-cassandra-init:1.6.5 + sdc-fe: + image: onap/sdc-frontend:1.6.5 + sdc-be: + image: onap/sdc-backend:1.6.5 + backendInitImage: onap/sdc-backend-init:1.6.5 + sdc-cs: + image: onap/sdc-cassandra:1.6.5 + cassandraInitImage: onap/sdc-cassandra-init:1.6.5 -- cgit 1.2.3-korg