O instalador do Openstack Landscape falha durante o bootstrap de juju

2

Eu tenho meu MAAS e atrás do meu servidor eu tenho meus 5 nós todos prontos para uso (status pronto no MAAS)

Primeiro usei o MAAS e o JUJU sem o Landscape e ele funciona perfeitamente bem. Inicialização Juju OK. Use o charme OK. Eu instalei charme como mysql e wordpress. Depois disso, destruí meu ambiente de bootstrap para usar o piloto automático.

Eu usei isso:

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

sudo apt install openstack

sudo openstack-install

Eu iniciei todos esses comandos no meu servidor Maas.

Mas eu tenho este um erro "Problema com bootstrap JuJu"

Aqui está o meu ~ / .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.

Eu não sei qual é o meu problema.

    
por Dgn_OABS 01.06.2015 / 18:50

0 respostas