diff options
author | Fu Jinhua <fu.jinhua@zte.com.cn> | 2019-08-01 00:23:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-01 00:23:58 +0000 |
commit | 2b358fda2c644673fb816b75a1fa9412754480b6 (patch) | |
tree | b04bf9ec987e9a6ef69bf57ad7934d424b1fd6d2 | |
parent | bf6e301bdedc4285cdd05826e29bdcbd68f8a699 (diff) | |
parent | 70095baacfa721f8b3a78e2951ccd7903f1f745a (diff) |
Merge "Adding VNFM-Simulator Docker image to CSIT tests"
-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: |