diff options
author | Giulio Fidente <gfidente@redhat.com> | 2017-01-25 12:53:52 +0100 |
---|---|---|
committer | Giulio Fidente <gfidente@redhat.com> | 2017-01-30 16:41:29 +0000 |
commit | 5339b918b1a4eb7a45b3ffd39ac6246062b39de9 (patch) | |
tree | 267ccb09bd083f381a0dfa665d1972104ad5c5b5 /environments | |
parent | 7307d43f1a4555aa4700fd749f265513c144dccf (diff) |
Describe use of Manila/CephFS in capabilites_map
This is meant to describe in the UI how to use the
manila-cephfsnative-config environment file to deploy Manila with
Ceph as backend using either a TripleO managed or an externally
managed Ceph cluster.
Also adds a puppet-ceph.yaml environment file meant to enable the
deployment of a Ceph cluster, given that storage-environment.yaml
is meant to be customized by the user instead.
Change-Id: Iefd7056a9bc079025e6ac4dd50edcd2e2635e1b0
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 |