Disable the Mon/OSD/Client resources in puppet-ceph-external
[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   GlanceBackend: rbd
19   GnocchiBackend: rbd
20   # If the Ceph pools which host VMs, Volumes and Images do not match these
21   # names OR the client keyring to use is not named 'openstack',  edit the
22   # following as needed.
23   NovaRbdPoolName: vms
24   CinderRbdPoolName: volumes
25   GlanceRbdPoolName: images
26   GnocchiRbdPoolName: metrics
27   CephClientUserName: openstack
28
29   # finally we disable the Cinder LVM backend
30   CinderEnableIscsiBackend: false
31
32   # Backward compatibility setting, will be removed in the future
33   CephAdminKey: ''