aboutsummaryrefslogtreecommitdiffstats
path: root/sample-env-generator/storage.yaml
diff options
context:
space:
mode:
authorBen Nemec <bnemec@redhat.com>2017-07-13 10:44:16 -0500
committerEmilien Macchi <emilien@redhat.com>2017-07-26 13:36:52 +0000
commit56bf9cfb7857af1607b2539a705916b8323bbe1a (patch)
treee34009045d8e98ea11f523d231081bbed9734fe9 /sample-env-generator/storage.yaml
parent0d469e82e89be74e637ea6c7d064733d2c001670 (diff)
Fix enable-ceph sample environment
The necessary resource registry entries were missing from this env and the old environment was not deprecated. Change-Id: I6a9b148514fc5da1f96b9fd7fe09f564c2f82419
Diffstat (limited to 'sample-env-generator/storage.yaml')
-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.