Drop os-apply-config. No longer maintained.
[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::CephClusterConfig::SoftwareConfig: ../puppet/extraconfig/ceph/ceph-external-config.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, and Nova
13   NovaEnableRbdBackend: true
14   CinderEnableRbdBackend: true
15   GlanceBackend: rbd
16   # If the Ceph pools which host VMs, Volumes and Images do not match these
17   # names OR the client keyring to use is not named 'openstack',  edit the
18   # following as needed.
19   NovaRbdPoolName: vms
20   CinderRbdPoolName: volumes
21   GlanceRbdPoolName: images
22   CephClientUserName: openstack
23
24   # finally we disable the Cinder LVM backend
25   CinderEnableIscsiBackend: false