a675493a5a
Why I did it Support Nokia ixr7250E IMM and Supervisor cards How I did it Added modules x86_64-nokia_ixr7250e_sup-r0 and x86_64-nokia_ixr7250e_36x400g-r0 ../device/nokia directory. Modified the platform/broadcom/one-image.mk to include NOKIA_IXR7250_PLATFORM_MODULE Modified the platform/broadcom/rule.mk to include the platform-module-nokia.mk
29 lines
577 B
JSON
29 lines
577 B
JSON
{
|
|
"thermal_control_algorithm": {
|
|
"run_at_boot_up": "false"
|
|
},
|
|
"info_types": [
|
|
{
|
|
"type": "thermal_info"
|
|
},
|
|
{
|
|
"type": "chassis_info"
|
|
}
|
|
],
|
|
"policies": [
|
|
{
|
|
"name": "pusblish thermal to platform",
|
|
"conditions": [
|
|
{
|
|
"type": "thermal.chassis.collect"
|
|
}
|
|
],
|
|
"actions": [
|
|
{
|
|
"type": "thermal.platform.publish"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|