You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/library
Bryan Larsen bdbc963736 digital_ocean: don't run update_attr if wait=no
Sometimes when using digital_ocean with wait=no I get the error "No ip is found".  But with wait=no I wouldn't expect there to be any IP, that gets allocated later.   However, looking at the code, it turns out that with even with wait=no it waits up to 10 seconds for an IP to be allocated.  We could wait longer, but with wait=no that seems like the wrong choice; it's easy enough to grab an IP later with a wait=yes command.

To make this change I removed the call to update_attr in @classmethod add.  An add is always followed by an ensure_powered_on which will do the update_attr if wait=yes.   It would be possible to instead do a call to update_attr with no retries and ignore the errors but I figured it would be better to be consistently not return an IP than to sometimes return it and sometimes not.   Inconsistent behaviour makes debugging deployment scripts very difficult.
12 years ago
..
cloud digital_ocean: don't run update_attr if wait=no 12 years ago
commands Docs: consistently format playbook EXAMPLES 12 years ago
database Fixed #3433. Using get_bin_path, removed uneeded imports, "module" is inlined, misc other style improvements. 12 years ago
files Merge pull request #3406 from podollb/devel 12 years ago
internal * Updated all ansible.cc references in the documentation to point 12 years ago
inventory Remove a trailing quote 12 years ago
messaging Doc: rabbitmq_user pw change and force 12 years ago
monitoring Remove unnecesary call 12 years ago
net_infrastructure Fixup documentation YAML 12 years ago
network moved modules to net_infrastructure 12 years ago
notification added a provision for passing a server password to IRC 12 years ago
packaging Use the force=yes option for apt upgrade actions 12 years ago
source_control Merge pull request #3432 from jlund/hg-spelling 12 years ago
system Merge pull request #3496 from johanwiren/bsd-ipv6-facts 12 years ago
utilities Update fail docs for new syntax 12 years ago
web_infrastructure Styling: trailing spaces 12 years ago