Merge "Wire in NodeExtraConfig interface"
[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 parameters:
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
17   # finally we disable the Cinder LVM backend
18   CinderEnableIscsiBackend: false