aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/pacemaker/glance.pp
diff options
context:
space:
mode:
authorGiulio Fidente <gfidente@redhat.com>2016-04-28 16:59:14 -0500
committerGiulio Fidente <gfidente@redhat.com>2016-05-04 09:53:39 +0000
commitbbe7f42cfdaaf8c5398ffd00b1ca77d2ec7a02bf (patch)
tree5bd59a0ad6bdb74a7d3430f90ca51e8aef8cbf66 /manifests/profile/pacemaker/glance.pp
parente284e21405e9d50bfe114178a955918eddfbfaee (diff)
Noop start/stop/restart action for Glance and Keystone in the roles
Change-Id: I1d95746cb990292462106c191987147eba30ee61
Diffstat (limited to 'manifests/profile/pacemaker/glance.pp')
-rw-r--r--manifests/profile/pacemaker/glance.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/profile/pacemaker/glance.pp b/manifests/profile/pacemaker/glance.pp
index cb2add1..4dca67e 100644
--- a/manifests/profile/pacemaker/glance.pp
+++ b/manifests/profile/pacemaker/glance.pp
@@ -62,6 +62,13 @@ class tripleo::profile::pacemaker::glance (
$glance_file_pcmk_options = hiera('glance_file_pcmk_options', ''),
) {
+ Service <| tag == 'glance-service' |> {
+ hasrestart => true,
+ restart => '/bin/true',
+ start => '/bin/true',
+ stop => '/bin/true',
+ }
+
if $::hostname == downcase($bootstrap_node) {
$pacemaker_master = true
} else {