summaryrefslogtreecommitdiffstats
path: root/dcaedt_tools/src/ReadMe.txt
diff options
context:
space:
mode:
authorStone, Avi (as206k) <as206k@att.com>2018-04-12 15:46:31 +0300
committerStone, Avi (as206k) <as206k@att.com>2018-04-12 15:49:38 +0300
commit5032434b101f25fa44d2e1f8dc8393e30af1ed4f (patch)
tree2dc7d37a8048e025c7412af080640da4c9a22b65 /dcaedt_tools/src/ReadMe.txt
parent2205633792f95f46a02bbf8f87f0c2637265d924 (diff)
DCAE-D be initial commit
DCAE-D be initial commit Issue-ID: SDC-1218 Change-Id: Id18ba96c499e785aa9ac395fbaf32d57f08c281b Signed-off-by: Stone, Avi (as206k) <as206k@att.com>
Diffstat (limited to 'dcaedt_tools/src/ReadMe.txt')
-rw-r--r--dcaedt_tools/src/ReadMe.txt64
1 files changed, 64 insertions, 0 deletions
diff --git a/dcaedt_tools/src/ReadMe.txt b/dcaedt_tools/src/ReadMe.txt
new file mode 100644
index 0000000..4657a81
--- /dev/null
+++ b/dcaedt_tools/src/ReadMe.txt
@@ -0,0 +1,64 @@
+How to run:
+mvn exec:java -Dexec.mainClass=Main -Dexec.args="'environment.json' 'config.json'"
+
+environment.json example:
+
+{
+ "dcaeBeHost": "http://135.91.225.81",
+ "dcaeBePort": "8080",
+ "apiPath": "/dcae"
+ "userEditor": "admin"
+}
+
+config.json example:
+ {
+ "templateInfo": [{
+ "name": "SNMP Fault",
+ "description": "SNMP FM with Map-Supplement-Enrich",
+ "category": "Template / Base Monitoring Template",
+ "subCategory":"some subCategory",
+ "updateIfExist": "true",
+ "composition": [{
+ "type": "Map",
+ "alias": "mapper"
+ }, {
+ "type": "Supplement",
+ "alias": "sup"
+ }, {
+ "type": "Enrich",
+ "alias": "enrich"
+ }]
+ },
+ {
+ "name": "FOI",
+ "description": "FOI SFTP with FOI-Collector and Docker-Map",
+ "category": "Template / Base Monitoring Template",
+ "subCategory":"some subCategory",
+ "updateIfExist": "true",
+ "composition": [{
+ "type": "FOI Collector",
+ "alias": "collector"
+ }, {
+ "type": "DockerMap",
+ "alias": "map"
+ }],
+ "relation": [{
+ "fromComponent": "collector.FOISftp",
+ "fromRequirement": "stream_publish_0",
+ "toComponent": "map.topic1",
+ "toCapability": "topic"
+ }]
+ },
+ {
+ "name": "Syslog non-VES Collector",
+ "description": "Syslog flow with Syslog Collector",
+ "category": "Template / Base Monitoring Template",
+ "subCategory":"some subCategory",
+ "updateIfExist": "true",
+ "composition": [{
+ "type": "Syslog",
+ "alias": "collector"
+ }]
+ }
+ ]
+ } \ No newline at end of file