2017-09-21 20:16:20 +00:00
|
|
|
# An environment which enables instance HA
|
2018-04-11 14:13:29 +00:00
|
|
|
# Needs to be combined with environments/services-baremetal/puppet-pacemaker.yaml
|
|
|
|
# or environments/docker-ha.yaml
|
2017-09-21 20:16:20 +00:00
|
|
|
# The ComputeInstanceHA *and* PacemakerRemote services need to be added
|
|
|
|
# to your Compute role
|
|
|
|
resource_registry:
|
2018-04-11 14:13:29 +00:00
|
|
|
# FIXME(bogdando): switch it, once it is containerized
|
2017-09-21 20:16:20 +00:00
|
|
|
OS::TripleO::Services::ComputeInstanceHA: ../puppet/services/pacemaker/compute-instanceha.yaml
|
|
|
|
|
|
|
|
parameter_defaults:
|
|
|
|
EnableInstanceHA: true
|