From 93a2837bc78d1d0ada9dd07c98d482d34ec16a4f Mon Sep 17 00:00:00 2001 From: eHanan Date: Mon, 22 Jul 2019 15:51:26 +0000 Subject: Add volumes for VNFM-adapter in docker-compose file Change-Id: I728723179106d25998c62e39241be4a555261192 Issue-ID: SO-1951 Signed-off-by: eHanan --- plans/so/integration-etsi-testing/docker-compose.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'plans/so/integration-etsi-testing') 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" ################################################################################ -- cgit 1.2.3-korg