diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-02-14 17:34:36 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-02-14 17:34:36 +0000 |
commit | 854b5120cc04418b34e45a523d0ea67ae64a448e (patch) | |
tree | f57514fb5047a5cf341b2dd6e2e260028e01a808 /environments | |
parent | 596c1674b77a3833704dfc482961677e117d3380 (diff) | |
parent | 5339b918b1a4eb7a45b3ffd39ac6246062b39de9 (diff) |
Merge "Describe use of Manila/CephFS in capabilites_map"
Diffstat (limited to 'environments')
-rw-r--r-- | environments/puppet-ceph.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/environments/puppet-ceph.yaml b/environments/puppet-ceph.yaml new file mode 100644 index 00000000..57af540a --- /dev/null +++ b/environments/puppet-ceph.yaml @@ -0,0 +1,12 @@ +resource_registry: + OS::TripleO::Services::CephMon: ../puppet/services/ceph-mon.yaml + OS::TripleO::Services::CephOSD: ../puppet/services/ceph-osd.yaml + OS::TripleO::Services::CephClient: ../puppet/services/ceph-client.yaml + +parameter_defaults: + CinderEnableIscsiBackend: false + CinderEnableRbdBackend: true + CinderBackupBackend: ceph + NovaEnableRbdBackend: true + GlanceBackend: rbd + GnocchiBackend: rbd |