2015-07-01 20:44:15 +00:00
|
|
|
# A Heat environment file which can be used to enable the
|
|
|
|
# use of an externally managed Ceph cluster.
|
|
|
|
resource_registry:
|
2016-06-02 00:55:08 +00:00
|
|
|
OS::TripleO::Services::CephExternal: ../puppet/services/ceph-external.yaml
|
2016-08-05 13:54:16 +00:00
|
|
|
OS::TripleO::Services::CephMon: OS::Heat::None
|
|
|
|
OS::TripleO::Services::CephClient: OS::Heat::None
|
|
|
|
OS::TripleO::Services::CephOSD: OS::Heat::None
|
2015-07-01 20:44:15 +00:00
|
|
|
|
2015-08-13 17:04:17 +00:00
|
|
|
parameter_defaults:
|
2016-08-05 13:54:16 +00:00
|
|
|
# NOTE: These example parameters are required when using CephExternal
|
2015-07-01 20:44:15 +00:00
|
|
|
#CephClusterFSID: '4b5c8c0a-ff60-454b-a1b4-9747aa737d19'
|
|
|
|
#CephClientKey: 'AQDLOh1VgEp6FRAAFzT7Zw+Y9V6JJExQAsRnRQ=='
|
|
|
|
#CephExternalMonHost: '172.16.1.7, 172.16.1.8'
|
|
|
|
|
2016-03-12 00:24:41 +00:00
|
|
|
# the following parameters enable Ceph backends for Cinder, Glance, Gnocchi and Nova
|
2015-07-01 20:44:15 +00:00
|
|
|
NovaEnableRbdBackend: true
|
|
|
|
CinderEnableRbdBackend: true
|
2016-04-12 12:19:34 +00:00
|
|
|
CinderBackupBackend: ceph
|
2015-07-01 20:44:15 +00:00
|
|
|
GlanceBackend: rbd
|
2016-03-12 00:24:41 +00:00
|
|
|
GnocchiBackend: rbd
|
2015-08-13 17:04:17 +00:00
|
|
|
# If the Ceph pools which host VMs, Volumes and Images do not match these
|
2015-08-13 18:10:29 +00:00
|
|
|
# names OR the client keyring to use is not named 'openstack', edit the
|
|
|
|
# following as needed.
|
2015-08-13 17:04:17 +00:00
|
|
|
NovaRbdPoolName: vms
|
|
|
|
CinderRbdPoolName: volumes
|
|
|
|
GlanceRbdPoolName: images
|
2016-03-12 00:24:41 +00:00
|
|
|
GnocchiRbdPoolName: metrics
|
2015-08-13 18:10:29 +00:00
|
|
|
CephClientUserName: openstack
|
2015-07-01 20:44:15 +00:00
|
|
|
|
|
|
|
# finally we disable the Cinder LVM backend
|
|
|
|
CinderEnableIscsiBackend: false
|
2016-08-05 13:54:16 +00:00
|
|
|
|
2016-10-15 20:38:13 +00:00
|
|
|
# Uncomment if connecting to a pre-Jewel or RHCS1.3 Ceph Cluster
|
|
|
|
# RbdDefaultFeatures: 1
|
|
|
|
|
2016-08-05 13:54:16 +00:00
|
|
|
# Backward compatibility setting, will be removed in the future
|
|
|
|
CephAdminKey: ''
|