3a00c029f2
Paunch was deprecated in Ussuri and is now being retired, to be fully replaced by the new tripleo-ansible role, tripleo_container_manage. This patch: - Removes common/container-puppet.py (was only useful when paunch is enabled, since that script was converted to container_puppet_config Ansible module in tripleo-ansible). - Update all comments refering to paunch, and replace by tripleo_container_manage. - Deprecate EnablePaunch parameter. - Remove paunch as python dependencies. Depends-On: https://review.opendev.org/#/c/731545/ Change-Id: I9294677fa18a7efc61898a25103414c8191d8805
26 lines
1.4 KiB
YAML
26 lines
1.4 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: ../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
|
|
OS::TripleO::Services::Redis: ../deployment/database/redis-pacemaker-puppet.yaml
|
|
OS::TripleO::Services::OVNDBs: ../deployment/ovn/ovn-dbs-pacemaker-puppet.yaml
|
|
|
|
parameter_defaults:
|
|
ContainerCli: podman
|
|
ClusterCommonTag: true
|