Merge "Ensure sync_db is consumed by Keystone and Cinder classes"
[apex-tripleo-heat-templates.git] / environments / puppet-ceph-devel.yaml
1 # A Heat environment file which can be used to enable a Ceph
2 # storage cluster using the controller and 2 ceph nodes.
3 # Rbd backends are enabled for Cinder, Glance, and Nova.
4 parameters:
5   CephStorageCount: 2
6   #NOTE: These ID's and keys should be regenerated for
7   # a production deployment. What is here is suitable for
8   # developer and CI testing only.
9   CephClusterFSID: '4b5c8c0a-ff60-454b-a1b4-9747aa737d19'
10   CephMonKey: 'AQC+Ox1VmEr3BxAALZejqeHj50Nj6wJDvs96OQ=='
11   CephAdminKey: 'AQDLOh1VgEp6FRAAFzT7Zw+Y9V6JJExQAsRnRQ=='
12   NovaEnableRbdBackend: true
13   CinderEnableRbdBackend: true
14   GlanceBackend: rbd
15   CinderEnableIscsiBackend: false
16   ControllerEnableCephStorage: true