compass-adapters/chef/roles/compass-rally.json
Xicheng Chang e64450bf40 Initial commit for rally in docker
Not tested, needs further debugging.
patch-2: tested on local machine

Change-Id: I3c81c936e3a351a5e44d0118ec75c392f5026ea8
2015-04-28 16:36:17 -07:00

17 lines
290 B
JSON

{
"name": "compass-rally",
"description": "Rally check",
"json_class": "Chef::Role",
"default_attributes": {
},
"override_attributes": {
},
"chef_type": "role",
"run_list": [
"recipe[compass-rally::docker]",
"recipe[compass-rally]"
],
"env_run_lists": {
}
}