25 lines
653 B
JSON
25 lines
653 B
JSON
{
|
|
"name": "os-client",
|
|
"description": "Roll-up role for client interfaces.",
|
|
"json_class": "Chef::Role",
|
|
"default_attributes": {
|
|
},
|
|
"override_attributes": {
|
|
},
|
|
"chef_type": "role",
|
|
"run_list": [
|
|
"role[os-base]",
|
|
"recipe[openstack-common::client]",
|
|
"recipe[openstack-block-storage::client]",
|
|
"recipe[openstack-compute::client]",
|
|
"recipe[openstack-identity::client]",
|
|
"recipe[openstack-image::client]",
|
|
"recipe[openstack-network::client]",
|
|
"recipe[openstack-object-storage::client]",
|
|
"recipe[openstack-orchestration::client]",
|
|
"recipe[openstack-telemetry::client]"
|
|
],
|
|
"env_run_lists": {
|
|
}
|
|
}
|