在Foreman1.12中,我从VMware web客户端删除了一个VM,但不能从foreman中删除它的记录。
我得到了以下错误:
Error: Failed to destroy a compute VMware (VMware) instance
*************: ERF56-4248 [Foreman::FingerprintException]: The remote system presented a public key with hash *********** but we're expecting a different hash. If you are sure the remote system is authentic, go to the compute resource edit page, press the 'Test Connection' or 'Load Datacenters' button and submit那么,我如何从工头中删除主机呢?
发布于 2017-12-26 09:31:26
如错误所述,请通过以下步骤验证与计算资源的连接
计算资源>>编辑CR >>按“测试连接”或“加载数据中心”按钮并提交
并检查是否将Foreman公钥(/usr/share/foreman/..ssh/id_rsa.PUB)复制到Compute资源中。
2尝试以下命令。
foreman-rake console
Host.find_by_name("host.example.test").destroyhttps://serverfault.com/questions/868419
复制相似问题