cookbook-ceph/roles/ceph-mds.json
Stephan Renatus 1a08d7ab18 switch test-kitchen provisioner to chef-zero
This allows for using roles (when they're present in compiled form, i.e.
JSON -- I added these).  In theory it should help with all search()
calls, but I haven't tested that yet.
2014-01-23 14:00:31 +01:00

8 lines
136 B
JSON

{
"name": "ceph-mds",
"description": "Ceph Metadata Server",
"run_list": [
"recipe[ceph::repo]",
"recipe[ceph::mds]"
]
}