Enable Cinder as a backend for Glance
[apex-tripleo-heat-templates.git] / environments / storage / enable-ceph.yaml
1 # *******************************************************************
2 # This file was created automatically by the sample environment
3 # generator. Developers should use `tox -e genconfig` to update it.
4 # Users are recommended to make changes to a copy of the file instead
5 # of the original, if any customizations are needed.
6 # *******************************************************************
7 # title: Enable Ceph Storage Backend
8 # description: |
9 #   Include this environment to enable Ceph as the backend for
10 #   Cinder, Nova, Gnocchi, and Glance.
11 parameter_defaults:
12   # The short name of the Cinder Backup backend to use.
13   # Type: string
14   CinderBackupBackend: rbd
15
16   # Whether to enable or not the Iscsi backend for Cinder
17   # Type: boolean
18   CinderEnableIscsiBackend: False
19
20   # Whether to enable or not the Rbd backend for Cinder
21   # Type: boolean
22   CinderEnableRbdBackend: True
23
24   # The short name of the Glance backend to use. Should be one of swift, rbd, cinder, or file
25   # Type: string
26   GlanceBackend: rbd
27
28   # The short name of the Gnocchi backend to use. Should be one of swift, rbd, or file
29   # Type: string
30   GnocchiBackend: rbd
31
32   # Whether to enable or not the Rbd backend for Nova
33   # Type: boolean
34   NovaEnableRbdBackend: True
35
36 resource_registry:
37   OS::TripleO::Services::CephClient: ../../puppet/services/ceph-client.yaml
38   OS::TripleO::Services::CephMon: ../../puppet/services/ceph-mon.yaml
39   OS::TripleO::Services::CephOSD: ../../puppet/services/ceph-osd.yaml