2017-06-06 16:32:18 +02:00
|
|
|
# Environment file to deploy the HA services via docker
|
|
|
|
# Add it *after* -e docker.yaml:
|
|
|
|
# ...deploy..-e docker.yaml -e docker-ha.yaml
|
|
|
|
resource_registry:
|
|
|
|
# Pacemaker runs on the host
|
2018-04-11 16:13:29 +02:00
|
|
|
# FIXME(bogdando): switch it, once it is containerized
|
2017-06-06 16:32:18 +02:00
|
|
|
OS::TripleO::Services::Pacemaker: ../puppet/services/pacemaker.yaml
|
2018-04-11 16:13:29 +02:00
|
|
|
# FIXME(bogdando): switch it, once it is containerized
|
2017-06-06 16:32:18 +02:00
|
|
|
OS::TripleO::Services::PacemakerRemote: ../puppet/services/pacemaker_remote.yaml
|
2017-07-26 09:46:53 +02:00
|
|
|
OS::TripleO::Tasks::ControllerPreConfig: OS::Heat::None
|
|
|
|
OS::TripleO::Tasks::ControllerPostConfig: OS::Heat::None
|
2017-06-06 16:32:18 +02:00
|
|
|
|
|
|
|
# Services that are disabled for HA deployments with pacemaker
|
|
|
|
OS::TripleO::Services::Keepalived: OS::Heat::None
|
|
|
|
|
|
|
|
# HA Containers managed by pacemaker
|
2018-12-21 10:51:06 -05:00
|
|
|
OS::TripleO::Services::CinderVolume: ../deployment/cinder/cinder-volume-pacemaker-puppet.yaml
|
2017-06-06 16:32:18 +02:00
|
|
|
OS::TripleO::Services::Clustercheck: ../docker/services/pacemaker/clustercheck.yaml
|
2018-12-20 12:42:48 -05:00
|
|
|
OS::TripleO::Services::HAproxy: ../deployment/haproxy/haproxy-pacemaker-puppet.yaml
|
2017-06-06 16:32:18 +02:00
|
|
|
OS::TripleO::Services::MySQL: ../docker/services/pacemaker/database/mysql.yaml
|
2017-09-27 15:32:26 -04:00
|
|
|
OS::TripleO::Services::OsloMessagingRpc: ../docker/services/pacemaker/rpc-rabbitmq.yaml
|
|
|
|
OS::TripleO::Services::OsloMessagingNotify: ../docker/services/messaging/notify-rabbitmq-shared.yaml
|
2017-06-06 16:32:18 +02:00
|
|
|
OS::TripleO::Services::Redis: ../docker/services/pacemaker/database/redis.yaml
|