summaryrefslogtreecommitdiffstats
path: root/cm-container/scripts/start-persistent.sh
AgeCommit message (Collapse)AuthorFilesLines
2021-01-19[cm-container] Fix CM restart issue4.1.0-cm-containerJack Lucas1-1/+12
Update directories that are kept in persistent storage, based on guidance from Cloudify. Issue-ID: DCAEGEN2-2580 Signed-off-by: Jack Lucas <jflos@sonoris.net> Change-Id: I6292d79c7c8e790187548e0e16380c4fdd5beb38
2020-09-29Move Cloudify's password update and plugins upload toRemigiusz Janeczek1-0/+3
start-persistent.sh script Move logic for changing cloudify's admin password and plugin upload to main script for debug purposes, so that output of those scripts is printed to stdout (can be accessed by 'docker/kubernetes logs') Issue-ID: DCAEGEN2-2457 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: I69fb0b428efbfb3d85eba286ed6816151e03a0f1
2019-03-22Fix support for local type file storageJack Lucas1-0/+53
Also move to script-based readiness check so that the import resolver rule updated needed for local type file storage takes effect before clients try to use CM, and to verify that all CM services are really up. Issue-ID: DCAEGEN2-989 Change-Id: I9732fa0ff38affa320b6a872b74c16f87b73eb67 Signed-off-by: Jack Lucas <jflucas@research.att.com>