Backup and Restore Support for containerized StarlingX

Define a constant for /opt/platform/helm/<version>

Story: 2004761
Task: 30522

Change-Id: I58dc94eaac98a87509f57fdd2126188a6917569c
signed-off-by: Wei Zhou <wei.zhou@windriver.com>
This commit is contained in:
Wei Zhou 2019-04-21 17:52:23 -04:00
parent 0a0475b815
commit a0791d16ef
1 changed files with 1 additions and 0 deletions

View File

@ -171,6 +171,7 @@ PLATFORM_PATH = "/opt/platform"
CONFIG_PATH = PLATFORM_PATH + "/config/" + SW_VERSION + "/"
PUPPET_PATH = PLATFORM_PATH + "/puppet/" + SW_VERSION + "/"
ARMADA_PATH = PLATFORM_PATH + "/armada/" + SW_VERSION
HELM_OVERRIDES_PATH = PLATFORM_PATH + "/helm/" + SW_VERSION
CGCS_PATH = "/opt/cgcs"
KEYRING_PATH = PLATFORM_PATH + "/.keyring/" + SW_VERSION
EXTENSION_PATH = "/opt/extension"