Merge "Add volumes for VNFM-adapter in docker-compose file"
diff --git a/plans/so/integration-etsi-testing/docker-compose.yml b/plans/so/integration-etsi-testing/docker-compose.yml
index a1421e3..bbc03df 100644
--- a/plans/so/integration-etsi-testing/docker-compose.yml
+++ b/plans/so/integration-etsi-testing/docker-compose.yml
@@ -91,6 +91,9 @@
     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 @@
     depends_on:
       - mariadb
       - VNFM-adapter
-    command: 
+    command:
       - "/config/apply-workarounds.sh"
 ################################################################################