aboutsummaryrefslogtreecommitdiffstats
path: root/environments/puppet-ceph-devel.yaml
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2015-05-14 11:49:34 -0400
committerGiulio Fidente <gfidente@redhat.com>2015-05-15 12:28:00 +0200
commit274a4cfbb31417c34fee3b215281bf2a42b7471f (patch)
tree60a5a0bc3b73c8effad577b483e036b2fa1f671d /environments/puppet-ceph-devel.yaml
parent2c6ea075cf0eeeea5cc7cf6ea9b654c325096d32 (diff)
Add a directory for overcloud heat environments
This patch adds a new directory called environments which contains custom Heat environment files that can be used to enable custom overcloud features. As an initial example a puppet-ceph-devel.yaml environment has been added which can be used to spin up a small Ceph cluster for dev/testing. This directory may be useful for collecting other feature related Heat environment settings in the future as well. Things like isolated network settings, etc. Change-Id: Ia6998ae05d2363384d2a616a31d5795c8b2d85d5
Diffstat (limited to 'environments/puppet-ceph-devel.yaml')
-rw-r--r--environments/puppet-ceph-devel.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/environments/puppet-ceph-devel.yaml b/environments/puppet-ceph-devel.yaml
new file mode 100644
index 00000000..d782e8d8
--- /dev/null
+++ b/environments/puppet-ceph-devel.yaml
@@ -0,0 +1,16 @@
+# A Heat environment file which can be used to enable a Ceph
+# storage cluster using the controller and 2 ceph nodes.
+# Rbd backends are enabled for Cinder, Glance, and Nova.
+parameters:
+ CephStorageCount: 2
+ #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=='
+ NovaEnableRbdBackend: true
+ CinderEnableRbdBackend: true
+ GlanceBackend: rbd
+ CinderEnableIscsiBackend: false
+ ControllerEnableCephStorage: true