19 lines
375 B
JSON
19 lines
375 B
JSON
{
|
|
"name": "os-identity",
|
|
"description": "Roll-up role for Identity",
|
|
"json_class": "Chef::Role",
|
|
"default_attributes": {
|
|
},
|
|
"override_attributes": {
|
|
},
|
|
"chef_type": "role",
|
|
"run_list": [
|
|
"role[os-base]",
|
|
"role[os-ops-caching]",
|
|
"recipe[openstack-identity::server]",
|
|
"recipe[openstack-identity::registration]"
|
|
],
|
|
"env_run_lists": {
|
|
}
|
|
}
|