75110de9dd
Tempest tests for cinder contain backup tests that fail unless cinder-backup service is started. This patch facilitates the service start upon the overcloud deployment. Original patch converted to composable role. Co-Authored-By: Giulio Fidente <gfidente@redhat.com> Depends-On: Ib1dfe52b83ab01819fc669312967950e75d8ddf1 Change-Id: I9ca97b3f1c26aac6d81b3525377e1f5fb962313f
23 lines
975 B
YAML
23 lines
975 B
YAML
# A Heat environment file which can be used to enable a Ceph
|
|
# storage cluster using the controller and ceph nodes.
|
|
# Rbd backends are enabled for Cinder, Glance, Gnocchi and Nova.
|
|
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
|
|
|
|
parameter_defaults:
|
|
#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=='
|
|
CephClientKey: 'AQC+vYNXgDAgAhAAc8UoYt+OTz5uhV7ItLdwUw=='
|
|
NovaEnableRbdBackend: true
|
|
CinderEnableRbdBackend: true
|
|
CinderBackupBackend: ceph
|
|
GlanceBackend: rbd
|
|
GnocchiBackend: rbd
|
|
CinderEnableIscsiBackend: false
|