Add constants for controller config complete to tsconfig
This update adds INITIAL_CONTROLLER_CONFIG_COMPLETE to the tsconfig shell variable subscript. Change-Id: I8740c468b002ae2d7da5ac4130d7517d3ea80261 Partial-Bug: 1847872 Signed-off-by: Don Penney <don.penney@windriver.com>
This commit is contained in:
parent
64bdd3e869
commit
4c146818a3
@ -20,6 +20,11 @@ PUPPET_PATH=${PLATFORM_PATH}/puppet/${SW_VERSION}
|
||||
# System configuration flags
|
||||
INITIAL_CONFIG_COMPLETE_FLAG=${PLATFORM_CONF_PATH}/.initial_config_complete
|
||||
|
||||
# Set after the first application of controller manifests
|
||||
INITIAL_CONTROLLER_CONFIG_COMPLETE=${PLATFORM_CONF_PATH}/.initial_controller_config_complete
|
||||
# Set after each application of controller manifests
|
||||
VOLATILE_CONTROLLER_CONFIG_COMPLETE=${VOLATILE_PATH}/.controller_config_complete
|
||||
|
||||
# Worker configuration flags
|
||||
|
||||
# Set after the first application of worker manifests
|
||||
|
Loading…
x
Reference in New Issue
Block a user