d0d98aa2fe
Default to deploying OVN with RAFT Active/Active clustering instead of Pacemaker Active/Backup. The code to support RAFT has been been in THT since train. Requires OVS 2.17 (technically only python-ovs 2.17) to work properly at scale. Change-Id: I535087bc5f1266d1f4fe8bb1dca7d8c355c9de9d
22 lines
1.2 KiB
YAML
22 lines
1.2 KiB
YAML
# Environment file to deploy the HA services via podman
|
|
resource_registry:
|
|
# Pacemaker runs on the host
|
|
# FIXME(bogdando): switch it, once it is containerized
|
|
OS::TripleO::Services::Pacemaker: ../deployment/pacemaker/pacemaker-baremetal-puppet.yaml
|
|
# FIXME(bogdando): switch it, once it is containerized
|
|
OS::TripleO::Services::PacemakerRemote: ../deployment/pacemaker/pacemaker-remote-baremetal-puppet.yaml
|
|
OS::TripleO::Tasks::ControllerPreConfig: OS::Heat::None
|
|
OS::TripleO::Tasks::ControllerPostConfig: 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
|
|
|
|
parameter_defaults:
|
|
ContainerCli: podman
|
|
ClusterFullTag: true
|