RDK Resources
[*RDK Preferred*]
Code Management Facility
RDK Forums
[RDK Conferences]
RDK Support
Archives
Papers & Presentations Archive
Device Manager Components
Manages Health check validation for the selected devices based on the defined health check steps and update the results to the Device manager.
Basic Health Check implementation project is open sourced which provide the support to check device state in good or bad based on SSH connection validation. If SSH connection got failed then device status is updated to bad otherwise set to good on successful connection. Support is provided to read the device connection credentials from the server-config.xml file and device manager
Basic Health partner implementation repo url : https://code.rdkcentral.com/r/c/rdk/tools/device-manager-healthCheck-partnerImpl
Partner can provide there own custom health check implementation which supports health check executions and update the executions results to device manager . List of APIS that need to be invoked as a part of health check implementation so once the executions are done on the jenkins job results can be updated to the device manager. Please refer the Device_Manager_API_Specification_v1.0.docx for more details .
Following diagram shows interaction of Device Manager components in a deployed environment
For a partner to setup device manager newly that can be done in either of the ways as mentioned below
Manual Deployment
Partner can deploy the device manager in local setup manually by referring Device Manager Deployment.
Automated Deployment
Automatics Automated Deployment make use of use of Jenkins scripts for creating pipeline jobs to build Automatics projects. Device Manager will also be deployed as a part of Automatics projects. Refer Automatics Automated Deployment
For a partner to setup Device Manager UI newly that can be done in either of the ways as mentioned below.
Manual Deployment
Partner can deploy the Device Manager UI in local setup manually by referring Device Manager UI Deployment.
Automated Deployment
Automatics Automated Deployment make use of use of Jenkins scripts for creating pipeline jobs to build Automatics projects. Device Manager UI will also be deployed as a part of Automatics projects. Refer Automatics Automated Deployment
For a partner to upgrade Device Manager to support heath executions need to be done as mentioned below.
For a partner to upgrade the health check support in Device Manager Please follow below steps.
For a partner to upgrade the health check support in Device Manager UI Please follow below steps.
Jenkins job is getting used in the device manager to execute health check steps and update the execution results. Partner can refer Health Check Job Configuration for detailed steps on how to setup jenkins job for health check.