diff options
author | Dan Prince <dprince@redhat.com> | 2016-09-26 12:48:49 -0400 |
---|---|---|
committer | Dan Prince <dprince@redhat.com> | 2016-09-27 12:08:20 -0400 |
commit | d6712e45e3db06b354a9f6ee46e237d5c40caff6 (patch) | |
tree | e9a7015ca1101749d33f4272748a4bed56db787a /manifests/profile/base/gnocchi/api.pp | |
parent | 67b1edd0744830d43d700048da2683c6172e330b (diff) |
Move db syncs into mysql base role
This patch moves the various DB syncs into the MySQL role.
Database creation needs to occur on the MySQL server to
avoid permission issues.
This patch also moves database creation to step 2 so we can
guarantee that all per-service databases exist at this time.
This avoids complex ordering needed during step 3 where
services, on different hosts, can run their own db sync's
in a distributed fashion.
Change-Id: I05cc0afa9373429a3197c194c3e8f784ae96de5f
Partial-bug: #1620595
Diffstat (limited to 'manifests/profile/base/gnocchi/api.pp')
-rw-r--r-- | manifests/profile/base/gnocchi/api.pp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/profile/base/gnocchi/api.pp b/manifests/profile/base/gnocchi/api.pp index 5e7e215..732ea26 100644 --- a/manifests/profile/base/gnocchi/api.pp +++ b/manifests/profile/base/gnocchi/api.pp @@ -45,7 +45,6 @@ class tripleo::profile::base::gnocchi::api ( include ::tripleo::profile::base::gnocchi if $step >= 3 and $sync_db { - include ::gnocchi::db::mysql include ::gnocchi::db::sync } |