Platform process pinning
Add INITIAL_CONFIG_COMPLETE_FLAG to tsconfig. This is used by the affine-tasks script in worker-utils. Change-Id: I07cc212a3535c7f3715fe381747cfda1140bde90 Story: 2002843 Task: 29125 Signed-off-by: David Sullivan <david.sullivan@windriver.com>
This commit is contained in:
parent
7ac96439f4
commit
b1b3093b95
@ -1,3 +1,3 @@
|
||||
SRC_DIR="tsconfig"
|
||||
COPY_LIST_TO_TAR="scripts"
|
||||
TIS_PATCH_VER=8
|
||||
TIS_PATCH_VER=9
|
||||
|
@ -16,6 +16,9 @@ CONFIG_PATH=${PLATFORM_PATH}/config/${SW_VERSION}
|
||||
PUPPET_PATH=${PLATFORM_PATH}/puppet/${SW_VERSION}
|
||||
CGCS_PATH=/opt/cgcs
|
||||
|
||||
# System configuration flags
|
||||
INITIAL_CONFIG_COMPLETE_FLAG=${PLATFORM_CONF_PATH}/.initial_config_complete
|
||||
|
||||
# Worker configuration flags
|
||||
|
||||
# Set after the first application of worker manifests
|
||||
|
Loading…
Reference in New Issue
Block a user