Advertisement
Guest User

Untitled

a guest
Dec 11th, 2014
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.19 KB | None | 0 0
  1. INFO • 12-11 17:41:09 [LINE:137, FUNC:<module>] • cloudinstall • cloud-install starting with options: Namespace(arch=None, edit_placement=False, extra_ppa=None, install_only=False, killcloud=False, release=None, uninstall=False, with_maas_address=None, with_maas_apikey=None)
  2. DEBUG • 12-11 17:41:09 [LINE:111, FUNC:main_loop] • cloudinstall.install • loop's screen is <urwid.raw_display.Screen object at 0x7fc074f8d208>
  3. INFO • 12-11 17:41:09 [LINE:71, FUNC:status_context] • cloudinstall.core • Get started by entering an OpenStack password for your cloud
  4. DEBUG • 12-11 17:41:09 [LINE:93, FUNC:_build_widget] • cloudinstall.ui.dialog • Num items: 2, items: <ListBox selectable box widget>
  5. INFO • 12-11 17:43:28 [LINE:137, FUNC:<module>] • cloudinstall • cloud-install starting with options: Namespace(arch=None, edit_placement=False, extra_ppa=None, install_only=False, killcloud=False, release=None, uninstall=False, with_maas_address=None, with_maas_apikey=None)
  6. DEBUG • 12-11 17:43:28 [LINE:111, FUNC:main_loop] • cloudinstall.install • loop's screen is <urwid.raw_display.Screen object at 0x7f8b554d03c8>
  7. INFO • 12-11 17:43:28 [LINE:71, FUNC:status_context] • cloudinstall.core • Get started by entering an OpenStack password for your cloud
  8. DEBUG • 12-11 17:43:28 [LINE:93, FUNC:_build_widget] • cloudinstall.ui.dialog • Num items: 2, items: <ListBox selectable box widget>
  9. DEBUG • 12-11 17:43:41 [LINE:111, FUNC:submit] • cloudinstall.ui.dialog • Callback on : OrderedDict([('password', <EditInput selectable flow widget>), ('confirm_password', <EditInput selectable flow widget>)])
  10. INFO • 12-11 17:43:41 [LINE:71, FUNC:status_context] • cloudinstall.core • Choose your installation path
  11. DEBUG • 12-11 17:43:49 [LINE:207, FUNC:submit] • cloudinstall.ui • Callback on : OrderedDict([('Landscape OpenStack Autopilot', (<RadioButton selectable flow widget 'Landscape OpenStack Autopilot' state=True>, 'Benefit from best practices in cloud building, and get up and running within minutes, all from an intuitive web UI.')), ('Multi', (<RadioButton selectable flow widget 'Multi' state=False>, 'OpenStack installation utilizing MAAS.')), ('Single', (<RadioButton selectable flow widget 'Single' state=False>, 'Fully containerized OpenStack installation on a single machine.'))])
  12. INFO • 12-11 17:43:49 [LINE:71, FUNC:status_context] • cloudinstall.core • Please enter your Landscape information and MAAS Server IP and API Key. Use the MAAS web UI or 'maas list' to find your API Key
  13. DEBUG • 12-11 17:43:49 [LINE:93, FUNC:_build_widget] • cloudinstall.ui.dialog • Num items: 4, items: <ListBox selectable box widget>
  14. DEBUG • 12-11 17:44:44 [LINE:111, FUNC:submit] • cloudinstall.ui.dialog • Callback on : OrderedDict([('admin_email', <EditInput selectable flow widget>), ('admin_name', <EditInput selectable flow widget>), ('maas_server', <EditInput selectable flow widget>), ('maas_apikey', <EditInput selectable flow widget>)])
  15. INFO • 12-11 17:44:44 [LINE:71, FUNC:status_context] • cloudinstall.core • Running ..
  16. DEBUG • 12-11 17:44:44 [LINE:77, FUNC:_save_lds_creds] • cloudinstall.landscape_install • Existing MAAS defined, doing a LDS installation with existing MAAS.
  17. INFO • 12-11 17:44:44 [LINE:71, FUNC:status_context] • cloudinstall.core • Waiting for sufficient resources in MAAS
  18. DEBUG • 12-11 17:44:52 [LINE:604, FUNC:ssh_genkey] • cloudinstall.utils • ssh keys exist for this user, they will be used instead. If the current ssh keys are not passwordless you'll be required to enter your ssh key password during container creation.
  19. INFO • 12-11 17:44:52 [LINE:71, FUNC:status_context] • cloudinstall.core • Bootstrapping juju
  20. DEBUG • 12-11 18:15:07 [LINE:146, FUNC:do_install] • cloudinstall.multi_install • Problem during bootstrap: '{'output': 'Launching instance\nWARNING picked arbitrary tools &{1.20.13-trusty-amd64 https://streams.canonical.com/juju/tools/releases/juju-1.20.13-trusty-amd64.tgz 85cbca755510844e6345704a91f3b5bb308edb0d2b6e3ab66bfe847b88edf28b 8120371}\n - /MAAS/api/1.0/nodes/node-8e972508-8168-11e4-9444-782bcb640fd0/\nWaiting for address\nAttempting to connect to mistral.maas-akainix:22\nAttempting to connect to mistral.maas-akainix:22\nAttempting to connect to 192.168.30.201:22\nERROR bootstrap failed: waited for 30m0s without being able to connect: ssh: connect to host 192.168.30.201 port 22: Connection refused\nStopping instance...\nBootstrap failed, destroying environment\nERROR waited for 30m0s without being able to connect: ssh: connect to host 192.168.30.201 port 22: Connection refused\n', 'status': 1}'
  21. DEBUG • 12-11 18:15:07 [LINE:51, FUNC:global_exchandler] • cloudinstall.utils • Traceback (most recent call last):
  22. File "/usr/share/openstack/cloudinstall/utils.py", line 66, in run
  23. super().run()
  24. File "/usr/lib/python3.4/threading.py", line 868, in run
  25. self._target(*self._args, **self._kwargs)
  26. File "/usr/share/openstack/cloudinstall/machinewait.py", line 127, in do_continue
  27. self.installer.do_install()
  28. File "/usr/share/openstack/cloudinstall/multi_install.py", line 147, in do_install
  29. raise Exception("Problem with juju bootstrap.")
  30. Exception: Problem with juju bootstrap.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement