compass-adapters/chef/roles/ceph-os-mon.json
grace.yu d8a96b8a1e update roles for ceph-openstack
Change-Id: I439b8d6e10edabfabec47ccf72ba3d0374b906fb
2014-10-06 16:02:22 -07:00

10 lines
210 B
JSON

{
"name": "ceph-os-mon",
"description": "Ceph Monitor compatiable with OpenStack Icehouse",
"run_list": [
"recipe[ceph::repo]",
"recipe[ceph::mon]",
"recipe[ceph::openstack_config_mon]"
]
}