openstack-chef/roles/identity.json

14 lines
327 B
JSON

{
"name": "identity",
"description": "Deploy identity cookbook",
"run_list": [
"role[common]",
"role[ops_database]",
"role[ops_messaging]",
"recipe[memcached]",
"recipe[openstack-identity::server-apache]",
"recipe[openstack-identity::registration]",
"recipe[openstack-identity::openrc]"
]
}