diff options
author | AndrewLamb <andrew.a.lamb@est.tech> | 2019-07-31 11:56:33 +0000 |
---|---|---|
committer | AndrewLamb <andrew.a.lamb@est.tech> | 2019-07-31 11:56:33 +0000 |
commit | 70095baacfa721f8b3a78e2951ccd7903f1f745a (patch) | |
tree | 78cf87b3fc78f5dc12b54928f81b6d6083d0c504 /plans | |
parent | 9a45cee472289cbf0b4c4f45c9154b77d330f65f (diff) |
Adding VNFM-Simulator Docker image to CSIT tests
Change-Id: I8212d40894bbe62e5a4c42cddd1d95643a71afdf
Issue-ID: SO-1952
Signed-off-by: AndrewLamb <andrew.a.lamb@est.tech>
Diffstat (limited to 'plans')
-rw-r--r-- | plans/so/integration-etsi-testing/docker-compose.yml | 18 |
1 files changed, 18 insertions, 0 deletions
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 @@ -308,6 +308,24 @@ services: 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 ports: |