| tom@Monster ~> conjure-up -d kubernetes-core localhost | |
| [info] Summoning kubernetes-core to localhost | |
| [info] Bootstrapping Juju controller | |
| [info] Running pre deployment tasks. | |
| [info] Finished pre deploy task: Successful pre-deploy. | |
| [info] Deploying easyrsa... | |
| [info] easyrsa: deployed, installing. | |
| [info] Deploying etcd... | |
| [info] etcd: deployed, installing. | |
| [info] Deploying flannel... | |
| [info] flannel: deployed, installing. | |
| [info] Deploying kubernetes-master... | |
| [info] kubernetes-master: deployed, installing. | |
| [info] Deploying kubernetes-worker... | |
| [info] kubernetes-worker: deployed, installing. | |
| [info] Setting application relations | |
| [info] Completed setting application relations | |
| [info] Waiting for applications to start | |
| [info] Applications not ready yet, please wait | |
| [error] Error in one of the applications deployment | |
| Exception in worker | |
| Traceback (most recent call last): | |
| File "/usr/lib/python3.5/concurrent/futures/thread.py", line 55, in run | |
| result = self.fn(*self.args, **self.kwargs) | |
| File "/usr/lib/python3/dist-packages/conjureup/controllers/deploystatus/common.py", line 40, in wait_for_applications | |
| raise Exception(result['message']) | |
| Exception: Error in one of the applications deployment | |
| During handling of the above exception, another exception occurred: | |
| Traceback (most recent call last): | |
| File "/usr/lib/python3.5/concurrent/futures/thread.py", line 66, in _worker | |
| work_item.run() | |
| File "/usr/lib/python3.5/concurrent/futures/thread.py", line 57, in run | |
| self.future.set_exception(e) | |
| File "/usr/lib/python3.5/concurrent/futures/_base.py", line 507, in set_exception | |
| self._invoke_callbacks() | |
| File "/usr/lib/python3.5/concurrent/futures/_base.py", line 297, in _invoke_callbacks | |
| callback(self) | |
| File "/usr/lib/python3/dist-packages/conjureup/async.py", line 34, in cb | |
| exc_callback(e) | |
| File "/usr/lib/python3/dist-packages/conjureup/controllers/deploystatus/tui.py", line 20, in __handle_exception | |
| sys.exit(1) | |
| SystemExit: 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment