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
This commit is contained in:
parent
e7aaf079db
commit
128f456c8b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user