aboutsummaryrefslogtreecommitdiffstats
path: root/docker/chef-solo/roles/dcae-dt.json
diff options
context:
space:
mode:
authorEran (ev672n), Vosk <ev672n@att.com>2018-08-07 14:15:05 +0300
committerEran (ev672n), Vosk <ev672n@att.com>2018-08-07 14:15:05 +0300
commitb9708a7c3cfaf5767992a2b15180e7b85c459242 (patch)
tree076e19ea52232232e9060a9d7e074947a4a49508 /docker/chef-solo/roles/dcae-dt.json
parentcc32bd38d72e5c1c92048657083952d3e45c1819 (diff)
adding the dcae dt code
Adding DCAE-dt code Change-Id: Id6b779db9d24e10825fb97ad5fd46f41e65e6738 Issue-ID: SDC-1614 Signed-off-by: Eran (ev672n), Vosk <ev672n@att.com>
Diffstat (limited to 'docker/chef-solo/roles/dcae-dt.json')
-rw-r--r--docker/chef-solo/roles/dcae-dt.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/docker/chef-solo/roles/dcae-dt.json b/docker/chef-solo/roles/dcae-dt.json
new file mode 100644
index 0000000..fe27501
--- /dev/null
+++ b/docker/chef-solo/roles/dcae-dt.json
@@ -0,0 +1,18 @@
+{
+ "name": "dcae-dt",
+ "description": "Installation application Setup- dcae DT",
+ "json_class": "Chef::Role",
+ "default_attributes": {
+
+ },
+ "override_attributes": {
+
+ },
+ "chef_type": "role",
+ "run_list": [
+ "recipe[dcae-dt::jetty_setup]",
+ "recipe[dcae-dt::dcae_dt_setup]"
+ ],
+ "env_run_lists": {
+ }
+}