From 530230e2299a1c78a79779ac03b0bbcf58260480 Mon Sep 17 00:00:00 2001 From: "Stone, Avi (as206k)" Date: Thu, 17 May 2018 10:25:42 +0300 Subject: Add docker files Adding docker files so the docker job would run Change-Id: I7db917d261d480e28a51ff222f12422803b395e8 Issue-ID: SDC-1339 Signed-off-by: Stone, Avi (as206k) --- docker/docker_tools/chef-solo/roles/dcae-tools.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docker/docker_tools/chef-solo/roles/dcae-tools.json (limited to 'docker/docker_tools/chef-solo/roles/dcae-tools.json') 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": { + } +} -- cgit 1.2.3-korg