summary |
shortlog | log |
commit |
commitdiff |
review |
tree
first ⋅ prev ⋅ next
santanude [Thu, 9 Dec 2021 07:13:37 +0000 (12:43 +0530)]
Update content of README file
Update the README file to reflect the latest changes
SMO-31
Signed-off-by: santanude <santanu.de@xoriant.com>
Change-Id: Ic6cf7fd6a9ee70b515b95eac4e47b9e44826589c
Signed-off-by: santanude <santanu.de@xoriant.com>
Mahesh Jethanandani [Wed, 8 Dec 2021 16:45:16 +0000 (16:45 +0000)]
Merge "Split ves-net into agent-net and smo-net"
santanude [Mon, 6 Dec 2021 10:57:34 +0000 (16:27 +0530)]
Split ves-net into agent-net and smo-net
Refactor docker-compose to split the network into these two parts, putting all the related containers into their own respective networks.
SMO-26
Signed-off-by: santanude <santanu.de@xoriant.com>
Change-Id: I24cc144d22a192d530a8d30a32888eb15bd6232c
Signed-off-by: santanude <santanu.de@xoriant.com>
Mahesh Jethanandani [Wed, 8 Dec 2021 03:04:45 +0000 (03:04 +0000)]
Merge "Initial version"
Mahesh Jethanandani [Fri, 3 Dec 2021 19:16:07 +0000 (11:16 -0800)]
Initial version
Issue-Id: SMO-30
Signed-off-by: mjethanandani <mjethanandani@gmail.com>
Change-Id: Ic87930eac58a217e01c0466dfc788f44d4d02a11
Signed-off-by: mjethanandani <mjethanandani@gmail.com>
Mahesh Jethanandani [Fri, 3 Dec 2021 15:37:36 +0000 (15:37 +0000)]
Merge "Add connector between Kafka bus and InfluxdB to sync VES events"
Arif Hussain [Thu, 2 Dec 2021 09:50:40 +0000 (15:20 +0530)]
Add HTTPS support for VES events
This task to add support for the secure form of HTTP for VES events. To begin with only the server identity will be checked as part of sending a POST to the VES collector.
Issue-Id: SMO-17
Signed-off-by: Arif Hussain <arif.hussain@xoriant.com>
Change-Id: I9923ed00168ea8af4f7f500e80101aa2625e7c5d
Signed-off-by: Arif Hussain <arif.hussain@xoriant.com>
santanude [Tue, 2 Nov 2021 12:25:00 +0000 (17:55 +0530)]
Add connector between Kafka bus and InfluxdB to sync VES events
VES events will be written to Kafka bus by default. However, if an InfluxdB exists in SMO, then the event needs to be synced to InfluxdB also.
Issue-Id: SMO-22
Signed-off-by: santanude <santanu.de@xoriant.com>
Change-Id: I152b0ad5a7b6676eef702e3c3811c2f381b0f4f8
Signed-off-by: santanude <santanu.de@xoriant.com>
santanude [Mon, 1 Nov 2021 13:02:18 +0000 (18:32 +0530)]
Add support for DMaaP in SMO
SMO is planning on using Kafka bus as the message bus. DMaaP is nothing but a wrapper around the Kafka bus. Since there are legacy applications, mostly from ONAP that need support for reading from or writing to the message bus using DMaaP. This task will track the work related to that support.
Issue-Id: SMO-18
Signed-off-by: santanude <santanu.de@xoriant.com>
Change-Id: I31303440051fd5823ec2bb3199011d3920de6e13
Signed-off-by: santanude <santanu.de@xoriant.com>
santanude [Thu, 21 Oct 2021 12:12:34 +0000 (17:42 +0530)]
Add support for measurement event related to network slicing
This task will add the JSON schema changes for that measurement event, and the corresponding support for it in the VES collector to validate the event based on the schema. In addition, it will also add support for persisting data into data sinks such as InfluxdB, Kafka, Elasticsearch.
Issue-Id: SMO-21
Signed-off-by: santanude <santanu.de@xoriant.com>
Change-Id: I5a866e1b3735c51bb0d0e34c15053b37493d714b
Signed-off-by: santanude <santanu.de@xoriant.com>
santanude [Fri, 24 Sep 2021 12:17:31 +0000 (17:47 +0530)]
Update VES agent container to focal and Python3
Signed-off-by: santanude <santanu.de@xoriant.com>
Change-Id: Iaf85f9c44ede549780478d14970909867e03138e
Signed-off-by: santanude <santanu.de@xoriant.com>
santanude [Tue, 27 Jul 2021 10:13:30 +0000 (15:43 +0530)]
Add support for measurement events
Enhanced Ves-Collector to support measurement events.
Issue-Id: SMO-16
Signed-off-by: santanude <santanu.de@xoriant.com>
Change-Id: Ic8e1472e65472a6d6b6aeb944734d931692e7d13
Signed-off-by: santanude <santanu.de@xoriant.com>
santanude [Thu, 13 May 2021 14:41:38 +0000 (20:11 +0530)]
Implement a version of the O1/VES interface for SMO
Developed Ves-Collector to support different types of events. Ves-collector validates incoming requests as per schema and persists valid events data in InfluxDb.
Issue-Id: SMO-8
Signed-off-by: santanude <santanu.de@xoriant.com>
Change-Id: I07d5bc027ef36cd924ec3bd97fdb6fb724ea4444
Signed-off-by: santanude <santanu.de@xoriant.com>
LF Jenkins CI [Tue, 20 Oct 2020 20:07:21 +0000 (20:07 +0000)]
Automation adds .gitreview
Change-Id: I20321b681ee0775eb9b81050aa7e90dcf14eb027
Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
LF Jenkins CI [Tue, 20 Oct 2020 20:07:18 +0000 (20:07 +0000)]
Initial empty repository