diff options
author | eHanan <eoin.hanan@est.tech> | 2019-09-16 12:25:40 +0100 |
---|---|---|
committer | eHanan <eoin.hanan@est.tech> | 2019-09-16 12:51:50 +0100 |
commit | 2ae0ac0083483078350b1bc697e09683a8781957 (patch) | |
tree | e2a1365456a97351935befda37af99436be7d624 /plans/so/integration-etsi-testing/docker-compose.yml | |
parent | 459a620a60f0cee9841300ee2bcda2b14ed1f2a7 (diff) |
Fixing SO-2337 filename too long issue
Change-Id: I02ce1a948d79219e9c373f43a22c00dba57074ff
Issue-ID: SO-2337
Signed-off-by: eHanan <eoin.hanan@est.tech>
Diffstat (limited to 'plans/so/integration-etsi-testing/docker-compose.yml')
-rw-r--r-- | plans/so/integration-etsi-testing/docker-compose.yml | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/plans/so/integration-etsi-testing/docker-compose.yml b/plans/so/integration-etsi-testing/docker-compose.yml index b356b7da..ae20b0df 100644 --- a/plans/so/integration-etsi-testing/docker-compose.yml +++ b/plans/so/integration-etsi-testing/docker-compose.yml @@ -130,7 +130,7 @@ services: volumes: - ${TEST_LAB_DIR}/volumes/so/ca-certificates/onapheat:/app/ca-certificates - ${TEST_LAB_DIR}/volumes/so/config/sdc-controller/onapheat:/app/config - - ${CONFIG_DIR_PATH}/distribution-test-unzipped:/distribution-test/unzipped + - ${CONFIG_DIR_PATH}/distribution-test-zip/zipped_sdc_csar.tar.gz:/distribution-test-zip/zipped_sdc_csar.tar.gz environment: - APP=sdc-controller - JVM_ARGS=-Xms64m -Xmx512m @@ -152,13 +152,9 @@ services: max-size: "30m" max-file: "5" command: - - /app/wait-for.sh - - -q - - -t - - "300" - - request-db-adapter:8083 - - -- - - "/app/start-app.sh" + - /bin/sh + - -c + - 'mkdir -p /distribution-test-zip/unzipped && tar -xvzf /distribution-test-zip/zipped_sdc_csar.tar.gz -C /distribution-test-zip/unzipped && /app/wait-for.sh -q -t "300" request-db-adapter:8083 -- "/app/start-app.sh"' ################################################################################ bpmn-infra: image: ${NEXUS_DOCKER_REPO_MSO}/onap/so/bpmn-infra:${TAG} |