From 128f456c8b23bcb533ae633392bc7dbf1116089e Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Sat, 18 Oct 2014 08:37:46 -0400 Subject: [PATCH] ANSUPDATE-111 MySQL is not ready when for DB create Adding a pause for one minute to give MySQL time to become ready. Change-Id: I12876c318022f9c0d2b67312f8207b6794aab3a2 --- playbooks/step_create_databases.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/playbooks/step_create_databases.yml b/playbooks/step_create_databases.yml index 081d15d..cd5370b 100644 --- a/playbooks/step_create_databases.yml +++ b/playbooks/step_create_databases.yml @@ -12,6 +12,10 @@ # implied. # See the License for the specific language governing permissions and # limitations under the License. +--- +- name: "Pausing for 60 seconds to give MySQL time to become ready - Helion" + pause: seconds=60 prompt="Pausing for 60 seconds to give MySQL time to become ready" + when: helion is defined - name: Triggering os-create-db on databases sudo: yes script: files/create-databases.sh