我想将 Cisco UCS 刀片作为新机器添加到我的 MAAS 服务器。电源参数是什么?
答案1
maas <maas_profile> machines create \
mac_addresses=<new_machine_mac_address> \
architecture=amd64 \
hostname=<new_machine_name> \
fqdn=<new_machine_fqdn> \
power_type=ucsm \
power_parameters_power_user=<ucs_username> \
power_parameters_power_pass=<ucs_password> \
power_parameters_uuid=<ucs_blade_uuid> \
power_parameters_power_address=<ucs_url>
UCS URL 与您从 Web 浏览器访问 UCS 时使用的 URL 类似。但是,它以“/nuova”结尾。例如,“http://my.ucs.server/nuova“。如果您使用 https,请准备好解决证书问题。如果您在 UCS 中启用了 http 和 https,但希望 MAAS 使用 http,则需要在 UCS 控制台中禁用 http>https 转发。
有关其他参数的更多信息,请参阅我的其他帖子: