Use ComputeInstanceHA role with openstack train
Hello!
I want to use ComputeInstanceHA role with openstack train release.
In /usr/share/openstack-tripleo-heat-templates/environments/compute-instanceha.yaml
I have:
[stack@tripleo-vm ~]$ cat /usr/share/openstack-tripleo-heat-templates/environments/compute-instanceha.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
But in train release there is no environments/services-baremetal/puppet-pacemaker.yaml
. What should I import to my answers file?