Exceptions

exception deployer.exceptions.ActionException(inner_exception, traceback)

When an action fails.

exception deployer.exceptions.ConnectionFailedException

When connecting to an SSH host fails.

exception deployer.exceptions.DeployerException

Base exception class.

exception deployer.exceptions.ExecCommandFailed(command, host, use_sudo, status_code, result=None)

Execution of a run() or sudo() call on a host failed.

exception deployer.exceptions.QueryException(node, attr_name, query, inner_exception)

Resolving of a Q object in a deployer Node failed.