Merge "Containerize HAProxy for HA"
[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 resource_registry:
5   OS::TripleO::Services::CephMon: ../puppet/services/ceph-mon.yaml
6   OS::TripleO::Services::CephOSD: ../puppet/services/ceph-osd.yaml
7   OS::TripleO::Services::CephClient: ../puppet/services/ceph-client.yaml
8
9 parameter_defaults:
10   #NOTE: These ID's and keys should be regenerated for
11   # a production deployment. What is here is suitable for
12   # developer and CI testing only.
13   CephClusterFSID: '4b5c8c0a-ff60-454b-a1b4-9747aa737d19'
14   CephMonKey: 'AQC+Ox1VmEr3BxAALZejqeHj50Nj6wJDvs96OQ=='
15   CephAdminKey: 'AQDLOh1VgEp6FRAAFzT7Zw+Y9V6JJExQAsRnRQ=='
16   CephClientKey: 'AQC+vYNXgDAgAhAAc8UoYt+OTz5uhV7ItLdwUw=='
17   NovaEnableRbdBackend: true
18   CinderEnableRbdBackend: true
19   CinderBackupBackend: ceph
20   GlanceBackend: rbd
21   GnocchiBackend: rbd
22   CinderEnableIscsiBackend: false
23   CephPoolDefaultSite: 1
24