commit | 4b74f01111b3b14fbb3832d8aaf4946cded374a0 | [log] [tgz] |
---|---|---|
author | Katri Turunen <katri.turunen@nokia.com> | Thu Aug 15 10:49:36 2019 +0300 |
committer | Katri Turunen <katri.turunen@nokia.com> | Thu Aug 15 16:32:43 2019 +0300 |
tree | fea85301c9982fe182135c833b5892c67f06e2a4 | |
parent | 87956295b3a222b6b4f946a27efd633175ae7ed4 [diff] |
Add first version of VES agent and vesmgr Vesmgr starts VES agent with a hard-coded measurement configuration. The following parameters can be defined as environment variables: VESMGR_HB_INTERVAL VESMGR_MEAS_INTERVAL VESMGR_PRICOLLECTOR_ADDR VESMGR_PRICOLLECTOR_PORT VESMGR_PROMETHEUS_ADDR Change-Id: I2faf07fca10864d331d81c2c15b94b9f263402b5 Signed-off-by: Katri Turunen <katri.turunen@nokia.com>
The VESPA manager uses the VES Agent (https://github.com/nokia/ONAP-VESPA) to adapt near-RT RIC internal statistics' collection using Prometheus (xApps and platform containers) to ONAP's VES (VNF event streaming).
The VESPA manager starts and configures the VES Agent.
The VESPA manager container requires the following environment variables:
In order to run the VESPA manager unit tests, give the following command:
go test ./... -v
See LICENSES.txt file.