Changes between Version 4 and Version 5 of GENIExperimenter/Tutorials/AutomatedTutorialTesting


Ignore:
Timestamp:
09/21/15 14:20:51 (9 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/AutomatedTutorialTesting

    v4 v5  
    8383}}}
    8484
     85'''WARNING''': At least on a MAC the async command with a shell command and the conditional failing of failed_when does not work well on ansible 1.9: https://github.com/ansible/ansible/issues/9798
     86The workaround for now is not to use async and poll but use the timeout at the shell command. Not great since the SSH connection might still timeout for long commands. This is fixed in ansible 2.0 so when this is released we can go back to async.
     87
    8588== 6. Run Shell Script ==
    8689The shell module takes the command name followed by a list of space-delimited arguments. It is almost exactly like the command module but runs the command through a shell (/bin/sh) on the remote node.