2015-05-14 11:49:34 -04:00
|
|
|
# A Heat environment file which can be used to enable a Ceph
|
2016-03-18 11:13:54 +00:00
|
|
|
# storage cluster using the controller and ceph nodes.
|
2016-03-11 19:24:41 -05:00
|
|
|
# Rbd backends are enabled for Cinder, Glance, Gnocchi and Nova.
|
2016-06-02 02:55:08 +02:00
|
|
|
resource_registry:
|
|
|
|
OS::TripleO::Services::CephMon: ../puppet/services/ceph-mon.yaml
|
|
|
|
OS::TripleO::Services::CephOSD: ../puppet/services/ceph-osd.yaml
|
|
|
|
OS::TripleO::Services::CephClient: ../puppet/services/ceph-client.yaml
|
|
|
|
|
2016-04-08 10:59:07 +02:00
|
|
|
parameter_defaults:
|
2015-05-14 11:49:34 -04:00
|
|
|
#NOTE: These ID's and keys should be regenerated for
|
|
|
|
# a production deployment. What is here is suitable for
|
|
|
|
# developer and CI testing only.
|
|
|
|
CephClusterFSID: '4b5c8c0a-ff60-454b-a1b4-9747aa737d19'
|
|
|
|
CephMonKey: 'AQC+Ox1VmEr3BxAALZejqeHj50Nj6wJDvs96OQ=='
|
|
|
|
CephAdminKey: 'AQDLOh1VgEp6FRAAFzT7Zw+Y9V6JJExQAsRnRQ=='
|
2016-07-11 17:41:47 +02:00
|
|
|
CephClientKey: 'AQC+vYNXgDAgAhAAc8UoYt+OTz5uhV7ItLdwUw=='
|
2015-05-14 11:49:34 -04:00
|
|
|
NovaEnableRbdBackend: true
|
|
|
|
CinderEnableRbdBackend: true
|
2016-04-12 15:19:34 +03:00
|
|
|
CinderBackupBackend: ceph
|
2015-05-14 11:49:34 -04:00
|
|
|
GlanceBackend: rbd
|
2016-03-11 19:24:41 -05:00
|
|
|
GnocchiBackend: rbd
|
2015-05-14 11:49:34 -04:00
|
|
|
CinderEnableIscsiBackend: false
|
2017-06-02 16:04:46 -06:00
|
|
|
CephPoolDefaultSize: 1
|
2017-05-12 08:12:56 -04:00
|
|
|
|