27 lines
544 B
JSON
27 lines
544 B
JSON
{
|
|
"name": "os-ops-messaging",
|
|
"description": "Currently RabbitMQ Server (non-ha)",
|
|
"json_class": "Chef::Role",
|
|
"default_attributes": {
|
|
},
|
|
"override_attributes": {
|
|
"collectd": {
|
|
"rhel": {
|
|
"plugins": {
|
|
"processes": {
|
|
"ProcessMatch": ["rabbitmq-server\" \"rabbitmq-server"]
|
|
}
|
|
}
|
|
},
|
|
"included_plugins": {"rabbitmq": {}}
|
|
}
|
|
},
|
|
"chef_type": "role",
|
|
"run_list": [
|
|
"role[os-base]",
|
|
"recipe[openstack-ops-messaging::server]"
|
|
],
|
|
"env_run_lists": {
|
|
}
|
|
}
|