Merge "Added retries for db_sync"

This commit is contained in:
Jenkins 2016-09-29 21:00:35 +00:00 committed by Gerrit Code Review
commit 1b5bfc808f

View File

@ -25,6 +25,8 @@ class ironic::db::sync(
# https://bugs.launchpad.net/cloud-archive/+bug/1450942
user => 'root',
refreshonly => true,
try_sleep => 5,
tries => 10,
logoutput => on_failure,
subscribe => [
Anchor['ironic::install::end'],