From 874e07dee16f75c1147da535a475c4435ed8ea9a Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Mon, 24 Nov 2014 16:55:22 -0500 Subject: Add Ceph related templates needed to configure Cinder with Ceph The new ceph-source.yaml file provides the config settings needed by the elements which configure Ceph on controllers (monitors) and storage nodes (OSDs) as well as the Cinder backend which uses it. There is also a without-mergepy copy named ceph-storage.yaml Change-Id: I954861536c41b2a7e6cbd86a0f0b55004eed4c70 --- overcloud-resource-registry-puppet.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'overcloud-resource-registry-puppet.yaml') diff --git a/overcloud-resource-registry-puppet.yaml b/overcloud-resource-registry-puppet.yaml index f8e7cc9e..f7b237c8 100644 --- a/overcloud-resource-registry-puppet.yaml +++ b/overcloud-resource-registry-puppet.yaml @@ -5,6 +5,7 @@ resource_registry: OS::TripleO::Controller: controller-puppet.yaml OS::TripleO::ObjectStorage: swift-storage-puppet.yaml OS::TripleO::Net::SoftwareConfig: net-config-bridge.yaml + OS::TripleO::CephStorage: ceph-storage-puppet.yaml # NOTE(dprince): requires a new release of python-heatclient #default_parameters: -- cgit 1.2.3-korg