Merge "Remove KeyName parameter from overcloud template"
[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
6 parameter_defaults:
7   # NOTE: These example parameters are required when using Ceph External
8   #CephClusterFSID: '4b5c8c0a-ff60-454b-a1b4-9747aa737d19'
9   #CephClientKey: 'AQDLOh1VgEp6FRAAFzT7Zw+Y9V6JJExQAsRnRQ=='
10   #CephExternalMonHost: '172.16.1.7, 172.16.1.8'
11
12   # the following parameters enable Ceph backends for Cinder, Glance, Gnocchi and Nova
13   NovaEnableRbdBackend: true
14   CinderEnableRbdBackend: true
15   GlanceBackend: rbd
16   GnocchiBackend: rbd
17   # If the Ceph pools which host VMs, Volumes and Images do not match these
18   # names OR the client keyring to use is not named 'openstack',  edit the
19   # following as needed.
20   NovaRbdPoolName: vms
21   CinderRbdPoolName: volumes
22   GlanceRbdPoolName: images
23   GnocchiRbdPoolName: metrics
24   CephClientUserName: openstack
25
26   # finally we disable the Cinder LVM backend
27   CinderEnableIscsiBackend: false