commit | 8cd85a21ac828c214a8c0c6f5d1398cc60610cac | [log] [tgz] |
---|---|---|
author | Andy Bavier <acb@cs.princeton.edu> | Wed Feb 24 16:00:54 2016 -0500 |
committer | Andy Bavier <acb@cs.princeton.edu> | Wed Feb 24 16:00:54 2016 -0500 |
tree | caa13c9b6fcd62c0edbc154199d105e0840ef8d2 | |
parent | 992a63b10dbda286a28cc60ad1bd66d6525e276a [diff] |
Add a pause
diff --git a/cord-setup.yml b/cord-setup.yml index fef04c9..6182ce1 100644 --- a/cord-setup.yml +++ b/cord-setup.yml
@@ -176,7 +176,10 @@ - name: Check that 'juju status' works sudo: no - shell: juju status + shell: juju status + + - name: Pause for 15 seconds (problem with mysql VM not being added to Juju) + pause: seconds=15 - name: Add virtual machines to Juju's control shell: juju add-machine ssh:{{ item }}