rameshraghupathy

Results 8 issues of rameshraghupathy

Added support to enable chassisd form the platform which is required for SmartSwitch #### Why I did it SmartSwitch platform requires chassisd to run on fixed platform. #### How I...

#### What I did Enhanced the following CLIs to support SmartSwitch PMON as described in the PMON HLD documentation "https://github.com/sonic-net/SONiC/blob/d19d8933a43d0a31a4f3b2310f4336f289bca340/doc/smart-switch/pmon/smartswitch-pmon.md" CLIs: Added new module "DPUX" support for 1 and 2...

Added SmartSwitch support in chassisd and enabling chassisd for fixed SmartSwitches #### Description chassisd is enabled only for modular chassis. Smartswitch is a fixed chassis. However it has been treated...

Added new APIs and enhanced the required APIs in "module_base.py and chassis_base.py" to support SmartSwitch #### Description The ChassisBase class and ModuleBase class need to support new SmartSwitch platforms. ####...

PMON High Level Design for SmartSwitch (Replaces the initial PR #1538 https://github.com/sonic-net/SONiC/pull/1538)

PMON Test Plan

Added schema for health_info, reboot_cause on chassisStateDB and added the link to pmon-test-plan

#### Why I did it Some sonic-mgmt container-checker tests fail on the smartswitch platform as the containers running on smartswitch are different than the fixed chassis. Similarly some frr tests...