aboutsummaryrefslogtreecommitdiffstats
path: root/sample-env-generator
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-07-26 22:57:18 +0000
committerGerrit Code Review <review@openstack.org>2017-07-26 22:57:18 +0000
commit895b96e8631a1a323335616ec5e13731f560187c (patch)
treeb8f6f127f9911d04596155bdcb80592d9d0be030 /sample-env-generator
parentf1395f77066eef5d9114a2b13756746f9b1adb2c (diff)
parent56bf9cfb7857af1607b2539a705916b8323bbe1a (diff)
Merge "Fix enable-ceph sample environment"
Diffstat (limited to 'sample-env-generator')
-rw-r--r--sample-env-generator/storage.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/sample-env-generator/storage.yaml b/sample-env-generator/storage.yaml
index aa0385cc..dc4fbb10 100644
--- a/sample-env-generator/storage.yaml
+++ b/sample-env-generator/storage.yaml
@@ -26,6 +26,10 @@ environments:
NovaEnableRbdBackend: True
GlanceBackend: rbd
GnocchiBackend: rbd
+ resource_registry:
+ OS::TripleO::Services::CephMon: ../../puppet/services/ceph-mon.yaml
+ OS::TripleO::Services::CephOSD: ../../puppet/services/ceph-osd.yaml
+ OS::TripleO::Services::CephClient: ../../puppet/services/ceph-client.yaml
description: |
Include this environment to enable Ceph as the backend for
Cinder, Nova, Gnocchi, and Glance.