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