aboutsummaryrefslogtreecommitdiffstats
path: root/plans/so/integration-cnfm-testing/docker-compose.local.yml
diff options
context:
space:
mode:
authorwaqas.ikram <waqas.ikram@est.tech>2023-03-02 16:33:00 +0000
committerwaqas.ikram <waqas.ikram@est.tech>2023-03-03 12:06:57 +0000
commit47aaf95ecee286c26ee30b1acecdbcb930f9b6bf (patch)
tree4c683b8606646c53a44bc96acda160fb8ae7269d /plans/so/integration-cnfm-testing/docker-compose.local.yml
parentbd9ac8df9d6ed194750b8df668e2dbedde26574c (diff)
Adding CNFM testing basic setup
Change-Id: I59999a001f4a861a6cc955b839180374675f5405 Issue-ID: SO-4067 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
Diffstat (limited to 'plans/so/integration-cnfm-testing/docker-compose.local.yml')
-rw-r--r--plans/so/integration-cnfm-testing/docker-compose.local.yml26
1 files changed, 26 insertions, 0 deletions
diff --git a/plans/so/integration-cnfm-testing/docker-compose.local.yml b/plans/so/integration-cnfm-testing/docker-compose.local.yml
new file mode 100644
index 00000000..09c7ab33
--- /dev/null
+++ b/plans/so/integration-cnfm-testing/docker-compose.local.yml
@@ -0,0 +1,26 @@
+version: '3'
+services:
+################################################################################
+ mariadb:
+ image: mariadb:${MARIADB_VERSION}
+################################################################################
+ catalog-db-adapter:
+ image: onap/so/catalog-db-adapter:${SO_IMAGE_VERSION}
+################################################################################
+ request-db-adapter:
+ image: onap/so/request-db-adapter:${SO_IMAGE_VERSION}
+################################################################################
+ sdc-controller:
+ image: onap/so/sdc-controller:${SO_IMAGE_VERSION}
+################################################################################
+ bpmn-infra:
+ image: onap/so/bpmn-infra:${SO_IMAGE_VERSION}
+################################################################################
+ api-handler-infra:
+ image: onap/so/api-handler-infra:${SO_IMAGE_VERSION}
+#############################################################################
+ so-admin-cockpit:
+ image: onap/so/so-admin-cockpit:${SO_ADMIN_COCKPIT_IMAGE_VERSION}
+#############################################################################
+ so-cnfm-lcm:
+ image: onap/so/so-cnfm-as-lcm:${SO_CNFM_AS_LCM}