From 7a4ac41ec499867a38a9078eea356b9912fbf3c0 Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Tue, 26 Jul 2016 18:16:26 +0200 Subject: Remove global openstack-core resource The openstack-core resource is not needed by the NG Pacemaker architecture. It was moved into an isolated role by [1] so that it could optionally be enabled when wanting the older architecture. This submission removes the old openstack-core global resource. 1. I74a62973146c0261385ecf5fd3d06db51e079caa Change-Id: I16a786ce167c57848551c7245f4344c382c55b3d --- manifests/profile/base/pacemaker.pp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'manifests/profile/base') diff --git a/manifests/profile/base/pacemaker.pp b/manifests/profile/base/pacemaker.pp index 1785656..de3de3c 100644 --- a/manifests/profile/base/pacemaker.pp +++ b/manifests/profile/base/pacemaker.pp @@ -81,12 +81,6 @@ class tripleo::profile::base::pacemaker ( if $step >= 2 { if $pacemaker_master { include ::pacemaker::resource_defaults - - # Create an openstack-core dummy resource. See RHBZ 1290121 - pacemaker::resource::ocf { 'openstack-core': - ocf_agent_name => 'heartbeat:Dummy', - clone_params => 'interleave=true', - } } } -- cgit 1.2.3-korg