X-Git-Url: https://gerrit.onap.org/r/gitweb?p=dcaegen2%2Fanalytics%2Ftca.git;a=blobdiff_plain;f=dpo%2FtcaSpec.json;fp=dpo%2FtcaSpec.json;h=0bbb4a55f8bc4633406a12a071c442d1c9e0c13c;hp=c9063953e10fd3e3232e0a3a41cbd8b0aa31bec9;hb=e3e8eba1ac078378599ed550953bdc2f1f4b2e21;hpb=294cba47b07654e90b6be22e9b59b308d100243d 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" } ], @@ -107,6 +107,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", @@ -137,6 +167,36 @@ "description": "Subscriber Polling Interval in milliseconds", "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", @@ -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" ] }] }, {