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
19 lines
399 B
JSON
19 lines
399 B
JSON
{
|
|
"name": "os-base",
|
|
"description": "OpenStack Base role",
|
|
"json_class": "Chef::Role",
|
|
"default_attributes": {
|
|
},
|
|
"override_attributes": {
|
|
},
|
|
"chef_type": "role",
|
|
"run_list": [
|
|
"recipe[openstack-common]",
|
|
"recipe[openstack-common::logging]",
|
|
"recipe[openstack-common::set_endpoints_by_interface]",
|
|
"recipe[openstack-common::sysctl]"
|
|
],
|
|
"env_run_lists": {
|
|
}
|
|
}
|