juju 引导期间 Landscape Openstack 安装程序失败

juju 引导期间 Landscape Openstack 安装程序失败

我已经拥有了 MAAS,并且我的服务器后面有 5 个节点,所有节点都已准备好使用(MAAS 中的状态为“准备就绪”)

首先,我使用了 MAAS 和 JUJU,没有使用 Landscape,效果非常好。Juju bootstrap 没问题。使用 charm 没问题。我安装了 charm,如 mysql 和 wordpress。之后,我破坏了我的 bootstrap 环境以使用自动驾驶仪。

我用的是这个:

sudo add-apt-repository ppa:cloud-installer/stable

sudo apt install openstack

sudo openstack-install

我在我的 Maas 服务器上启动了所有这些命令。

但是我得到了一个错误“JuJu bootstrap 问题”

这是我的 ~/.cloud-install/commands.log

[DEBUG • 06-01 18:19:46] • cloudinstall.ui.dialog • (dialog.py, _build_widget, 93)]
   Num items: 2, items: <ListBox selectable box widget>
[DEBUG • 06-01 18:19:56] • cloudinstall.ui.dialog • (dialog.py, submit, 111)]
   Callback on : OrderedDict([('password', <EditInput selectable flow widget>), ('confirm_password', <EditInput selectable flow widget>)])
[DEBUG • 06-01 18:20:48] • cloudinstall.ui • (__init__.py, submit, 214)]
   Callback on : OrderedDict([('Landscape OpenStack Autopilot', (<RadioButton selectable flow widget 'Landscape OpenStack Autopilot' state=True>, 'Benefit from best practices in c$
[INFO  • 06-01 18:20:48] • cloudinstall.install • (install.py, do_install, 129)]
   Performing a Landscape OpenStack Autopilot install
[DEBUG • 06-01 18:20:48] • cloudinstall.ui.dialog • (dialog.py, _build_widget, 93)]
   Num items: 4, items: <ListBox selectable box widget>
[DEBUG • 06-01 18:23:07] • cloudinstall.ui.dialog • (dialog.py, submit, 111)]
   Callback on : OrderedDict([('admin_email', <EditInput selectable flow widget>), ('admin_name', <EditInput selectable flow widget>), ('maas_server', <EditInput selectable flow w$
[DEBUG • 06-01 18:23:07] • cloudinstall.landscape_install • (landscape_install.py, _save_lds_creds, 81)]
   Existing MAAS defined, doing a LDS installation with existing MAAS.
[DEBUG • 06-01 18:24:23] • cloudinstall.utils • (utils.py, ssh_genkey, 819)]
   ssh keys exist for this user, they will be used instead.
[DEBUG • 06-01 18:24:23] • cloudinstall.multi_install • (multi_install.py, do_install, 137)]
   Bootstrapping Juju: JUJU_HOME=/home/tibo/.cloud-install/juju juju  bootstrap
[DEBUG • 06-01 18:32:54] • cloudinstall.multi_install • (multi_install.py, do_install, 143)]
   Problem during bootstrap: '{'status': 1, 'output': 'Bootstrapping environment "maas"\nBootstrap failed, destroying environment\nERROR failed to bootstrap environment: Juju cann$
[DEBUG • 06-01 18:32:54] • cloudinstall.utils • (utils.py, global_exchandler, 63)]
   Traceback (most recent call last):
  File "/usr/share/openstack/cloudinstall/utils.py", line 78, 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 144, in do_install
    raise Exception("Problem with juju bootstrap.")
Exception: Problem with juju bootstrap.

我不知道我的问题是什么。

相关内容