TCA: use VES 5.28.4 91/13491/1
authoran4828 <nekrassov@att.com>
Tue, 19 Sep 2017 14:01:31 +0000 (10:01 -0400)
committeran4828 <nekrassov@att.com>
Tue, 19 Sep 2017 14:01:37 +0000 (10:01 -0400)
Change-Id: Ied28090ba5ebceb43e0deb3373f9b9c033806afa
Signed-off-by: an4828 <nekrassov@att.com>
Issue-ID: DCAEGEN2-65

dpo/commands
dpo/tcaInput.json [deleted file]
dpo/tcaSpec.json

index 0c543c7..a88a745 100644 (file)
@@ -1,12 +1,12 @@
 unset http_proxy; unset https_proxy
 
-dcae_cli data_format add --update tcaInput.json
 dcae_cli data_format add --update tcaOutput.json
 dcae_cli component add --update tcaSpec.json
 dcae_cli component run --dmaap-file dmaap.json --force cdap.tca.hi.lo.app
 
 # publish
 dcae_cli data_format publish "TCA Alert Definition"
+dcae_cli component publish cdap.tca.hi.lo.app
 
 # to un-deploy
 dcae_cli component undeploy cdap.tca.hi.lo.app
diff --git a/dpo/tcaInput.json b/dpo/tcaInput.json
deleted file mode 100644 (file)
index aea9fcf..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-{
-    "self": {
-        "name": "Common Event Format Definition",
-        "version": "25.0.0",
-        "description": "Common Event Format Definition"
-
-    },
-    "dataformatversion": "1.0.0",
-    "reference": {
-        "name": "Common Event Format",
-        "format": "JSON",
-        "version": "25.0.0"
-    }
-}
index 73276bb..9ffd687 100644 (file)
@@ -1,7 +1,7 @@
 {
   "self": {
     "name": "cdap.tca.hi.lo.app",
-    "version": "1.0.3",
+    "version": "1.0.4",
     "description": "cdap tca hi lo application",
     "component_type": "cdap"
   },
@@ -9,8 +9,8 @@
     "subscribes": [
       {
         "config_key": "tca_handle_in",
-        "format": "Common Event Format Definition",
-        "version": "25.0.0",
+        "format": "VES_specification",
+        "version": "5.28.4",
         "type": "message router"
       }
     ],