Add policy and sdc staging images overrides 22/107322/1
authorjhh <jorge.hernandez-herrero@att.com>
Thu, 7 May 2020 14:02:58 +0000 (09:02 -0500)
committerjhh <jorge.hernandez-herrero@att.com>
Thu, 7 May 2020 14:02:58 +0000 (09:02 -0500)
Issue-ID: INT-1585
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: Ia2682bc293ea403b56d3f4d27d6a1c219e6e90eb

deployment/heat/onap-rke/policy-staging-image-override.yaml [new file with mode: 0644]
deployment/heat/onap-rke/sdc-staging-image-override.yaml [new file with mode: 0644]

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 (file)
index 0000000..4c3ce5d
--- /dev/null
@@ -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 (file)
index 0000000..4d44f58
--- /dev/null
@@ -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