summaryrefslogtreecommitdiffstats
path: root/environments/README.md
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-05-19 09:10:24 +0000
committerGerrit Code Review <review@openstack.org>2015-05-19 09:10:25 +0000
commit2eca0d61ed187af23f55ab580726874da0587da7 (patch)
treebd6779eecdb3d8d3bae9a5059c29bd1706e417b1 /environments/README.md
parent9ce06559bc32c279e0905472f29def58abf5eda0 (diff)
parent274a4cfbb31417c34fee3b215281bf2a42b7471f (diff)
Merge "Add a directory for overcloud heat environments"
Diffstat (limited to 'environments/README.md')
-rw-r--r--environments/README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/environments/README.md b/environments/README.md
new file mode 100644
index 00000000..4111f7ed
--- /dev/null
+++ b/environments/README.md
@@ -0,0 +1,13 @@
+This directory contains Heat environment file snippets which can
+be used to enable features in the Overcloud.
+
+Configuration
+-------------
+
+These can be enabled using the -e [path to environment yaml] option with
+heatclient.
+
+Below is an example of how to enable the Ceph template using
+devtest\_overcloud.sh:
+
+ export OVERCLOUD\_CUSTOM\_HEAT\_ENV=$TRIPLEO\_ROOT/tripleo-heat-templates/environments/ceph_devel.yaml