2023.2 系列发布说明¶
5.4.0¶
新特性¶
将最大 API 版本提升至
1.83,允许“节点”字段parent_node变为可见。
添加客户端支持,允许用户获取、设置和更新裸机节点的
parent_node字段。
添加对固件接口功能的支持。
列出节点固件组件的命令
openstack baremetal node firmware list <node_ident>
以下命令中可以指定 firmware_interface
openstack baremetal node createopenstack baremetal node showopenstack baremetal node setopenstack baremetal node unsetopenstack baremetal driver listopenstack baremetal driver show
最大 API 版本已更新至
1.85,允许将unhold置备状态动词发送到 Ironic。
5.3.0¶
新功能¶
添加对 API 版本
1.81的支持,允许用户使用baremetal node inventory [--file <filename>] save <node>命令检索节点的硬件清单。
在 python 客户端库中添加了
get_inventory方法。此方法允许操作员查询来自 ironic API 的记录的节点清单。
添加对节点分片字段的支持。
添加支持按一个或多个分片列出节点。
添加支持按节点是否分片进行过滤。
5.2.0¶
新功能¶
node deployCLI 命令中的--config-drive参数,以及底层set_provision_state调用中的configdrive参数现在接受包含字典的 JSON 文件。
大多数节点操作命令现在支持提供多个节点。节点按顺序处理,首次失败时停止处理。
Python 中的
wait_for_provision_state调用现在支持多个节点。