From 6d689539cc3c3d6f7b5d8564e268047f29c24007 Mon Sep 17 00:00:00 2001 From: Vijay Date: Thu, 26 Oct 2017 17:53:36 +0000 Subject: [PATCH] make outformat generic Issue-ID: DCAEGEN2-181 Change-Id: I33a83e5d1ce3967c676293b2f5ddd4c78365375c Signed-off-by: Vijay --- dpo/{tcaOutput.json => dcaeCLOutput.json} | 6 +++--- dpo/tcaSpec.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) rename dpo/{tcaOutput.json => dcaeCLOutput.json} (93%) 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" } ] -- 2.16.6