summaryrefslogtreecommitdiffstats
path: root/dcaedt_tools/src/main/resources
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/main/resources
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/main/resources')
-rw-r--r--dcaedt_tools/src/main/resources/conf/config.json51
-rw-r--r--dcaedt_tools/src/main/resources/conf/environment.json12
2 files changed, 63 insertions, 0 deletions
diff --git a/dcaedt_tools/src/main/resources/conf/config.json b/dcaedt_tools/src/main/resources/conf/config.json
new file mode 100644
index 0000000..5b0f542
--- /dev/null
+++ b/dcaedt_tools/src/main/resources/conf/config.json
@@ -0,0 +1,51 @@
+{
+ "templateInfo": [{
+ "name": "SNMP Fault",
+ "description": "SNMP FM with Map-Supplement-Enrich",
+ "category": "Template",
+ "subCategory":"Base Monitoring Template",
+ "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",
+ "subCategory":"Base Monitoring Template",
+ "updateIfExist": "true",
+ "composition": [{
+ "type": "foi",
+ "alias": "collector"
+ }, {
+ "type": "DockerMap",
+ "alias": "map"
+ }],
+ "relations": [{
+ "fromComponent": "collector.foi",
+ "fromRequirement": "stream_publish_0",
+ "toComponent": "map.feed0",
+ "toCapability": "feed"
+ }]
+ },
+ {
+ "name": "Syslog non-VES Collector",
+ "description": "Syslog flow with Syslog Collector",
+ "category": "Template",
+ "subCategory": "Base Monitoring Template",
+ "updateIfExist": "true",
+ "composition": [{
+ "type": "Syslog",
+ "alias": "collector"
+ }]
+ }
+ ]
+} \ No newline at end of file
diff --git a/dcaedt_tools/src/main/resources/conf/environment.json b/dcaedt_tools/src/main/resources/conf/environment.json
new file mode 100644
index 0000000..abf66b9
--- /dev/null
+++ b/dcaedt_tools/src/main/resources/conf/environment.json
@@ -0,0 +1,12 @@
+{
+ "dcaeBeHost": "http://localhost",
+ "dcaeBePort": "8446",
+ "apiPath": "",
+ "credential" :{
+ "editor": "Carlos_Santana",
+ "username": "cs0008",
+ "password": "",
+ "firstName": "",
+ "lastName": ""
+ }
+} \ No newline at end of file