de0ac7b2d6
Adds new puppet and puppet pacemaker specific services for Keystone. The puppet manifests for keystone now live in puppet-tripleo. Hiera settings are driven by the nested stack heat templates and used to control puppet-keystone and puppet-tripleo directly. The Pacemaker template extends the default keystone service and swaps in the pacemaker specific puppet-tripleo profile instead. Change-Id: I8b30438a27e9d5ec4e7d335e0bd1a931a20b03a2 Depends-On: I2faf5a78db802549053ec41678bf83bf28108189
13 lines
667 B
YAML
13 lines
667 B
YAML
# An environment which enables configuration of an
|
|
# Overcloud controller with Pacemaker.
|
|
resource_registry:
|
|
OS::TripleO::ControllerConfig: ../puppet/controller-config-pacemaker.yaml
|
|
OS::TripleO::Tasks::ControllerPrePuppet: ../extraconfig/tasks/pre_puppet_pacemaker.yaml
|
|
OS::TripleO::Tasks::ControllerPostPuppet: ../extraconfig/tasks/post_puppet_pacemaker.yaml
|
|
|
|
# custom pacemaker services
|
|
# NOTE: For now we will need to specify overrides to all services
|
|
# which use pacemaker. In the future (with upcoming HA light work) this
|
|
# list will hopefully be much smaller however.
|
|
OS::TripleO::Services::Keystone: ../puppet/services/pacemaker/keystone.yaml
|