Skip to content

Instantly share code, notes, and snippets.

@allomov
Last active August 29, 2015 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save allomov/11256266 to your computer and use it in GitHub Desktop.
Save allomov/11256266 to your computer and use it in GitHub Desktop.
→ juju deployer -Wvdc bundle_v003_local.yaml
2014-04-24 17:16:29 [DEBUG] deployer.cli: Using runtime GoEnvironment on local
2014-04-24 17:16:29 [INFO] deployer.cli: Using deployment cloudfoundry-base
2014-04-24 17:16:29 [INFO] deployer.cli: Starting deployment of cloudfoundry-base
Traceback (most recent call last):
File "/usr/bin/juju-deployer", line 9, in <module>
load_entry_point('juju-deployer==0.3.6', 'console_scripts', 'juju-deployer')()
File "/usr/lib/python2.7/dist-packages/deployer/cli.py", line 127, in main
run()
File "/usr/lib/python2.7/dist-packages/deployer/cli.py", line 225, in run
importer.Importer(env, deployment, options).run()
File "/usr/lib/python2.7/dist-packages/deployer/action/importer.py", line 182, in run
self.env.connect()
File "/usr/lib/python2.7/dist-packages/deployer/env/go.py", line 72, in connect
self.client = EnvironmentClient(self.api_endpoint)
File "/usr/local/lib/python2.7/dist-packages/jujuclient.py", line 314, in __init__
endpoint, origin=self.endpoint)
File "/usr/local/lib/python2.7/dist-packages/websocket/__init__.py", line 214, in create_connection
websock.connect(url, **options)
File "/usr/local/lib/python2.7/dist-packages/websocket/__init__.py", line 470, in connect
self.sock = ssl.wrap_socket(self.sock, **sslopt)
File "/usr/lib/python2.7/ssl.py", line 487, in wrap_socket
ciphers=ciphers)
File "/usr/lib/python2.7/ssl.py", line 243, in __init__
self.do_handshake()
File "/usr/lib/python2.7/ssl.py", line 405, in do_handshake
self._sslobj.do_handshake()
ssl.SSLError: [Errno 1] _ssl.c:510: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
ERROR exit status 1
local:
type: local
network-bridge: lxcbr0
→ juju status
environment: local
machines:
"0":
agent-state: started
agent-version: 1.19.0.1
dns-name: localhost
instance-id: localhost
series: trusty
services: {}
juju - 1.19.0-trusty-amd64
juju-deployer - 0.3.6-0ubuntu2
ubuntu - 14.04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment