Adding VNFM-Simulator Docker image to CSIT tests
[integration/csit.git] / plans / so / integration-etsi-testing / docker-compose.yml
index 85921ef..068349f 100644 (file)
@@ -307,6 +307,24 @@ services:
       options:
         max-size: "30m"
         max-file: "5"
+################################################################################
+  vnfm-simulator:
+    image: ${NEXUS_DOCKER_REPO_MSO}/onap/so/vnfm-simulator:${TAG}
+    ports:
+      - "9093:9093"
+    environment:
+      - APP=VNFM-SIMULATOR
+      - JVM_ARGS=-Xms64m -Xmx512m
+    hostname:
+      vnfm-simulator
+    depends_on:
+      - mariadb
+      - vnfm-adapter
+    logging:
+      driver: "json-file"
+      options:
+        max-size: "30m"
+        max-file: "5"
 ################################################################################
   workaround-config:
     image: jobs/workaround-job-container:latest