From: eHanan Date: Mon, 22 Jul 2019 15:51:26 +0000 (+0000) Subject: Add volumes for VNFM-adapter in docker-compose file X-Git-Tag: 6.0.0-ONAP~221^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=93a2837bc78d1d0ada9dd07c98d482d34ec16a4f;p=integration%2Fcsit.git Add volumes for VNFM-adapter in docker-compose file Change-Id: I728723179106d25998c62e39241be4a555261192 Issue-ID: SO-1951 Signed-off-by: eHanan --- diff --git a/plans/so/integration-etsi-testing/docker-compose.yml b/plans/so/integration-etsi-testing/docker-compose.yml index a1421e35..bbc03df9 100644 --- a/plans/so/integration-etsi-testing/docker-compose.yml +++ b/plans/so/integration-etsi-testing/docker-compose.yml @@ -91,6 +91,9 @@ services: image: ${NEXUS_DOCKER_REPO_MSO}/onap/so/vnfm-adapter:${TAG} ports: - "9092:9092" + volumes: + - ${TEST_LAB_DIR}/volumes/so/ca-certificates/onapheat:/app/ca-certificates + - ${TEST_LAB_DIR}/volumes/so/config/vnfm-adapter/onapheat:/app/config environment: - APP=VNFM-adapter - JVM_ARGS=-Xms64m -Xmx512m @@ -144,6 +147,6 @@ services: depends_on: - mariadb - VNFM-adapter - command: + command: - "/config/apply-workarounds.sh" ################################################################################