4101b35bc1
Change-Id: I59a74fc2278cac69c6ccbc0a821b193a990e1659 Related-Blueprint: services-yaml-flattening
11 lines
427 B
YAML
11 lines
427 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:
|
|
OS::TripleO::Services::ComputeInstanceHA: ../deployment/pacemaker/compute-instanceha-baremetal-puppet.yaml
|
|
|
|
parameter_defaults:
|
|
EnableInstanceHA: true
|