aboutsummaryrefslogtreecommitdiffstats
path: root/plans/so/integration-cnfm-testing/docker-compose.yml
diff options
context:
space:
mode:
authorwaqas.ikram <waqas.ikram@est.tech>2023-03-13 15:08:30 +0000
committerwaqas.ikram <waqas.ikram@est.tech>2023-03-14 10:58:08 +0000
commit0ca039c5f7d9339607f138d560c553159b0092e2 (patch)
tree4e758fd819b73d0de4a9f1b0046f3a44bf6f4d72 /plans/so/integration-cnfm-testing/docker-compose.yml
parentc638f49099852aa68959846cba1d414d24e404ae (diff)
Adding CNF LCM test cases
Change-Id: I31f9d8abc8cdd7d7af70c6e7e1e9f3cc566370ce Issue-ID: SO-4087 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
Diffstat (limited to 'plans/so/integration-cnfm-testing/docker-compose.yml')
-rw-r--r--plans/so/integration-cnfm-testing/docker-compose.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/plans/so/integration-cnfm-testing/docker-compose.yml b/plans/so/integration-cnfm-testing/docker-compose.yml
index d4404875..c099ce59 100644
--- a/plans/so/integration-cnfm-testing/docker-compose.yml
+++ b/plans/so/integration-cnfm-testing/docker-compose.yml
@@ -268,6 +268,23 @@ services:
options:
max-size: "30m"
max-file: "5"
+#################################################################################
+ sdnc-simulator:
+ image: simulators/sdnc-simulator:latest
+ ports:
+ - "9994:9994"
+ environment:
+ - APP=SDNC-SIMULATOR
+ - JVM_ARGS=-Xms64m -Xmx512m
+ hostname:
+ sdnc-simulator
+ depends_on:
+ - mariadb
+ logging:
+ driver: "json-file"
+ options:
+ max-size: "30m"
+ max-file: "5"
################################################################################
populate-aai-config:
image: jobs/workaround-job-container:latest