4 Commits

Author SHA1 Message Date
Jenkins
37d2f97fe6 Merge "Allow customization of db sync command line" 2015-12-03 19:04:53 +00:00
Nate Potter
1b965fd70b Allow customization of db sync command line
Add parameter to nova::db::sync class to allow end
users to add command line parameters to the db sync command.

Change-Id: I89dea475495d5903d953ff4492ad2e0f12a293c1
Partial-bug: #1472740
2015-12-02 16:44:57 +00:00
Iury Gregory Melo Ferreira
2a4e110a7e Switch Nova to $::os_service_default - Part1
Switch Nova to use $::os_service_default
Change logging.pp, db.pp and tests.

Change-Id: I928a93534c6d27c020b7afb5b7dda32c379e9d62
Related-bug: #1515273
2015-12-01 12:31:22 +00:00
Yanis Guenane
d834a87a20 Creation of nova::db::sync
In order to standardize the way dbsync are run across our modules,
we create a new class nova::db::sync.
This class will be included if sync_db is enabled.

By making this transition the nova::db::sync class
can be returned by the ENC.

A use case would be in an highly available environment, with 3 galera
nodes, include nova::api on every node with sync_db set to false
and have the ENC return nova::db::sync just for one node.

Change-Id: I795178f83fe5b997a2574fe17263643688efc48c
2015-07-29 12:27:23 +02:00