d96f0d4768
test-kitchen/chef-zero does not like ruby roles. Converting them to json makes test-kitchen happy, and doesn't really hurt anything/anyone else. Change-Id: Id716c5459103ce340dae4ddef05e16c1a37374fd
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": {
|
|
}
|
|
}
|