# Copyright (c) 2014 Hewlett-Packard Development Company, L.P. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or # 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: "Execute script to wait for MySQL to enter a Synced state" sudo: yes script: files/wait_for_database-helion.sh when: helion is defined - name: Triggering os-create-db on databases sudo: yes script: files/create-databases.sh when: helion is defined