summaryrefslogtreecommitdiffstats
path: root/src/cdapbroker.app.src
diff options
context:
space:
mode:
authorTommy Carpenter <tommy@research.att.com>2017-08-22 18:07:40 -0400
committerTommy Carpenter <tommy@research.att.com>2017-08-22 18:08:22 -0400
commit647addf5d6c78b2b8c941cc9cd8c57a3eb9f30b4 (patch)
tree4de88ed0c8b175b271b5d7da6076ebf3da40e466 /src/cdapbroker.app.src
parentc7b6dc90e4cde0ac8524539fc02ab2943c88048a (diff)
[DCAEGEN2-42] Initial commit of broker
Change-Id: I1c553c82d5b39a4c134c44e2320ac0e44785e0ef Signed-off-by: Tommy Carpenter <tommy@research.att.com>
Diffstat (limited to 'src/cdapbroker.app.src')
-rw-r--r--src/cdapbroker.app.src23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/cdapbroker.app.src b/src/cdapbroker.app.src
new file mode 100644
index 0000000..1d04330
--- /dev/null
+++ b/src/cdapbroker.app.src
@@ -0,0 +1,23 @@
+{application, cdapbroker,
+ [{description, "Interface between Consul and CDAP in DCAE"},
+ {vsn, "4.0.3"},
+ {registered, []},
+ {mod, { cdapbroker_app, []}},
+ {applications,
+ [kernel,
+ stdlib,
+ lager,
+ inets,
+ ssl,
+ jiffy,
+ mnesia,
+ leptus,
+ uuid,
+ iso8601
+ ]},
+ {env,[]},
+ {modules, []},
+ {maintainers, []},
+ {licenses, []},
+ {links, []}
+ ]}.