diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2020-05-07 09:02:58 -0500 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2020-05-07 09:02:58 -0500 |
commit | 42e83a8c2a10605467c372e2aa5af025374670d7 (patch) | |
tree | eb68d5506ebcf782b77de106956a128f05645407 /deployment/heat | |
parent | 1f762345464de01b37efcfa009c40fe5fd4201aa (diff) |
Add policy and sdc staging images overrides
Issue-ID: INT-1585
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: Ia2682bc293ea403b56d3f4d27d6a1c219e6e90eb
Diffstat (limited to 'deployment/heat')
-rw-r--r-- | deployment/heat/onap-rke/policy-staging-image-override.yaml | 19 | ||||
-rw-r--r-- | deployment/heat/onap-rke/sdc-staging-image-override.yaml | 13 |
2 files changed, 32 insertions, 0 deletions
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 |