30cfaccb49
This change combines the previous puppet and docker files into a single file that performs the docker service installation and configuration for the ovn services. Related-Blueprint: services-yaml-flattening Change-Id: I6261863c15f594fed8207ff258f1d9c809a9a864
28 lines
1.5 KiB
YAML
28 lines
1.5 KiB
YAML
# 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
|
|
# FIXME(bogdando): switch it, once it is containerized
|
|
OS::TripleO::Services::Pacemaker: ../puppet/services/pacemaker.yaml
|
|
# FIXME(bogdando): switch it, once it is containerized
|
|
OS::TripleO::Services::PacemakerRemote: ../puppet/services/pacemaker_remote.yaml
|
|
OS::TripleO::Tasks::ControllerPreConfig: OS::Heat::None
|
|
OS::TripleO::Tasks::ControllerPostConfig: OS::Heat::None
|
|
|
|
# Services that are disabled for HA deployments with pacemaker
|
|
OS::TripleO::Services::Keepalived: OS::Heat::None
|
|
|
|
# HA Containers managed by pacemaker
|
|
OS::TripleO::Services::CinderVolume: ../deployment/cinder/cinder-volume-pacemaker-puppet.yaml
|
|
OS::TripleO::Services::Clustercheck: ../deployment/pacemaker/clustercheck-container-puppet.yaml
|
|
OS::TripleO::Services::HAproxy: ../deployment/haproxy/haproxy-pacemaker-puppet.yaml
|
|
OS::TripleO::Services::MySQL: ../deployment/database/mysql-pacemaker-puppet.yaml
|
|
OS::TripleO::Services::OsloMessagingRpc: ../deployment/rabbitmq/rabbitmq-messaging-rpc-pacemaker-puppet.yaml
|
|
OS::TripleO::Services::OsloMessagingNotify: ../deployment/rabbitmq/rabbitmq-messaging-notify-shared-puppet.yaml
|
|
OS::TripleO::Services::Redis: ../deployment/database/redis-pacemaker-puppet.yaml
|
|
OS::TripleO::Services::OVNDBs: ../deployment/ovn/ovn-dbs-pacemaker-puppet.yaml
|
|
|
|
parameter_defaults:
|
|
ContainerCli: docker
|