From 70095baacfa721f8b3a78e2951ccd7903f1f745a Mon Sep 17 00:00:00 2001 From: AndrewLamb Date: Wed, 31 Jul 2019 11:56:33 +0000 Subject: [PATCH] Adding VNFM-Simulator Docker image to CSIT tests Change-Id: I8212d40894bbe62e5a4c42cddd1d95643a71afdf Issue-ID: SO-1952 Signed-off-by: AndrewLamb --- plans/so/integration-etsi-testing/docker-compose.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/plans/so/integration-etsi-testing/docker-compose.yml b/plans/so/integration-etsi-testing/docker-compose.yml index 85921ef9..068349f8 100644 --- a/plans/so/integration-etsi-testing/docker-compose.yml +++ b/plans/so/integration-etsi-testing/docker-compose.yml @@ -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 -- 2.16.6