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

26 lines
662 B
JSON

{
"name": "os-ceph-block-storage-volume",
"description": "OpenStack Block Storage volume service compatiable with Ceph",
"json_class": "Chef::Role",
"default_attributes": {
},
"override_attributes": {
"collectd": {
"rhel": {
"plugins": {
"processes": {"ProcessMatch": ["cinder-volume\" \"cinder-volume", "iscsid\" \"iscsid",
"multipathd\" \"multipathd"]}
}
}
}
},
"chef_type": "role",
"run_list": [
"role[os-base]",
"recipe[openstack-block-storage::volume]",
"recipe[openstack-block-storage::cinder-config-ceph]"
],
"env_run_lists": {
}
}