7a438651af
Remove scripts and templates which dealt with Pacemaker and its resource restarts before we moved to containerized deployments. These should all now be unused. Many environments had this mapping: OS::TripleO::Tasks::ControllerPreConfig: OS::Heat::None OS::TripleO::Tasks::ControllerPostConfig: OS::Heat::None OS::TripleO::Tasks::ControllerPostPuppetRestart: ../../extraconfig/tasks/post_puppet_pacemaker_restart.yaml The ControllerPostPuppetRestart is only ever referenced from ControllerPostConfig, so if ControllerPostConfig is OS::Heat::None, it doesn't matter what ControllerPostPuppetRestart is mapped to. Change-Id: Ibca72affb3d55cf62e5dfb52fe56b3b1c8b12ee0 Closes-Bug: #1794720
12 lines
665 B
YAML
12 lines
665 B
YAML
# An environment which creates an Overcloud without the use of pacemaker
|
|
# (i.e. only with keepalived and systemd for all resources)
|
|
resource_registry:
|
|
OS::TripleO::Services::CinderVolume: ../docker/services/cinder-volume.yaml
|
|
OS::TripleO::Services::RabbitMQ: ../docker/services/rabbitmq.yaml
|
|
OS::TripleO::Services::HAproxy: ../docker/services/haproxy.yaml
|
|
OS::TripleO::Services::Redis: ../docker/services/database/redis.yaml
|
|
OS::TripleO::Services::MySQL: ../docker/services/database/mysql.yaml
|
|
OS::TripleO::Services::Keepalived: OS::Heat::None
|
|
OS::TripleO::Services::Pacemaker: OS::Heat::None
|
|
OS::TripleO::Services::PacemakerRemote: OS::Heat::None
|