compass-adapters/chef/roles/os-identity.json
Weidong Shao c1e8a92d53 Merge roles from OpenDeployment repo
Change-Id: I072f946924e74fc92f98c98b344263f3873930ba
2014-09-03 06:13:42 +00:00

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": {
}
}