From 4c146818a32da8a3406cb61dbc51093460d33bf7 Mon Sep 17 00:00:00 2001 From: Don Penney Date: Wed, 27 Nov 2019 16:33:10 -0500 Subject: [PATCH] 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 --- tsconfig/tsconfig/scripts/tsconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tsconfig/tsconfig/scripts/tsconfig b/tsconfig/tsconfig/scripts/tsconfig index ed8887fff0..16ebb2b7f8 100644 --- a/tsconfig/tsconfig/scripts/tsconfig +++ b/tsconfig/tsconfig/scripts/tsconfig @@ -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