Merge "Backup and Restore Support for containerized StarlingX"

This commit is contained in:
Zuul 2019-04-17 16:45:11 +00:00 committed by Gerrit Code Review
commit daccb82329
1 changed files with 1 additions and 0 deletions

View File

@ -170,6 +170,7 @@ VOLATILE_PATH = "/var/run"
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
CGCS_PATH = "/opt/cgcs"
KEYRING_PATH = PLATFORM_PATH + "/.keyring/" + SW_VERSION
EXTENSION_PATH = "/opt/extension"