
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.
6 lines
97 B
Ruby
6 lines
97 B
Ruby
name "ceph-radosgw"
|
|
description "Ceph RADOS Gateway"
|
|
run_list(
|
|
'recipe[ceph::radosgw]'
|
|
)
|