From 44a22fc61e24c2efc221edd7085c8f4d44b39fc0 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Sun, 1 Feb 2015 18:52:18 -0500 Subject: Puppet: First support Ceph This is a first implementation of Ceph support in TripleO with Puppet: * Install ceph-mon on controller node * Install ceph-osd on cephstorage node Co-Authored-By: Giulio Fidente Change-Id: I48488cbe950047fae5e746e458106d6edb9a6183 --- ceph-storage.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ceph-storage.yaml') diff --git a/ceph-storage.yaml b/ceph-storage.yaml index 2f5104ba..d9134fe6 100644 --- a/ceph-storage.yaml +++ b/ceph-storage.yaml @@ -27,7 +27,7 @@ parameters: CephMonitors: default: '' description: The list of ip/names to use as Ceph monitors - type: string + type: json resources: CephStorage: type: OS::Nova::Server -- cgit 1.2.3-korg