cookbook-ceph/roles/ceph-osd.rb
Tommi Virtanen 4f8f6828e1 Revert last three commits.
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.
2012-07-13 10:44:16 -07:00

6 lines
107 B
Ruby

name "ceph-osd"
description "Ceph Object Storage Device"
run_list(
'recipe[ceph::bootstrap_osd]'
)