From: Patel, Ankitkumar Date: Wed, 30 May 2018 23:36:22 +0000 (-0400) Subject: Updated the mounting path for the OSDF config. X-Git-Tag: v1.2.1~33^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=demo.git;a=commitdiff_plain;h=3d5f1a2a2348125a604040f8e7d59f95aba56dcf Updated the mounting path for the OSDF config. Updated the mounting point for the OSDF config. Issue-ID: INT-144 Change-Id: Id5f245282bc8bc770c23192a25e4dd90c90a3a01 Signed-off-by: Patel, Ankitkumar --- diff --git a/boot/oof_vm_init.sh b/boot/oof_vm_init.sh index 241c484f..f7ce92d0 100644 --- a/boot/oof_vm_init.sh +++ b/boot/oof_vm_init.sh @@ -94,7 +94,7 @@ osdfCMSchedulerPassword: testpwd1 NEWFILE -docker run -d --name osdf -v $OSDF_CONFIG:/optf/config/osdf_config.yaml -p 8698:8699 ${OSDF_IMAGE_NAME}:latest +docker run -d --name osdf -v $OSDF_CONFIG:/opt/app/config/osdf_config.yaml -p 8698:8699 ${OSDF_IMAGE_NAME}:latest # install MUSIC # create directory for music properties and logs