diff options
Diffstat (limited to 'docker/docker_tools/chef-solo/roles')
-rw-r--r-- | docker/docker_tools/chef-solo/roles/dcae-tools.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docker/docker_tools/chef-solo/roles/dcae-tools.json b/docker/docker_tools/chef-solo/roles/dcae-tools.json new file mode 100644 index 0000000..9544756 --- /dev/null +++ b/docker/docker_tools/chef-solo/roles/dcae-tools.json @@ -0,0 +1,17 @@ +{ + "name": "dcae-tools", + "description": "Running DCAE setup Jar", + "json_class": "Chef::Role", + "default_attributes": { + + }, + "override_attributes": { + + }, + "chef_type": "role", + "run_list": [ + "recipe[Deploy-DCAE::dcae_tools_setup]" + ], + "env_run_lists": { + } +} |