24 lines
493 B
JSON
24 lines
493 B
JSON
{
|
|
"name": "os-compute-api-metadata",
|
|
"description": "OpenStack compute metadata API service",
|
|
"json_class": "Chef::Role",
|
|
"default_attributes": {
|
|
},
|
|
"override_attributes": {
|
|
"collectd": {
|
|
"rhel": {
|
|
"plugins": {
|
|
"processes": {"ProcessMatch": ["nova-metadata-api\" \"nova-metadata-api"]}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"chef_type": "role",
|
|
"run_list": [
|
|
"role[os-base]",
|
|
"recipe[openstack-compute::api-metadata]"
|
|
],
|
|
"env_run_lists": {
|
|
}
|
|
}
|