安装 Ubuntu OpenStack:Canonical 发行版”失败:juju bootstrap 问题

安装 Ubuntu OpenStack:Canonical 发行版”失败:juju bootstrap 问题

我们正在尝试使用 ubuntu server 14.04 设置云。我们已经在具有两个 NIC 卡的机器上成功部署了 MAAS。还向 MAAS 添加了图像。另一个节点也使用 PXE 启动,其状态为就绪。但
openstack 安装失败,并出现以下错误:

[DEBUG: 07-28 14:44:26, multi_install.py:156] Problem during bootstrap: '{'output': '', 'status': 1, 'err': 'Bootstrapping environment "maas"\nStarting new instance for initial state server\nLaunching instance\nWARNING no architecture was specified, acquiring an arbitrary node\n - /MAAS/api/1.0/nodes/node-4333ae62-3502-11e5-a449-1078d2101a9a/\nERROR failed to bootstrap environment: bootstrap instance started but did not change to Deployed state: instance "/MAAS/api/1.0/nodes/node-4333ae62-3502-11e5-a449-1078d2101a9a/" failed to deploy\n'}'
[DEBUG: 07-28 14:44:26, utils.py:62] Traceback (most recent call last):
 File "/usr/share/openstack/cloudinstall/utils.py", line 77, in run
   super().run()
 File "/usr/lib/python3.4/threading.py", line 868, in run
   self._target(*self._args, **self._kwargs)
 File "/usr/share/openstack/cloudinstall/machinewait.py", line 127, in do_continue
   self.installer.do_install()
 File "/usr/share/openstack/cloudinstall/multi_install.py", line 157, in do_install
   raise Exception("Problem with juju bootstrap.")
Exception: Problem with juju bootstrap.

有人可以指导一下吗?

答案1

我建议您将 ssh 密钥导入到您的 MAAS 用户,然后尝试“部署”一个节点。看看它是否出现,是否转换为“已部署”,以及您是否可以作为 ubuntu 用户使用该密钥通过 ssh 进入它。

相关内容