
* also disable the troublsome "collectd client installation" Change-Id: Ie185df9b4cbebf7285a904a4aa09a526e8c2cb28
29 lines
572 B
JSON
29 lines
572 B
JSON
{
|
|
"name": "os-identity",
|
|
"description": "Roll-up role for Identity",
|
|
"json_class": "Chef::Role",
|
|
"default_attributes": {
|
|
},
|
|
"override_attributes": {
|
|
"collectd": {
|
|
"rhel": {
|
|
"plugins": {
|
|
"processes": {
|
|
"ProcessMatch": ["keystone\" \"keystone"]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"chef_type": "role",
|
|
"run_list": [
|
|
"role[os-base]",
|
|
"role[os-ops-caching]",
|
|
"role[compass-rally]",
|
|
"recipe[openstack-identity::server]",
|
|
"recipe[openstack-identity::registration]"
|
|
],
|
|
"env_run_lists": {
|
|
}
|
|
}
|