add configurable timeouts for DB sync
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 3 Jan 2017 16:55:56 +0000 (11:55 -0500)
committerAlex Schultz <aschultz@redhat.com>
Wed, 5 Apr 2017 22:10:02 +0000 (16:10 -0600)
commita87b5630ba5d1d9f5a86c23701f5d5922120f72d
tree85217a918344ca550f24ccec1333e325d4971a5b
parentf68111bd9ecaa149b9fc62cdf15fc7d9a9c41737
add configurable timeouts for DB sync

This patch integrates with the db_sync_timeout
parameter recently added to puppet-nova
and puppet-neutron in
I6b30a4d9e3ca25d9a473e4eb614a8769fa4567e7, which allow for the full
db_sync install to have more time than just Pupppet's
default of 300 seconds.   Ultimately, similar timeouts
can be added for all other projects that feature
db sync phases, however Nova and Neutron are currently
the ones that are known to time out in some
environments.

Closes-bug: #1661100
Change-Id: Ic47439a0a774e3d74e844d43b58956da8d1887da
puppet/services/neutron-base.yaml
puppet/services/nova-base.yaml
releasenotes/notes/add_db_sync_timeout-c9b2f401cca0b37d.yaml [new file with mode: 0644]