20 lines
425 B
JSON
20 lines
425 B
JSON
{
|
|
"name": "os-base",
|
|
"description": "OpenStack Base role",
|
|
"json_class": "Chef::Role",
|
|
"default_attributes": {
|
|
},
|
|
"override_attributes": {
|
|
},
|
|
"chef_type": "role",
|
|
"run_list": [
|
|
"role[compass-base]",
|
|
"recipe[openstack-common]",
|
|
"recipe[openstack-common::logging]",
|
|
"recipe[openstack-common::set_endpoints_by_interface]",
|
|
"recipe[openstack-common::sysctl]"
|
|
],
|
|
"env_run_lists": {
|
|
}
|
|
}
|