From: Julien Pervillé Date: Tue, 13 Jan 2015 08:38:57 +0000 (+0630) Subject: Fixes roles so that they can be loaded into chef-solo and chef-zero. X-Git-Tag: v0.8.0~3^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=95dd0784ad49df097867626074b44b3ea2d9503d;p=ceph-cookbooks.git Fixes roles so that they can be loaded into chef-solo and chef-zero. --- diff --git a/roles/ceph-mds.json b/roles/ceph-mds.json index 5383145..ebf80ab 100644 --- a/roles/ceph-mds.json +++ b/roles/ceph-mds.json @@ -1,5 +1,6 @@ { "name": "ceph-mds", + "json_class": "Chef::Role", "description": "Ceph Metadata Server", "run_list": [ "recipe[ceph::repo]", diff --git a/roles/ceph-mon.json b/roles/ceph-mon.json index 10162ff..ada41de 100644 --- a/roles/ceph-mon.json +++ b/roles/ceph-mon.json @@ -1,5 +1,6 @@ { "name": "ceph-mon", + "json_class": "Chef::Role", "description": "Ceph Monitor", "run_list": [ "recipe[ceph::repo]", diff --git a/roles/ceph-osd.json b/roles/ceph-osd.json index e749490..aa0c731 100644 --- a/roles/ceph-osd.json +++ b/roles/ceph-osd.json @@ -1,5 +1,6 @@ { "name": "ceph-osd", + "json_class": "Chef::Role", "description": "Ceph Object Storage Device", "run_list": [ "recipe[ceph::repo]", diff --git a/roles/ceph-radosgw.json b/roles/ceph-radosgw.json index 925d017..ab2c563 100644 --- a/roles/ceph-radosgw.json +++ b/roles/ceph-radosgw.json @@ -1,5 +1,6 @@ { "name": "ceph-radosgw", + "json_class": "Chef::Role", "description": "Ceph RADOS Gateway", "run_list": [ "recipe[ceph::repo]", diff --git a/roles/ceph-tgt.json b/roles/ceph-tgt.json index f5dce87..913d30f 100644 --- a/roles/ceph-tgt.json +++ b/roles/ceph-tgt.json @@ -1,5 +1,6 @@ { "name": "ceph-tgt", + "json_class": "Chef::Role", "description": "Ceph iSCSI Target", "run_list": [ "recipe[ceph::repo]",