Merge "Apache: Use conditional instead of nested stack for TLS-specific bits"
[apex-tripleo-heat-templates.git] / environments / puppet-ceph-external.yaml
1 # A Heat environment file which can be used to enable the
2 # use of an externally managed Ceph cluster.
3 resource_registry:
4   OS::TripleO::Services::CephExternal: ../puppet/services/ceph-external.yaml
5   OS::TripleO::Services::CephMon: OS::Heat::None
6   OS::TripleO::Services::CephClient: OS::Heat::None
7   OS::TripleO::Services::CephOSD: OS::Heat::None
8
9 parameter_defaults:
10   # NOTE: These example parameters are required when using CephExternal
11   #CephClusterFSID: '4b5c8c0a-ff60-454b-a1b4-9747aa737d19'
12   #CephClientKey: 'AQDLOh1VgEp6FRAAFzT7Zw+Y9V6JJExQAsRnRQ=='
13   #CephExternalMonHost: '172.16.1.7, 172.16.1.8'
14
15   # the following parameters enable Ceph backends for Cinder, Glance, Gnocchi and Nova
16   NovaEnableRbdBackend: true
17   CinderEnableRbdBackend: true
18   CinderBackupBackend: ceph
19   GlanceBackend: rbd
20   GnocchiBackend: rbd
21   # If the Ceph pools which host VMs, Volumes and Images do not match these
22   # names OR the client keyring to use is not named 'openstack',  edit the
23   # following as needed.
24   NovaRbdPoolName: vms
25   CinderRbdPoolName: volumes
26   GlanceRbdPoolName: images
27   GnocchiRbdPoolName: metrics
28   CephClientUserName: openstack
29
30   # finally we disable the Cinder LVM backend
31   CinderEnableIscsiBackend: false
32
33   # Uncomment if connecting to a pre-Jewel or RHCS1.3 Ceph Cluster
34   # RbdDefaultFeatures: 1
35
36   # Backward compatibility setting, will be removed in the future
37   CephAdminKey: ''