MAAS - 用于部署的 CLI 或 API

MAAS - 用于部署的 CLI 或 API

我们已经安装了 MAAS,但是我们找不到任何有关如何通过 API 或 CLI 部署就绪节点的信息/文档?

我们只能通过 MAAS API 部署节点。

有没有办法实现自动化:)

谢谢!

答案1

从 CLI 部署主机名为 maas-1.maas 的节点

maas maas node commission <node-uuid> # will change to commissioning and then ready
maas maas nodes acquire name=maas-1.maas # will change to allocated
maas maas node start <node-uuid> # will change to deploying and deployed

相关内容