Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
juju quickstart v2.2.0
adding the ppa:juju/stable PPA repository
sudo privileges will be required for PPA installation
sudo privileges will be used for the installation of
the following packages: juju-local
this can take a while...
ssh-agent has been started.
To interact with Juju or quickstart again after quickstart
finishes, please run the following in a terminal to start ssh-agent:
eval `ssh-agent`
reusing the already bootstrapped kubes-ci-gce environment
retrieving the environment status
retrieving the Juju environment credentials
connecting to wss://130.211.120.75:17070/environment/d41003d4-5780-44c7-8c45-7e4827755f2a/api
environment type: gce
bootstrap node series: trusty
charm URL: cs:trusty/juju-gui-33
requesting juju-gui deployment
juju-gui deployment request accepted
exposing service juju-gui
requesting new unit deployment
Traceback (most recent call last):
File "/usr/bin/juju-quickstart", line 34, in <module>
manage.run(options)
File "/usr/lib/python2.7/dist-packages/quickstart/manage.py", line 618, in run
gui_options, service_data, unit_data)
File "/usr/lib/python2.7/dist-packages/quickstart/app.py", line 531, in deploy_gui
response = env.add_unit(service_name, machine_spec=machine)
File "/usr/lib/python2.7/dist-packages/jujuclient.py", line 1221, in add_unit
"Params": params})
File "/usr/lib/python2.7/dist-packages/jujuclient.py", line 273, in _rpc
raw = self.conn.recv()
File "/usr/lib/python2.7/dist-packages/quickstart/juju.py", line 169, in recv
data = super(WebSocketConnection, self).recv()
File "/usr/lib/python2.7/dist-packages/websocket/_core.py", line 663, in recv
opcode, data = self.recv_data()
File "/usr/lib/python2.7/dist-packages/websocket/_core.py", line 678, in recv_data
frame = self.recv_frame()
File "/usr/lib/python2.7/dist-packages/websocket/_core.py", line 753, in recv_frame
frame_buffer.recv_header(self._recv_strict)
File "/usr/lib/python2.7/dist-packages/websocket/_core.py", line 257, in recv_header
header = recv_fn(2)
File "/usr/lib/python2.7/dist-packages/websocket/_core.py", line 860, in _recv_strict
bytes = self._recv(shortage)
File "/usr/lib/python2.7/dist-packages/websocket/_core.py", line 854, in _recv
raise WebSocketConnectionClosedException()
websocket._exceptions.WebSocketConnectionClosedException
ERROR subprocess encountered error code 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment