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
|
2017-06-29 18:50:36 +02:00
|
|
|
OS::TripleO::Services::CinderVolume: ../docker/services/pacemaker/cinder-volume.yaml
|
2017-06-06 16:32:18 +02:00
|
|
|
OS::TripleO::Services::Clustercheck: ../docker/services/pacemaker/clustercheck.yaml
|
|
|
|
OS::TripleO::Services::HAproxy: ../docker/services/pacemaker/haproxy.yaml
|
|
|
|
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
|