The roles are named ceph-mon etc. The recipes are named ceph::mon etc.
The cookbook is named "ceph". The git repository is named
"ceph-cookbooks.git". The string "ceph-cookbooks" should not be
anywhere in the code anywhere inside of the cookbook.
-name "ceph-cookbooks-mds"
+name "ceph-mds"
description "Ceph Metadata Server"
run_list(
- 'recipe[ceph-cookbooks::mds]'
+ 'recipe[ceph::mds]'
)
-name "ceph-cookbooks-mon"
+name "ceph-mon"
description "Ceph Monitor"
run_list(
- 'recipe[ceph-cookbooks::mon]'
+ 'recipe[ceph::mon]'
)
-name "ceph-cookbooks-osd"
+name "ceph-osd"
description "Ceph Object Storage Device"
run_list(
- 'recipe[ceph-cookbooks::bootstrap_osd]'
+ 'recipe[ceph::bootstrap_osd]'
)
-name "ceph-cookbooks-radosgw"
+name "ceph-radosgw"
description "Ceph RADOS Gateway"
run_list(
- 'recipe[ceph-cookbooks::radosgw]'
+ 'recipe[ceph::radosgw]'
)