From 56bf9cfb7857af1607b2539a705916b8323bbe1a Mon Sep 17 00:00:00 2001 From: Ben Nemec Date: Thu, 13 Jul 2017 10:44:16 -0500 Subject: 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 --- environments/storage/enable-ceph.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'environments/storage/enable-ceph.yaml') diff --git a/environments/storage/enable-ceph.yaml b/environments/storage/enable-ceph.yaml index c629f74b..596ec16e 100644 --- a/environments/storage/enable-ceph.yaml +++ b/environments/storage/enable-ceph.yaml @@ -33,3 +33,7 @@ parameter_defaults: # Type: boolean NovaEnableRbdBackend: True +resource_registry: + OS::TripleO::Services::CephClient: ../../puppet/services/ceph-client.yaml + OS::TripleO::Services::CephMon: ../../puppet/services/ceph-mon.yaml + OS::TripleO::Services::CephOSD: ../../puppet/services/ceph-osd.yaml -- cgit 1.2.3-korg