From: Tony Hansen Date: Fri, 27 Oct 2017 12:33:14 +0000 (+0000) Subject: Merge "TCA:Included git information in tca jars" X-Git-Tag: v2.0.0^0 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=f12d063eba60eb85f6109fac8e488604ec85825d;hp=ef5da9b0c7ad76ae4295323c7f40dbca25c927d6;p=dcaegen2%2Fanalytics%2Ftca.git Merge "TCA:Included git information in tca jars" --- diff --git a/dpo/tcaOutput.json b/dpo/dcaeCLOutput.json similarity index 93% rename from dpo/tcaOutput.json rename to dpo/dcaeCLOutput.json index 065977a..da726d7 100644 --- a/dpo/tcaOutput.json +++ b/dpo/dcaeCLOutput.json @@ -1,12 +1,12 @@ { "self": { - "name": "TCA Alert Definition", + "name": "DCAE_CL_Output", "version": "1.0.1", - "description": "The format of the output event from TCA" + "description": "The format of the output CL event from DCAE to Policy" }, "dataformatversion": "1.0.0", "jsonschema": { - "name": "TCA Alert", + "name": "CL Alert", "version": "1.0.0", "properties": { "version": { diff --git a/dpo/tcaSpec.json b/dpo/tcaSpec.json index a7c697e..8e69c06 100644 --- a/dpo/tcaSpec.json +++ b/dpo/tcaSpec.json @@ -17,8 +17,8 @@ "publishes": [ { "config_key": "tca_handle_out", - "format": "TCA Alert Definition", - "version": "1.0.0", + "format": "DCAE_CL_Output", + "version": "1.0.1", "type": "message router" } ]