aboutsummaryrefslogtreecommitdiffstats
path: root/dpo/tcaSpec.json
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2017-10-09 18:15:42 +0000
committerGerrit Code Review <gerrit@onap.org>2017-10-09 18:15:42 +0000
commitc4576bdb86e502636e342f8accca880fe9fecae2 (patch)
tree05e964c540e6db5781353d016b23cf39f2d02d12 /dpo/tcaSpec.json
parent3cc24f44c6ed20438aa8c7160c172fc42b883845 (diff)
parente3e8eba1ac078378599ed550953bdc2f1f4b2e21 (diff)
Merge "Updates to TCA spec and output format"
Diffstat (limited to 'dpo/tcaSpec.json')
-rw-r--r--dpo/tcaSpec.json71
1 files changed, 66 insertions, 5 deletions
diff --git a/dpo/tcaSpec.json b/dpo/tcaSpec.json
index c906395..0bbb4a5 100644
--- a/dpo/tcaSpec.json
+++ b/dpo/tcaSpec.json
@@ -49,7 +49,7 @@
},
"artifacts": [
{
- "uri": "${nexusproxy}/repository/dcae-dev-raw/jar_files/dcae-analytics-tca-2.0.0.jar",
+ "uri": "https://nexus.onap.org/service/local/repositories/snapshots/content/org/onap/dcaegen2/analytics/tca/dcae-analytics-cdap-tca/2.0.0-SNAPSHOT/dcae-analytics-cdap-tca-2.0.0-20171006.155007-46.jar",
"type": "jar"
}
],
@@ -108,6 +108,36 @@
],
"app_preferences": [
{
+ "name" : "subscriberHostName",
+ "description" : "",
+ "value" : "HOSTNAME"
+ },
+ {
+ "name" : "subscriberHostPort",
+ "description" : "",
+ "value" : 1234
+ },
+ {
+ "name" : "subscriberTopicName",
+ "description" : "",
+ "value" : "com.att.dcae.dmaap.mtnje2.DcaeTestVESSub"
+ },
+ {
+ "name" : "subscriberProtocol",
+ "description" : "",
+ "value" : "https"
+ },
+ {
+ "name" : "subscriberUserName",
+ "description" : "",
+ "value" : "USERNAME"
+ },
+ {
+ "name" : "subscriberUserPassword",
+ "description" : "",
+ "value" : "PASSWORD"
+ },
+ {
"name": "subscriberContentType",
"description": "Subscriber Content Type",
"value": "application/json"
@@ -138,6 +168,36 @@
"value": 30000
},
{
+ "name" : "publisherHostName",
+ "description" : "",
+ "value" : "HOSTNAME"
+ },
+ {
+ "name" : "publisherHostPort",
+ "description" : "",
+ "value" : 1234
+ },
+ {
+ "name" : "publisherTopicName",
+ "description" : "",
+ "value" : "com.att.dcae.dmaap.mtnje2.DcaeTestVESPub"
+ },
+ {
+ "name" : "publisherProtocol",
+ "description" : "",
+ "value" : "https"
+ },
+ {
+ "name" : "publisherUserName",
+ "description" : "",
+ "value" : "USERNAME"
+ },
+ {
+ "name" : "publisherUserPassword",
+ "description" : "",
+ "value" : "PASSWORD"
+ },
+ {
"name": "publisherContentType",
"description": "Publisher Content Type",
"value": "application/json"
@@ -185,12 +245,12 @@
{
"name": "aaiEnrichmentUserName",
"description": "A&AI Enrichment API username",
- "value": "DCAE"
+ "value": "USERNAME"
},
{
"name": "aaiEnrichmentUserPassword",
"description": "A&AI Enrichment API password",
- "value": "DCAE"
+ "value": "PASSWORD"
},
{
"name": "aaiEnrichmentIgnoreSSLCertificateErrors",
@@ -210,7 +270,7 @@
{
"name": "aaiEnrichmentProxyURL",
"description": "A&AI Enrichment API Proxy URL",
- "value": "http://username:password@proxyhost.com:8080"
+ "value": "URL"
},
{
"name": "tca_policy",
@@ -291,7 +351,8 @@
"LESS",
"LESS_OR_EQUAL",
"GREATER",
- "GREATER_OR_EQUAL"
+ "GREATER_OR_EQUAL",
+ "EQUAL"
]
}]
}, {