6.3. 将策略文件导入到 director
要应用您在策略 JSON 文件中定义的策略规则,您必须将策略文件导入到 director。
流程
将策略文件导入 director:
$ openstack baremetal introspection rule import <policy_file>
-
将
<policy_file
> 替换为您的策略规则文件的名称,例如rules.json
。
-
将
运行内省进程:
$ openstack overcloud node introspect --all-manageable
检索策略应用到的节点的 UUID:
$ openstack baremetal node list
确认节点已被分配了策略规则文件中定义的配置集:
$ openstack baremetal node show <node_uuid>
如果您在内省规则中出现错误,则删除所有规则:
$ openstack baremetal introspection rule purge