summaryrefslogtreecommitdiffstats
path: root/chef-solo/roles/dcae-ci.json
diff options
context:
space:
mode:
Diffstat (limited to 'chef-solo/roles/dcae-ci.json')
-rw-r--r--chef-solo/roles/dcae-ci.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/chef-solo/roles/dcae-ci.json b/chef-solo/roles/dcae-ci.json
new file mode 100644
index 0000000..2dd9449
--- /dev/null
+++ b/chef-solo/roles/dcae-ci.json
@@ -0,0 +1,17 @@
+{
+ "name": "dcae-ci-tests",
+ "description": "Installation application Setup - dcae-ci-tests",
+ "json_class": "Chef::Role",
+ "default_attributes": {
+
+ },
+ "override_attributes": {
+
+ },
+ "chef_type": "role",
+ "run_list": [
+ "recipe[dcae-ci-tests::dcae-ci_setup]"
+ ],
+ "env_run_lists": {
+ }
+}