Guest User

openstackinstallererror

a guest
Aug 23rd, 2015
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.74 KB | None | 0 0
  1. [DEBUG • 08-23 15:30:14] • cloudinstall.ui.dialog • (dialog.py, _build_widget, 93)]
  2. Num items: 2, items: <ListBox selectable box widget>
  3. [DEBUG • 08-23 15:30:20] • cloudinstall.ui.dialog • (dialog.py, submit, 111)]
  4. Callback on : OrderedDict([('password', <EditInput selectable flow widget>), ('confirm_password', <EditInput selectable flow widget>)])
  5. [DEBUG • 08-23 15:30:26] • cloudinstall.ui • (__init__.py, submit, 214)]
  6. 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.'))])
  7. [INFO • 08-23 15:30:26] • cloudinstall.install • (install.py, do_install, 129)]
  8. Performing a Landscape OpenStack Autopilot install
  9. [DEBUG • 08-23 15:30:26] • cloudinstall.ui.dialog • (dialog.py, _build_widget, 93)]
  10. Num items: 4, items: <ListBox selectable box widget>
  11. [DEBUG • 08-23 15:39:33] • cloudinstall.ui.dialog • (dialog.py, submit, 111)]
  12. 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>)])
  13. [DEBUG • 08-23 15:39:33] • cloudinstall.landscape_install • (landscape_install.py, _save_lds_creds, 81)]
  14. Existing MAAS defined, doing a LDS installation with existing MAAS.
  15. [DEBUG • 08-23 15:39:46] • cloudinstall.utils • (utils.py, ssh_genkey, 819)]
  16. ssh keys exist for this user, they will be used instead.
  17. [DEBUG • 08-23 15:39:46] • cloudinstall.multi_install • (multi_install.py, do_install, 137)]
  18. Bootstrapping Juju: JUJU_HOME=/home/sadmin/.cloud-install/juju juju bootstrap
  19. [DEBUG • 08-23 16:01:33] • cloudinstall.multi_install • (multi_install.py, do_install, 173)]
  20. Finished MAAS step, now deploying Landscape.
  21. [ERROR • 08-23 16:01:49] • cloudinstall.multi_install • (multi_install.py, run_deployer, 770)]
  22. Problem deploying Landscape: {'status': 1, 'output': 'Traceback (most recent call last):\n File "/usr/bin/juju-deployer", line 9, in <module>\n load_entry_point(\'juju-deployer==0.5.1\', \'console_scripts\', \'juju-deployer\')()\n File "/usr/lib/python2.7/dist-packages/deployer/cli.py", line 135, in main\n run()\n File "/usr/lib/python2.7/dist-packages/deployer/cli.py", line 160, in run\n env = select_runtime(env_name, options)\n File "/usr/lib/python2.7/dist-packages/deployer/env/__init__.py", line 9, in select_runtime\n result = _check_call(["juju", "version"], None, ignoreerr=True)\n File "/usr/lib/python2.7/dist-packages/deployer/utils.py", line 254, in _check_call\n params, cwd=cwd, stderr=stderr, env=os.environ, shell=shell)\n File "/usr/lib/python2.7/subprocess.py", line 566, in check_output\n process = Popen(stdout=PIPE, *popenargs, **kwargs)\n File "/usr/lib/python2.7/subprocess.py", line 710, in __init__\n errread, errwrite)\n File "/usr/lib/python2.7/subprocess.py", line 1327, in _execute_child\n raise child_exception\nOSError: [Errno 13] Permission denied: \'/root\'\n'}
  23. [DEBUG • 08-23 16:01:49] • cloudinstall.utils • (utils.py, global_exchandler, 63)]
  24. Traceback (most recent call last):
  25. File "/usr/share/openstack/cloudinstall/utils.py", line 78, in run
  26. super().run()
  27. File "/usr/lib/python3.4/threading.py", line 868, in run
  28. self._target(*self._args, **self._kwargs)
  29. File "/usr/share/openstack/cloudinstall/machinewait.py", line 127, in do_continue
  30. self.installer.do_install()
  31. File "/usr/share/openstack/cloudinstall/multi_install.py", line 177, in do_install
  32. self.loop).run()
  33. File "/usr/share/openstack/cloudinstall/multi_install.py", line 708, in run
  34. self.deploy_landscape()
  35. File "/usr/share/openstack/cloudinstall/multi_install.py", line 731, in deploy_landscape
  36. self.run_deployer()
  37. File "/usr/share/openstack/cloudinstall/multi_install.py", line 771, in run_deployer
  38. raise Exception("Error deploying Landscape.")
  39. Exception: Error deploying Landscape.
  40.  
  41. [INFO • 08-23 16:20:19] • cloudinstall.utils • (utils.py, cleanup, 91)]
  42. Cleanup, saving latest config object.
  43. [DEBUG • 08-23 16:20:19] • cloudinstall.utils • (utils.py, cleanup, 97)]
  44. Attempting to reset the terminal
Advertisement
Add Comment
Please, Sign In to add comment