diff options
author | Giulio Fidente <gfidente@redhat.com> | 2016-04-28 11:37:32 -0500 |
---|---|---|
committer | Emilien Macchi <emilien@redhat.com> | 2016-06-02 12:21:49 -0400 |
commit | 27e457e0dd21f767efedbc4d0430b4cbd974db0d (patch) | |
tree | 1c67d5e5ee047d2b2eb7b0431a3abbd5a9b8caf1 /environments | |
parent | bcd726f1242d78169e6a5687e998473c1043c622 (diff) |
Switch Cinder Api/Scheduler/Volume to composable roles
Uses a shared cinder-base resource to do the database
and messaging configuration for all three services.
Depends-On: I3c6d5226eed5f0f852b0ad9476c7cd9a959fda69
Change-Id: I47c5fd190efca5f02e73fd22aba6cda573daf5cc
Diffstat (limited to 'environments')
-rw-r--r-- | environments/puppet-pacemaker.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/environments/puppet-pacemaker.yaml b/environments/puppet-pacemaker.yaml index 679b79cb..17f3fec5 100644 --- a/environments/puppet-pacemaker.yaml +++ b/environments/puppet-pacemaker.yaml @@ -9,6 +9,9 @@ resource_registry: # 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::CinderApi: ../puppet/services/pacemaker/cinder-api.yaml + OS::TripleO::Services::CinderScheduler: ../puppet/services/pacemaker/cinder-scheduler.yaml + OS::TripleO::Services::CinderVolume: ../puppet/services/pacemaker/cinder-volume.yaml OS::TripleO::Services::Keystone: ../puppet/services/pacemaker/keystone.yaml OS::TripleO::Services::GlanceApi: ../puppet/services/pacemaker/glance-api.yaml OS::TripleO::Services::GlanceRegistry: ../puppet/services/pacemaker/glance-registry.yaml |