tripleo-heat-templates/environments/compute-instanceha.yaml
Bogdan Dobrelya ed63b473c8 Switch remaining env files to containers defaults
Mark regular non-containerized services with FIXME
to be switched, once it is containerized

Do not mark yet an external/backend/plugin/host-config
related puppet services templates with that FIXME

Mark puppet/services/ceph- related templates as TODO
switch it to containerized ceph-ansible eventually, maybe.

Change-Id: Ib9fbad05eeb57dc641499fbf411cb5870da7a8e9
Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
(cherry picked from commit 041251d473)
2018-07-09 11:33:51 +03:00

12 lines
472 B
YAML

# An environment which enables instance HA
# Needs to be combined with environments/services-baremetal/puppet-pacemaker.yaml
# or environments/docker-ha.yaml
# The ComputeInstanceHA *and* PacemakerRemote services need to be added
# to your Compute role
resource_registry:
# FIXME(bogdando): switch it, once it is containerized
OS::TripleO::Services::ComputeInstanceHA: ../puppet/services/pacemaker/compute-instanceha.yaml
parameter_defaults:
EnableInstanceHA: true