Remove unused pacemaker profiles
authorMichele Baldessari <michele@acksyn.org>
Fri, 30 Sep 2016 06:35:23 +0000 (08:35 +0200)
committerMichele Baldessari <michele@acksyn.org>
Tue, 25 Oct 2016 14:10:43 +0000 (16:10 +0200)
commitc7d5821212411f9eae42954f6fb4a20f02170395
tree835054268389557aba5be5eb09188e8254c4b22b
parent0b9c8fb56ae508aafca7219bfaff6e75afdfa9c2
Remove unused pacemaker profiles

With the landing of HA NG in Newton we can actually remove the
pacemaker profiles we do not need. The only ones that are being
used in one form or the other are:

$ grep -ir services\/pacemaker environments | awk '{ print $3 }' | sort | uniq
../puppet/services/pacemaker/cinder-backup.yaml
../puppet/services/pacemaker/cinder-volume.yaml
../puppet/services/pacemaker/database/mysql.yaml
../puppet/services/pacemaker/database/redis.yaml
../puppet/services/pacemaker/haproxy.yaml
../puppet/services/pacemaker/manila-share.yaml
../puppet/services/pacemaker/rabbitmq.yaml
../puppet/services/pacemaker.yaml

The only exception is profile/pacemaker/database/mongodbvalidator
because it is included by profile/base/database/mongodb.pp

Change-Id: I80c8559bb2d915385bcc20ae71fe144ddd6591c1
42 files changed:
manifests/profile/pacemaker/apache.pp [deleted file]
manifests/profile/pacemaker/ceilometer.pp [deleted file]
manifests/profile/pacemaker/ceilometer/agent/central.pp [deleted file]
manifests/profile/pacemaker/ceilometer/agent/notification.pp [deleted file]
manifests/profile/pacemaker/ceilometer/api.pp [deleted file]
manifests/profile/pacemaker/ceilometer/collector.pp [deleted file]
manifests/profile/pacemaker/cinder/api.pp [deleted file]
manifests/profile/pacemaker/cinder/scheduler.pp [deleted file]
manifests/profile/pacemaker/core.pp [deleted file]
manifests/profile/pacemaker/database/mongodb.pp [deleted file]
manifests/profile/pacemaker/glance.pp [deleted file]
manifests/profile/pacemaker/gnocchi.pp [deleted file]
manifests/profile/pacemaker/gnocchi/api.pp [deleted file]
manifests/profile/pacemaker/gnocchi/metricd.pp [deleted file]
manifests/profile/pacemaker/gnocchi/statsd.pp [deleted file]
manifests/profile/pacemaker/heat.pp [deleted file]
manifests/profile/pacemaker/heat/api.pp [deleted file]
manifests/profile/pacemaker/heat/api_cfn.pp [deleted file]
manifests/profile/pacemaker/heat/api_cloudwatch.pp [deleted file]
manifests/profile/pacemaker/heat/engine.pp [deleted file]
manifests/profile/pacemaker/keystone.pp [deleted file]
manifests/profile/pacemaker/memcached.pp [deleted file]
manifests/profile/pacemaker/neutron.pp [deleted file]
manifests/profile/pacemaker/neutron/dhcp.pp [deleted file]
manifests/profile/pacemaker/neutron/l3.pp [deleted file]
manifests/profile/pacemaker/neutron/metadata.pp [deleted file]
manifests/profile/pacemaker/neutron/midonet.pp [deleted file]
manifests/profile/pacemaker/neutron/ovs.pp [deleted file]
manifests/profile/pacemaker/neutron/plugins/ml2.pp [deleted file]
manifests/profile/pacemaker/neutron/plugins/nuage.pp [deleted file]
manifests/profile/pacemaker/neutron/plugins/opencontrail.pp [deleted file]
manifests/profile/pacemaker/neutron/plugins/plumgrid.pp [deleted file]
manifests/profile/pacemaker/neutron/server.pp [deleted file]
manifests/profile/pacemaker/nova.pp [deleted file]
manifests/profile/pacemaker/nova/api.pp [deleted file]
manifests/profile/pacemaker/nova/conductor.pp [deleted file]
manifests/profile/pacemaker/nova/consoleauth.pp [deleted file]
manifests/profile/pacemaker/nova/scheduler.pp [deleted file]
manifests/profile/pacemaker/nova/vncproxy.pp [deleted file]
manifests/profile/pacemaker/sahara.pp [deleted file]
manifests/profile/pacemaker/sahara/api.pp [deleted file]
manifests/profile/pacemaker/sahara/engine.pp [deleted file]