aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile
diff options
context:
space:
mode:
authorBen Nemec <bnemec@redhat.com>2016-07-20 20:22:47 +0000
committerBen Nemec <bnemec@redhat.com>2016-07-20 20:22:47 +0000
commita8669bade4c24204cf8c99e6436689ef5cd386ab (patch)
tree0c00b470f22e0d1e135fe773907990f02d399629 /manifests/profile
parentdfa0db9c7f5ece0914be616f963bf871563e6a1c (diff)
Include gnocchi config on non-bootstrap nodes
Change I67a15dc83a754fb6f5fe25c64ae9e7d29c58fcec removed the gnocchi configuration completely from non-bootstrap nodes. This changes it so the configuration is included on all nodes, but the db sync is only included on bootstrap. Change-Id: If402becc900c175f5b3bb95c3413276e5a04b4f7 Closes-Bug: 1604708
Diffstat (limited to 'manifests/profile')
-rw-r--r--manifests/profile/pacemaker/gnocchi.pp6
1 files changed, 4 insertions, 2 deletions
diff --git a/manifests/profile/pacemaker/gnocchi.pp b/manifests/profile/pacemaker/gnocchi.pp
index 98d1b36..edc1728 100644
--- a/manifests/profile/pacemaker/gnocchi.pp
+++ b/manifests/profile/pacemaker/gnocchi.pp
@@ -59,11 +59,13 @@ class tripleo::profile::pacemaker::gnocchi (
}
}
- if $step >= 3 and $pacemaker_master {
+ if $step >= 3 {
include ::gnocchi
include ::gnocchi::config
include ::gnocchi::client
- include ::gnocchi::db::sync
+ if $pacemaker_master {
+ include ::gnocchi::db::sync
+ }
}
if $step >= 5 and $pacemaker_master {