aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/pacemaker/nova.pp
diff options
context:
space:
mode:
authorEmilien Macchi <emilien@redhat.com>2016-07-01 21:10:22 -0400
committerEmilien Macchi <emilien@redhat.com>2016-07-04 14:24:22 -0400
commit31c00a9f3d3c1eff899cfa00a9cad1e9c07f3e47 (patch)
treed0fc6772a96be0ba56032bc6ce5dd5aaeb2b9e39 /manifests/profile/pacemaker/nova.pp
parent389e7b42c0c1d9e81de928c6cc6763c294a9db6b (diff)
nova: do not manage nova-compute with pacemaker
In the case where all services are installed on the same node (All-In-One), we don't want Pacemaker to manage nova-compute. This patch makes the Nova service more specific for overriding start/stop/restart actions, to be applied only for services that usually run on controllers. Change-Id: I81a86331cff4e7988e035ada82834a45a6bb99c1
Diffstat (limited to 'manifests/profile/pacemaker/nova.pp')
-rw-r--r--manifests/profile/pacemaker/nova.pp9
1 files changed, 0 insertions, 9 deletions
diff --git a/manifests/profile/pacemaker/nova.pp b/manifests/profile/pacemaker/nova.pp
index b6e6cba..13c6128 100644
--- a/manifests/profile/pacemaker/nova.pp
+++ b/manifests/profile/pacemaker/nova.pp
@@ -26,15 +26,6 @@ class tripleo::profile::pacemaker::nova (
$step = hiera('step'),
) {
- Service <|
- tag == 'nova-service'
- |> {
- hasrestart => true,
- restart => '/bin/true',
- start => '/bin/true',
- stop => '/bin/true',
- }
-
include ::tripleo::profile::base::nova
}