Ubuntu Pastebin

Paste from kwm at Thu, 7 Jan 2016 20:53:24 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
vagrant@vagrant-ubuntu-vivid-64:~/test$ juju version
1.25.0-vivid-amd64

vagrant@vagrant-ubuntu-vivid-64:~/test$ cat test.yaml 
services:
  bui:
    charm: cs:trusty/benchmark-gui-0
series: trusty

vagrant@vagrant-ubuntu-vivid-64:~/test$ rm -f ~/.go-cookies

vagrant@vagrant-ubuntu-vivid-64:~/test$ juju-deployer -v -c test.yaml 
2016-01-07 20:52:58 Using runtime GoEnvironment on amazon
2016-01-07 20:52:58 Using deployment test.yaml
2016-01-07 20:52:58 Starting deployment of test.yaml
2016-01-07 20:52:58 Getting charms...
2016-01-07 20:52:58 Cache dir /home/vagrant/.juju/.deployer-store-cache/cs_trusty_benchmark-gui-0
2016-01-07 20:52:58 Retrieving store charm cs:trusty/benchmark-gui-0
Traceback (most recent call last):
  File "/usr/local/bin/juju-deployer", line 9, in <module>
    load_entry_point('juju-deployer==0.6.0', 'console_scripts', 'juju-deployer')()
  File "/usr/local/lib/python2.7/dist-packages/deployer/cli.py", line 135, in main
    run()
  File "/usr/local/lib/python2.7/dist-packages/deployer/cli.py", line 234, in run
    importer.Importer(env, deployment, options).run()
  File "/usr/local/lib/python2.7/dist-packages/deployer/action/importer.py", line 292, in run
    self.get_charms()
  File "/usr/local/lib/python2.7/dist-packages/deployer/action/importer.py", line 146, in get_charms
    no_local_mods=self.options.no_local_mods)
  File "/usr/local/lib/python2.7/dist-packages/deployer/deployment.py", line 188, in fetch_charms
    charm.fetch()
  File "/usr/local/lib/python2.7/dist-packages/deployer/charm.py", line 149, in fetch
    self._fetch_store_charm()
  File "/usr/local/lib/python2.7/dist-packages/deployer/charm.py", line 190, in _fetch_store_charm
    ufh = urllib2.urlopen(store_url)
  File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen
    return opener.open(url, data, timeout)
  File "/usr/lib/python2.7/urllib2.py", line 437, in open
    response = meth(req, response)
  File "/usr/lib/python2.7/urllib2.py", line 550, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/lib/python2.7/urllib2.py", line 475, in error
    return self._call_chain(*args)
  File "/usr/lib/python2.7/urllib2.py", line 409, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.7/urllib2.py", line 558, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 404: Not Found
Download as text