Rename the existing /opt/patch-vault filesystem to /opt/dc-vault

The filesystem /opt/patch-vault is renamed to /opt/dc-vault so that
it can be re-used to store FPGA images and software loads. Thus,
necessary changes have been made in the collect tool.

Change-Id: I701dcb90e6c9571b5dc0eda17d27a241a40677d2
Story: 2006740
Task: 39550
Depends-On: https://review.opendev.org/#/c/723007/
Signed-off-by: Jessica Castelino <jessica.castelino@windriver.com>
This commit is contained in:
Jessica Castelino 2020-04-24 15:46:10 -04:00
parent b82899d144
commit 58f6baa560
1 changed files with 2 additions and 2 deletions

View File

@ -86,8 +86,8 @@ if [ "$nodetype" = "controller" ] ; then
cp -a /opt/dc/ansible ${extradir}
delimiter ${LOGFILE} "find /opt/patch-vault -ls"
find /opt/patch-vault -ls 2>>${COLLECT_ERROR_LOG} >> ${LOGFILE}
delimiter ${LOGFILE} "find /opt/dc-vault -ls"
find /opt/dc-vault -ls 2>>${COLLECT_ERROR_LOG} >> ${LOGFILE}
fi