diff options
author | Gary Wu <gary.wu@gmail.com> | 2019-07-22 20:31:18 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-07-22 20:31:18 +0000 |
commit | 862f7af5b74afb9f4e26fa3f0a099ed77f877746 (patch) | |
tree | 9adec9ffeaa16de548c1f7b3b498fb3195c95d4a /plans/so | |
parent | 5fee4488f065cce0f9a6bc6bc68f48a1d3b643f0 (diff) | |
parent | 93a2837bc78d1d0ada9dd07c98d482d34ec16a4f (diff) |
Merge "Add volumes for VNFM-adapter in docker-compose file"
Diffstat (limited to 'plans/so')
-rw-r--r-- | plans/so/integration-etsi-testing/docker-compose.yml | 5 |
1 files changed, 4 insertions, 1 deletions
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" ################################################################################ |