From: jhh Date: Thu, 7 May 2020 14:02:58 +0000 (-0500) Subject: Add policy and sdc staging images overrides X-Git-Tag: 6.0.0-ONAP~68 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F22%2F107322%2F1;p=integration.git Add policy and sdc staging images overrides Issue-ID: INT-1585 Signed-off-by: jhh Change-Id: Ia2682bc293ea403b56d3f4d27d6a1c219e6e90eb --- 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