Backup and Restore Support for containerized StarlingX

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

Story: 2004761
Task: 30522

Change-Id: Ie9958b654abbe0477ab7835633e8884de0e91c57
Signed-off-by: Wei Zhou <wei.zhou@windriver.com>
This commit is contained in:
Wei Zhou 2019-04-16 09:49:38 -04:00
parent 1c110a5405
commit 536147855a
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"