cookbook-ceph/roles/ceph-osd.rb
Alexandre Marangone 3487e23913 Roles: Add ceph::repo recipe
Fixes: https://github.com/ceph/ceph-cookbooks/pull/30

Signed-off-by: Alexandre Marangone <alexandre.marangone@inktank.com>
2013-05-08 11:32:48 -07:00

7 lines
127 B
Ruby

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