MAASを使用してデプロイされた8つのノードへの新規インストール。
ランニング Sudo openstack-install
は、次のエラーメッセージで失敗します。
DEBUG • 01-04 21:33:13 [LINE:54, FUNC:global_exchandler] • cloudinstall.utils • Traceback (most recent call last):
File "/usr/share/openstack/cloudinstall/utils.py", line 69, 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.
また、最新の実験版でインストールしてみました。
Sudo openstack-install --extra-ppa ppa:cloud-installer/experimental
しかし、同じ問題で失敗します。
DEBUG • 01-04 22:04:23 [LINE:54, FUNC:global_exchandler] • cloudinstall.utils • Traceback (most recent call last):
File "/usr/share/openstack/cloudinstall/utils.py", line 69, 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.
何か案は?
失敗しているのはjuju bootstrapステップです。クラウドインストーラーの外部でそれを試して、詳細情報を取得できるかどうかを確認する必要があります。
MAAS環境にjujuを向けて、bootstrapがあります。プレーンjuju bootstrap
は手がかりを与えません。試してくださいjuju bootstrap --debug
。
また、MAASでノードが準備完了状態になっていることを確認してください。