Dell S6000,S6100 system health changes (#6788)

Needed support for platform system health in Dell platforms
This commit is contained in:
Aravind Mani 2021-02-23 12:56:59 +05:30 committed by Qi Luo
parent 1461c9f98f
commit 6d732b5857
4 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,11 @@
{
"services_to_ignore": [],
"devices_to_ignore": [],
"user_defined_checkers": [],
"polling_interval": 60,
"led_color": {
"fault": "amber",
"normal": "green",
"booting": "blinking green"
}
}

View File

@ -0,0 +1,11 @@
{
"services_to_ignore": [],
"devices_to_ignore": [],
"user_defined_checkers": [],
"polling_interval": 60,
"led_color": {
"fault": "amber",
"normal": "green",
"booting": "blinking green"
}
}

View File

@ -341,6 +341,9 @@ class Chassis(ChassisBase):
return True, ret_dict
return False, ret_dict
def initizalize_system_led(self):
return True
def set_status_led(self, color):
"""
Sets the state of the system LED

View File

@ -372,6 +372,9 @@ class Chassis(ChassisBase):
return True, ret_dict
def initizalize_system_led(self):
return True
def set_status_led(self, color):
"""
Sets the state of the system LED