【待评审】新增NPU超平面&参数面 GroupId属性

背景

新增机型需要提供redfish接口用于设置超平面&参数面 GroupId属性。

关联ISSUE

整体方案

在超节点配置信息接口中新增NPU超平面&参数面GroupId属性

评审点

是否新增属性用于设置超平面&参数面 GroupId属性

详细描述

新增属性

评审点:/redfish/v1/Chassis/{ChassisId}下新增属性NPUScaleUpGroupId、NPUScaleOutGroupId

资源URI:/redfish/v1/Chassis/{ChassisId} (已有)

资源版本:#Chassis.v1_26_0.Chassis

变化类型:新增属性

操作类型:GET、PATCH

属性列表:

属性名 类型 示例/取值约束 readonly 易变属性 实现PATCH 操作权限 描述
NPUScaleUpGroupId integer 0-65535 false / BasicSetting ScaleUp网络平面(如超平面网络)分组标识,默认值65535,取值范围:0-65535
NPUScaleOutGroupId integer 0-65535 false / BasicSetting ScaleOut网络平面(如参数面网络)分组标识,默认值65535,取值范围:0-65535

Schema定义

“NPUScaleUpGroupId”: {

"type": [

    "integer",

    "null"

],

"readonly": false,

"description": "Indicates the group ID of the ScaleUp network plane"

},

“NPUScaleOutGroupId”: {

"type": [

    "integer",

    "null"

],

"readonly": false,

"description": "Indicates the group ID of the ScaleOut network plane"

}

是否准备好AI预审

评审结论

遗留问题

0、65535有没有特定含义