Update dcae doc for 3.0.1 44/76044/5
authorVENKATESH KUMAR <vv770d@att.com>
Mon, 21 Jan 2019 01:15:08 +0000 (20:15 -0500)
committerVijay Venkatesh Kumar <vv770d@att.com>
Mon, 21 Jan 2019 17:23:58 +0000 (17:23 +0000)
Change-Id: I3d34323a0d802bc469ff6d8173fd1170584fd652
Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
Issue-ID: DCAEGEN2-1105
(cherry picked from commit 68cd5213788fac134dcb6a3e53598121bfbf1208)

docs/sections/apis/swagger_vescollector.yaml
docs/sections/apis/ves.rst
docs/sections/components/dcae-cli/commands.rst
docs/sections/components/dcae-cli/walkthrough.rst
docs/sections/release-notes.rst
docs/sections/services/dfc/release-notes.rst
docs/sections/services/ves-http/installation.rst

index 52b1922..a2ed6a4 100644 (file)
@@ -16,7 +16,7 @@
 #
 swagger: '2.0'
 info:
-  version: 1.3.1
+  version: 1.3.2
   title: VES Collector
   description: >
     Virtual Event Streaming (VES) Collector is RESTful collector for processing
index 49c8230..a4503d2 100644 (file)
@@ -2041,23 +2041,6 @@ number of times an identified codec was used over the measurementInterval
 
 .. _d_a68e1b21fdcef792db73f711201c56ad:
 
-command Model Structure
------------------------
-
-command from an event collector toward an event source
-
-.. csv-table::
-    :delim: |
-    :header: "Name", "Required", "Type", "Format", "Properties", "Description"
-    :widths: 20, 10, 15, 15, 30, 25
-
-        commandType | Yes | string |  | {'enum': ['heartbeatIntervalChange', 'measurementIntervalChange', 'provideThrottlingState', 'throttlingSpecification']} | 
-        eventDomainThrottleSpecification | No | :ref:`eventDomainThrottleSpecification <d_4089a4a9ee684770c6f37a588a577589>` |  |  | 
-        heartbeatInterval | No | integer |  |  | 
-        measurementInterval | No | integer |  |  | 
-
-.. _d_2dc9a27be1410f60241c5f63c636bb7e:
-
 commonEventHeader Model Structure
 ---------------------------------
 
index f471d67..d63fb09 100644 (file)
@@ -257,9 +257,9 @@ Run a component in attached mode:
 \r
     DCAE.Docker.user1.b7287639-37f5-4f25-8d54-8a2087f4c8da.0-5-0.sandbox-platform-yourapp | INFO |  * Running on http://0.0.0.0:8080/ (Press CTRL+C to quit)\r
 \r
-    DCAE.Docker.user1.b7287639-37f5-4f25-8d54-8a2087f4c8da.0-5-0.sandbox-platform-yourapp | INFO | 135.205.226.140 - - [24/May/2017 03:37:57] "GET /health HTTP/1.1" 200 -\r
+    DCAE.Docker.user1.b7287639-37f5-4f25-8d54-8a2087f4c8da.0-5-0.sandbox-platform-yourapp | INFO | 127.0.0.1 - - [24/May/2017 03:37:57] "GET /health HTTP/1.1" 200 -\r
 \r
-    DCAE.Docker.user1.b7287639-37f5-4f25-8d54-8a2087f4c8da.0-5-0.sandbox-platform-yourapp | INFO | 135.205.226.140 - - [24/May/2017 03:38:12] "GET /health HTTP/1.1" 200 -\r
+    DCAE.Docker.user1.b7287639-37f5-4f25-8d54-8a2087f4c8da.0-5-0.sandbox-platform-yourapp | INFO | 127.0.0.1 - - [24/May/2017 03:38:12] "GET /health HTTP/1.1" 200 -\r
 \r
 Hit Ctrl-C to terminate session.\r
 \r
