00cea080af
HLD: Azure/SONiC#646 Introducing chassisd process to monitor status of the control, line and fabric cards in a modular chassis. - Why I did it Modular Chassis has control-cards, line-cards and fabric-cards along with other peripherals. Chassisd will be a central entity that has visibility of the entire chassis. - How I did it Chassisd process will monitor cards in the main thread. Another configuation_handling_task is created to listen to CONFIG_DB for admin_status up/down events. The monitored status is persisted in REDIS-DB.
11 lines
528 B
Plaintext
11 lines
528 B
Plaintext
SPATH := $($(SONIC_CHASSISD_PY3)_SRC_PATH)
|
|
DEP_FILES := $(SONIC_COMMON_FILES_LIST) rules/sonic-chassisd.mk rules/sonic-chassisd.dep
|
|
DEP_FILES += $(SONIC_COMMON_BASE_FILES_LIST)
|
|
SMDEP_FILES := $(addprefix $(SPATH)/,$(shell cd $(SPATH) && git ls-files))
|
|
|
|
$(SONIC_CHASSISD_PY3)_CACHE_MODE := GIT_CONTENT_SHA
|
|
$(SONIC_CHASSISD_PY3)_DEP_FLAGS := $(SONIC_COMMON_FLAGS_LIST)
|
|
$(SONIC_CHASSISD_PY3)_DEP_FILES := $(DEP_FILES)
|
|
$(SONIC_CHASSISD_PY3)_SMDEP_FILES := $(SMDEP_FILES)
|
|
$(SONIC_CHASSISD_PY3)_SMDEP_PATHS := $(SPATH)
|