Comment 2 for bug 1609593

Revision history for this message
D (darby-t) wrote :

Im pretty new to juju, and so far the only thing Ive used it for is conjure-up.

Trying juju bootstrap I get...

maasadmin@SLC-MAAS:~$ juju bootstrap
Clouds
aws
aws-china
aws-gov
azure
azure-china
cloudsigma
google
joyent
localhost
rackspace

Select a cloud [localhost]:

Enter a name for the Controller [maasadmin-localhost]:

ERROR cannot find network interface "lxdbr0": route ip+net: no such network interface
ERROR invalid config: route ip+net: no such network interface

Just for giggles, I tried conjure-up openstack since its been a while & it seems to get a bit farther, but once I select continue conjure-up blows up with:
[info] Loading current openstack spells from Juju Charmstore, please wait.
Exception in ev.run():
Traceback (most recent call last):
  File "/usr/share/conjure-up/ubuntui/ev.py", line 83, in run
    cls.loop.run()
  File "/usr/lib/python3/dist-packages/urwid/main_loop.py", line 278, in run
    self._run()
  File "/usr/lib/python3/dist-packages/urwid/main_loop.py", line 376, in _run
    self.event_loop.run()
  File "/usr/lib/python3/dist-packages/urwid/main_loop.py", line 1326, in run
    self._loop.run_forever()
  File "/usr/lib/python3.5/asyncio/base_events.py", line 345, in run_forever
    self._run_once()
  File "/usr/lib/python3.5/asyncio/base_events.py", line 1312, in _run_once
    handle._run()
  File "/usr/lib/python3.5/asyncio/events.py", line 125, in _run
    self._callback(*self._args)
  File "/usr/lib/python3/dist-packages/urwid/raw_display.py", line 393, in <lambda>
    event_loop, callback, self.get_available_raw_input())
  File "/usr/lib/python3/dist-packages/urwid/raw_display.py", line 493, in parse_input
    callback(processed, processed_codes)
  File "/usr/lib/python3/dist-packages/urwid/main_loop.py", line 403, in _update
    self.process_input(keys)
  File "/usr/lib/python3/dist-packages/urwid/main_loop.py", line 503, in process_input
    k = self._topmost_widget.keypress(self.screen_size, k)
  File "/usr/lib/python3/dist-packages/urwid/wimp.py", line 643, in keypress
    return self._current_widget.keypress(size, key)
  File "/usr/lib/python3/dist-packages/urwid/container.py", line 1128, in keypress
    return self.body.keypress( (maxcol, remaining), key )
  File "/usr/lib/python3/dist-packages/urwid/decoration.py", line 836, in keypress
    return self._original_widget.keypress((maxcol,), key)
  File "/usr/lib/python3/dist-packages/urwid/container.py", line 1587, in keypress
    key = self.focus.keypress(tsize, key)
  File "/usr/lib/python3/dist-packages/urwid/decoration.py", line 621, in keypress
    return self._original_widget.keypress(maxvals, key)
  File "/usr/lib/python3/dist-packages/urwid/container.py", line 1587, in keypress
    key = self.focus.keypress(tsize, key)
  File "/usr/lib/python3/dist-packages/urwid/wimp.py", line 535, in keypress
    self._emit('click')
  File "/usr/lib/python3/dist-packages/urwid/widget.py", line 463, in _emit
    signals.emit_signal(self, name, self, *args)
  File "/usr/lib/python3/dist-packages/urwid/signals.py", line 264, in emit
    result |= self._call_callback(callback, user_arg, user_args, args)
  File "/usr/lib/python3/dist-packages/urwid/signals.py", line 294, in _call_callback
    return bool(callback(*args_to_pass))
  File "/usr/share/conjure-up/ubuntui/views/error.py", line 41, in cancel
    raise SystemExit("Install exited because of error.")
SystemExit: Install exited because of error.
Install exited because of error.

and in combined.log I get:
Aug 15 18:17:28 SLC-MAAS conjure-up/openstack: [ERROR] Showing dialog for exception:#012Traceback (most recent call last):#012 File "/usr/lib/python3.5/concurrent/futures/thread.py", line 55, in run#012 result = self.fn(*self.args, **self.kwargs)#012 File "/usr/share/conjure-up/conjure/controllers/clouds/gui.py", line 18, in __add_model#012 juju.add_model(app.current_model)#012 File "/usr/share/conjure-up/conjure/juju.py", line 584, in add_model#012 "Unable to create model: {}".format(sh.stderr.decode('utf8')))#012Exception: Unable to create model: ERROR opening API connection: no API addresses
Aug 15 18:17:37 SLC-MAAS conjure-up/openstack: [ERROR] ERROR cannot find network interface "lxdbr0": route ip+net: no such network interface#012ERROR invalid config: route ip+net: no such network interface
Aug 15 18:17:37 SLC-MAAS conjure-up/openstack: [ERROR] Showing dialog for exception:#012NoneType
Aug 15 18:17:56 SLC-MAAS conjure-up/openstack: [ERROR] ERROR cannot find network interface "lxdbr0": route ip+net: no such network interface#012ERROR invalid config: route ip+net: no such network interface
Aug 15 18:17:56 SLC-MAAS conjure-up/openstack: [ERROR] Showing dialog for exception:#012NoneType
Aug 15 18:18:04 SLC-MAAS conjure-up/openstack: [ERROR] ERROR cannot find network interface "lxdbr0": route ip+net: no such network interface#012ERROR invalid config: route ip+net: no such network interface
Aug 15 18:18:04 SLC-MAAS conjure-up/openstack: [ERROR] Showing dialog for exception:#012NoneType
Aug 15 18:20:05 SLC-MAAS conjure-up/openstack: [ERROR] Showing dialog for exception:#012Traceback (most recent call last):#012 File "/usr/lib/python3.5/concurrent/futures/thread.py", line 55, in run#012 result = self.fn(*self.args, **self.kwargs)#012 File "/usr/share/conjure-up/conjure/controllers/deploy/gui.py", line 37, in __pre_deploy_exec#012 juju.get_current_model())['provider-type']#012 File "/usr/share/conjure-up/conjure/juju.py", line 34, in _decorator#012 login()#012 File "/usr/share/conjure-up/conjure/juju.py", line 85, in login#012 raise Exception("Tried to login with no current model set.")#012Exception: Tried to login with no current model set.
Aug 15 18:20:05 SLC-MAAS conjure-up/openstack: [ERROR] Showing dialog for exception:#012Traceback (most recent call last):#012 File "/usr/lib/python3.5/concurrent/futures/thread.py", line 55, in run#012 result = self.fn(*self.args, **self.kwargs)#012 File "/usr/share/conjure-up/conjure/juju.py", line 34, in _decorator#012 login()#012 File "/usr/share/conjure-up/conjure/juju.py", line 85, in login#012 raise Exception("Tried to login with no current model set.")#012Exception: Tried to login with no current model set.

Let me know if you want me to try anything else?