index 56c9e28..fd1efb9 100755 (executable)
@@ -133,8 +133,8 @@ Query CONSUL to get the IP/PORT of CONFIG BINDING SERVICE
       {\r
         "ID": "bfbc220d-4603-7f90-ec2e-611d3c330f20",\r
         "Node":"docker00",\r
-        "Address": "10.226.1.15",\r
-        "Datacenter":"solutioning-central",\r
+        "Address": "127.0.0.1",\r
+        "Datacenter":"dcae-central",\r
         "TaggedAddresses": {\r
           "lan":"10.226.1.15",\r
           "wan":"10.226.1.15"\r
@@ -143,7 +143,7 @@ Query CONSUL to get the IP/PORT of CONFIG BINDING SERVICE
         "ServiceID": "472b116f9035:config_binding_service:10000",\r
         "ServiceName": "config_binding_service",\r
         "ServiceTags": [],\r
-        "ServiceAddress":"135.205.226.126",\r
+        "ServiceAddress":"127.0.0.1",\r
         "ServicePort":10000,\r
         "ServiceEnableTagOverride": false,\r
         "CreateIndex":1078990,\r
@@ -295,7 +295,7 @@ Run a component in attached mode:
 \r
     DCAE.Docker.user12.dbb13a3c-d870-487e-b584-89929b856b5c.0-7-0.sandbox-platform-yourapp | INFO |  * Running on http://0.0.0.0:8080/ (Press CTRL+C to quit)\r
 \r
-    DCAE.Docker.user12.dbb13a3c-d870-487e-b584-89929b856b5c.0-7-0.sandbox-platform-yourapp | INFO | 135.205.226.156 - - [08/Nov/2017 23:27:30] "GET /health HTTP/1.1" 200 -\r
+    DCAE.Docker.user12.dbb13a3c-d870-487e-b584-89929b856b5c.0-7-0.sandbox-platform-yourapp | INFO | 127.0.0.1 - - [08/Nov/2017 23:27:30] "GET /health HTTP/1.1" 200 -\r
 \r
 \r
     Hit Ctrl-C to terminate session.\r
index 3983802..861c7fd 100644 (file)
@@ -3,6 +3,47 @@
 Release Notes
 =============
 
+
+Version: 3.0.1
+--------------
+
+:Release Date: 2019-01-31
+
+DCAE R3 Maintenance release includes following fixes
+
+**Bug Fixes**
+
+- DataFileCollector
+     - DCAEGEN2-940   
+       Larger files of size 100Kb publish to DR
+     - DCAEGEN2-941   
+       DFC error after running over 12 hours
+     - DCAEGEN2-1001 
+       Multiple Fileready notification not handled
+
+- HighVolume VES Collector (protobuf/tcp)
+     - DCAEGEN2-976
+       HV-VES not fully complaint to RTPM protocol (issue with CommonEventHeader.sequence)
+
+- VESCollector (http)
+     - DCAEGEN2-1035
+       Issue with VES batch event publish 
+       
+- Heat deployment 
+     - DCAEGEN2-1007
+       Removing obsolete services configuration
+
+
+The following containers are updated in R3.0.1
+
+    - DataFile Collector
+       - Docker container tag: onap/org.onap.dcaegen2.collectors.datafile.datafile-app-server:1.0.5
+    - HV-VES Collector
+       - Docker container tag: onap/org.onap.dcaegen2.collectors.hv-ves.hv-collector-main:1.0.2
+    - VES Collector
+       - Docker container tag: onap/org.onap.dcaegen2.collectors.ves.vescollector:1.3.2
+
+
 Version: 3.0.0
 --------------
 
@@ -131,6 +172,7 @@ The following components are upgraded from R2:
        - Description: Refactoring.
     - VES Collector
        - Docker container image tag: onap/org.onap.dcaegen2.collectors.ves.vescollector:1.3.1
+       - Description : Refactoring
     - Threshold Crossing Analytics
        - Docker container image tag: onap/org.onap.dcaegen2.deployments.tca-cdap-container:1.1.0
        - Description: Replaced Hadoop VM Cluster based file system with regular host file system; repackaged full TCA-CDAP stack into Docker container; transactional state separation from TCA in-memory to off-node Redis cluster for supporting horizontal scaling.
index fb66ebb..18ee106 100644 (file)
@@ -4,6 +4,19 @@
 Release Notes
 =============
 
+Version: 1.0.5
+--------------
+
+:Release Date: 2019-01-30 (Casablanca Maintenance fixes)
+
+
+**Bug Fixes**
+
+DCAEGEN2-940  - Larger files of size 100Kb publish to DR
+DCAEGEN2-941  - DFC error after running over 12 hours
+DCAEGEN2-1001 - Multiple Fileready notification not handled
+
+
 Version: 1.0.4
 --------------
 
index 27f4646..9a627df 100644 (file)
@@ -6,7 +6,7 @@ Installation
 
 To run VES Collector container on standalone mode, following parameters are required
 
-    ``docker run -d -p 8080:8080/tcp -p 8443:8443/tcp -P -e DMAAPHOST='10.0.11.1' nexus.onap.org:10001/onap/org.onap.dcaegen2.collectors.ves.vescollector:1.3.1``
+    ``docker run -d -p 8080:8080/tcp -p 8443:8443/tcp -P -e DMAAPHOST='10.0.11.1' nexus.onap.org:10001/onap/org.onap.dcaegen2.collectors.ves.vescollector:1.3.2``
 
 
 DMAAPHOST is required for standalone; for normal platform installed instance the publish URL are obtained from Consul. Below parameters are exposed for DCAE platform (cloudify) deployed instance