blob: 0a020ae5d339f192da644e4bc1815bb8c0f9a6a7 [file] [log] [blame]
Marcin Migdal1a04f432019-04-10 11:08:29 +02001{
2 "self": {
3 "version": "1.1.0",
4 "name": "dcae-hv-ves-collector",
5 "description": "Collector for receiving stream of High Volume VES events through socket interface",
6 "component_type": "docker"
7 },
8 "streams": {
9 "subscribes": [],
10 "publishes": [
11 {
12 "format": "hv-ves-event",
13 "version": "7.1.0",
14 "type": "kafka",
15 "config_key": "perf3gpp"
16 }
17 ]
18 },
19 "services": {
20 "calls": [],
21 "provides": []
22 },
23 "parameters": [],
24 "auxilary": {
25 "healthcheck": {
26 "type": "script",
27 "interval": "15s",
28 "timeout": "2s",
29 "script": "/opt/ves-hv-collector/healthcheck.sh"
30 },
31 "volumes": [
32 {
33 "container": {
34 "bind": "/etc/ves-hv/ssl"
35 },
36 "host": {
37 "path": "/opt/app/dcae-certificate"
38 }
39 },
40 {
41 "container": {
42 "bind": "/var/log/ONAP/dcae-hv-ves-collector"
43 },
44 "host": {
45 "path": "/var/log/ONAP/dcae-hv-ves-collector"
46 }
47 }
48 ],
49 "ports": [
50 "6060:6060",
51 "6061:6061"
52 ]
53 },
54 "artifacts": [
55 {
56 "type": "docker image",
57 "uri": "nexus.onap.org:10001/onap/org.onap.dcaegen2.collectors.hv-ves.hv-collector-main:1.1.0-SNAPSHOT"
58 }
59 ]
60}