Merge "Document IPv6 syntax for GlanceFilePcmkDevice"
[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 ceph nodes.
3 # Rbd backends are enabled for Cinder, Glance, Gnocchi and Nova.
4 parameter_defaults:
5   #NOTE: These ID's and keys should be regenerated for
6   # a production deployment. What is here is suitable for
7   # developer and CI testing only.
8   CephClusterFSID: '4b5c8c0a-ff60-454b-a1b4-9747aa737d19'
9   CephMonKey: 'AQC+Ox1VmEr3BxAALZejqeHj50Nj6wJDvs96OQ=='
10   CephAdminKey: 'AQDLOh1VgEp6FRAAFzT7Zw+Y9V6JJExQAsRnRQ=='
11   NovaEnableRbdBackend: true
12   CinderEnableRbdBackend: true
13   GlanceBackend: rbd
14   GnocchiBackend: rbd
15   CinderEnableIscsiBackend: false
16   ControllerEnableCephStorage: true