Skip to content

Instantly share code, notes, and snippets.

@allomov
Created April 9, 2014 22:52
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/10327181 to your computer and use it in GitHub Desktop.
Save allomov/10327181 to your computer and use it in GitHub Desktop.
vagrant:~/launchpad/trusty/bundle → juju-deployer -Wvbc bundle-v001-single-node.yaml
2014-04-09 22:51:34 Using runtime GoEnvironment on juju-amazon
2014-04-09 22:51:34 Using deployment cloudfoundry-base
2014-04-09 22:51:34 Starting deployment of cloudfoundry-base
2014-04-09 22:51:44 Connected to environment
2014-04-09 22:51:44 Getting charms...
2014-04-09 22:51:53 Resolving configuration
Traceback (most recent call last):
File "/usr/bin/juju-deployer", line 9, in <module>
load_entry_point('juju-deployer==0.3.4', '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.get_charms()
File "/usr/lib/python2.7/dist-packages/deployer/action/importer.py", line 67, in get_charms
self.deployment.resolve(self.options.overrides or ())
File "/usr/lib/python2.7/dist-packages/deployer/deployment.py", line 143, in resolve
self.validate_placement()
File "/usr/lib/python2.7/dist-packages/deployer/deployment.py", line 237, in validate_placement
feedback.extend(placement.validate())
File "/usr/lib/python2.7/dist-packages/deployer/service.py", line 96, in validate
self.service.name, unit_placement[idx])
TypeError: error() takes exactly 2 arguments (4 given)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment