d96f0d4768
test-kitchen/chef-zero does not like ruby roles. Converting them to json makes test-kitchen happy, and doesn't really hurt anything/anyone else. Change-Id: Id716c5459103ce340dae4ddef05e16c1a37374fd
22 lines
506 B
JSON
22 lines
506 B
JSON
{
|
|
"name": "os-telemetry",
|
|
"description": "Role for Ceilometer.",
|
|
"json_class": "Chef::Role",
|
|
"default_attributes": {
|
|
},
|
|
"override_attributes": {
|
|
},
|
|
"chef_type": "role",
|
|
"run_list": [
|
|
"role[os-telemetry-agent-central]",
|
|
"role[os-telemetry-agent-compute]",
|
|
"role[os-telemetry-agent-notification]",
|
|
"role[os-telemetry-alarm-evaluator]",
|
|
"role[os-telemetry-alarm-notifier]",
|
|
"role[os-telemetry-collector]",
|
|
"role[os-telemetry-api]"
|
|
],
|
|
"env_run_lists": {
|
|
}
|
|
}
|