lazypower / docker-charm

This project is deprecated. See: README.md
http://chuckbutler.github.io/docker-charm/
BSD 4-Clause "Original" or "Old" License
11 stars 6 forks source link

Non-existant actions in playbook cause failure during deployment #5

Closed lazypower closed 9 years ago

lazypower commented 9 years ago
ERROR: tag(s) not found in playbook: start.  possible values: install,upgrade-charm
Traceback (most recent call last):
  File "hooks/start", line 35, in <module>
    hooks.execute(sys.argv)
  File "/var/lib/juju/agents/unit-docker-0/charm/lib/charmhelpers/contrib/ansible/__init__.py", line 171, in execute
    self.playbook_path, tags=[hook_name])
  File "/var/lib/juju/agents/unit-docker-0/charm/lib/charmhelpers/contrib/ansible/__init__.py", line 116, in apply_playbook
    subprocess.check_call(call, env=env)
  File "/usr/lib/python2.7/subprocess.py", line 540, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['ansible-playbook', '-c', 'local', 'playbooks/site.yaml', '--tags', 'start']' returned non-zero exit status 1