Merge "Additional parameters for Nuage Neutron plugin integration"
[apex-tripleo-heat-templates.git] / environments / puppet-pacemaker.yaml
1 # An environment which enables configuration of an
2 # Overcloud controller with Pacemaker.
3 resource_registry:
4   OS::TripleO::ControllerConfig: ../puppet/controller-config-pacemaker.yaml
5   OS::TripleO::Tasks::ControllerPrePuppet: ../extraconfig/tasks/pre_puppet_pacemaker.yaml
6   OS::TripleO::Tasks::ControllerPostPuppet: ../extraconfig/tasks/post_puppet_pacemaker.yaml
7
8   # custom pacemaker services
9   # NOTE: For now we will need to specify overrides to all services
10   # which use pacemaker. In the future (with upcoming HA light work) this
11   # list will hopefully be much smaller however.
12   OS::TripleO::Services::Keystone: ../puppet/services/pacemaker/keystone.yaml
13   OS::TripleO::Services::GlanceApi: ../puppet/services/pacemaker/glance-api.yaml
14   OS::TripleO::Services::GlanceRegistry: ../puppet/services/pacemaker/glance-registry.yaml