commit | 337635dc3119024a97d03ef0d2d52598f3d4ed1d | [log] [tgz] |
---|---|---|
author | efiacor <fiachra.corcoran@est.tech> | Wed Mar 08 09:36:19 2023 +0000 |
committer | efiacor <fiachra.corcoran@est.tech> | Wed Mar 08 09:36:23 2023 +0000 |
tree | cf9be6041d56c722a76dbccf63ebd16f39e726f5 | |
parent | 7439d84abc3d2491e254c4b31fd5e16f48a8d2cb [diff] |
[DCAE-VES-OPENAPI] Release conatiner 1.3.1 Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: Iec72e30a6f90252fd0a4fc701b5fb8de92741185 Issue-ID: DCAEGEN2-3335
This application should partially validate incoming service distributions in SDC. It validates each artifact of type VES_EVENT. Its purpose is to check whether schemaReferences of stndDefined events included in VES_EVENT artifacts are matching the schemas which VES Collector contains.
Connect to lab and expose ports of message-router service by setting spec.type to NodePort.
Add to /etc/hosts new entry:
<lab_worker_node_ip> sdc-be.onap
Get exposed port of 3904 internal port of message-router.
Set up connection configuration in environment.config file.
Local port forwarding is required to set up proper connection from local environment to message-router on the lab.
Run this to enable port-forwarding (CTRL+C to end):
make port-forwarding
Currently, there are two common ways to run application, both described below.
Right click on Main class, then Run or Debug button.
Run (from other terminal than used for port-forwarding):
make all
Correctly connected to lab application should print logs:
distribution client initialized successfuly
and
distribution client started successfuly
After preparing environment, starting ves-openapi-manager and successful connection to lab, application will listen for service distributions taking place in SDC.
When distribution takes place, ves-openapi-manager downloads each VES_EVENT artifact to validate its stndDefined events.
Results of validation are visible in two places:
There are at least two ways to build docker image.
Using makefile:
make build docker
Direct creation with mvn:
mvn clean package docker:build
Image will be named: onap/org.onap.dcaegen2.platform.ves-openapi-manager