11.89. 裸机端口集
设置 baremetal 端口属性。
使用方法:
openstack baremetal port set [-h] [--node <uuid>] [--address <address>] [--extra <key=value>] [--port-group <uuid>] [--local-link-connection <key=value>] [--pxe-enabled | --pxe-disabled] [--physical-network <physical network>] [--is-smartnic] <port>
值 | 概述 |
---|---|
<port> | 端口的 UUID |
值 | 概述 |
---|---|
-h, --help | 显示帮助信息并退出 |
--node <uuid> | 设置此端口所属的节点的 uuid |
--address <address> | 为此端口设置 mac 地址 |
--extra <key=value> | 在这个裸机端口上设置的额外设置(重复选项来设置多个额外项) |
--port-group <uuid> | 设置此端口所属的端口组的 uuid。 |
--local-link-connection <key=value> | 描述本地链路连接信息的键/值元数据。有效的键是 switch_info、switch_id、port_id 和 hostname。需要键 switch_id 和 port_id。如果是智能 NIC 端口,所需键为 port_id 和 hostname。参数可多次指定。 |
--pxe-enabled | 表示在 pxe 引导此节点时应使用此端口(默认) |
--pxe-disabled | 表示 pxe 引导此节点时不应使用这个端口 |
--physical-network <physical network> | 设置此端口连接到的物理网络的名称。 |
--is-smartnic | 将 port 设置为 smart nic 端口 |