aboutsummaryrefslogtreecommitdiffstats
path: root/common/onap-generic-artifact-browser/onap-generic-artifact-browser-service/pom.xml
blob: a49aead68a75efdc2bf273d67fd4f4876cccf750 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>

  <parent>
    <groupId>org.onap.sdc.common</groupId>
    <artifactId>onap-generic-artifact-browser</artifactId>
    <version>1.12.2-SNAPSHOT</version>
  </parent>

  <artifactId>onap-generic-artifact-browser-service</artifactId>

  <properties>
    <jsurfer.version>1.4.3</jsurfer.version>
    <jacoco.skip>false</jacoco.skip>
  </properties>

  <dependencies>

    <dependency>
      <groupId>org.projectlombok</groupId>
      <artifactId>lombok</artifactId>
      <version>${lombok.version}</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.yaml</groupId>
      <artifactId>snakeyaml</artifactId>
      <version>${snakeyaml.version}</version>
    </dependency>
    <dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <version>${gson.version}</version>
    </dependency>
    <dependency>
      <groupId>com.github.jsurfer</groupId>
      <artifactId>jsurfer-gson</artifactId>
      <version>${jsurfer.version}</version>
    </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
      <version>${guava.version}</version>
    </dependency>
    <dependency>
      <groupId>commons-io</groupId>
      <artifactId>commons-io</artifactId>
      <version>${commons.io.version}</version>
    </dependency>

    <!--test-->
    <dependency>
      <groupId>org.hamcrest</groupId>
      <artifactId>hamcrest-all</artifactId>
      <version>${hamcrest-all.version}</version>
      <scope>test</scope>
    </dependency>

  </dependencies>

</project>
.highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
{
  "self": {
    "version": "1.5.0",
    "name": "dcae-ves-collector",
    "description": "Collector for receiving VES events through restful interface",
    "component_type": "docker"
  },
  "streams": {
    "subscribes": [],
    "publishes": [
      {
        "format": "VES_specification",
        "version": "5.28.4",
        "type": "message router",
        "config_key": "ves-fault" 
      },
      {
        "format": "VES_specification",
        "version": "5.28.4",
        "type": "message router",
        "config_key": "ves-measurement" 
      },
      {
        "format": "VES_specification",
        "version": "5.28.4",
        "type": "message router",
        "config_key": "ves-other"  
      },
      {
        "format": "VES_specification",
        "version": "5.28.4",
        "type": "message router",
        "config_key": "ves-heartbeat-secondary" 
      },
      {
        "format": "VES_specification",
        "version": "7.30.0",
        "type": "message router",
        "config_key": "ves-pnfRegistration" 
      },
      {
        "format": "VES_specification",
        "version": "7.30.0",
        "type": "message router",
        "config_key": "ves-notification" 
      }
    ]
  },
  "services": {
    "calls": [],
    "provides": [
      {
        "route": "/eventListener/v1",
        "verb": "POST",
        "request": {
          "format": "VES_specification",
          "version": "4.27.2"
        },
        "response": {
          "format": "ves.coll.response",
          "version": "1.0.0"
        }
      },
      {
        "route": "/eventListener/v2",
        "verb": "POST",
        "request": {
          "format": "VES_specification",
          "version": "4.27.2"
        },
        "response": {
          "format": "ves.coll.response",
          "version": "1.0.0"
        }
      },
      {
        "route": "/eventListener/v3",
        "verb": "POST",
        "request": {
          "format": "VES_specification",
          "version": "4.27.2"
        },
        "response": {
          "format": "ves.coll.response",
          "version": "1.0.0"
        }
      },
      {
        "route": "/eventListener/v4",
        "verb": "POST",
        "request": {
          "format": "VES_specification",
          "version": "4.27.2"
        },
        "response": {
          "format": "ves.coll.response",
          "version": "1.0.0"
        }
      },
      {
        "route": "/eventListener/v5",
        "verb": "POST",
        "request": {
          "format": "VES_specification",
          "version": "5.28.4"
        },
        "response": {
          "format": "ves.coll.response",
          "version": "1.0.0"
        }
      },
      {
        "route": "/eventListener/v7",
        "verb": "POST",
        "request": {
          "format": "VES_specification",
          "version": "7.30.0"
        },
        "response": {
          "format": "ves.coll.response",
          "version": "1.0.0"
        }
      }
    ]
  },
  "parameters": [
    {
      "name": "collector.service.port",
      "value": 8080,
      "description": "standard http port collector will open for listening;",
      "sourced_at_deployment": false,
      "policy_editable": false,
      "designer_editable": false
    },
    {
      "name": "collector.service.secure.port",
      "value": 8443,
      "description": "secure http port collector will open for listening ",
      "sourced_at_deployment": false,
      "policy_editable": false,
      "designer_editable": true
    },
    {
      "name": "collector.keystore.file.location",
      "value": "/opt/app/dcae-certificate/keystore.jks",
      "description": "fs location of keystore file in vm",
      "sourced_at_deployment": false,
      "policy_editable": false,
      "designer_editable": false
    },
    {
      "name": "collector.keystore.passwordfile",
      "value": "/opt/app/dcae-certificate/.password",
      "description": "location of keystore password file in vm",
      "sourced_at_deployment": false,
      "policy_editable": false,
      "designer_editable": false
    },
    {
      "name": "collector.truststore.file.location",
      "value": "/opt/app/dcae-certificate/truststore.jks",
      "description": "fs location of truststore file in vm",
      "sourced_at_deployment": false,
      "policy_editable": false,
      "designer_editable": false
    },
    {
      "name": "collector.truststore.passwordfile",
      "value": "/opt/app/dcae-certificate/.trustpassword",
      "description": "location of truststore password file in vm",
      "sourced_at_deployment": false,
      "policy_editable": false,
      "designer_editable": false
    },
    {
      "name": "collector.dmaap.streamid",
      "value": "fault=ves-fault,ves-fault-secondary|syslog=ves-syslog,ves-syslog-secondary|heartbeat=ves-heartbeat,ves-heartbeat-secondary|measurementsForVfScaling=ves-measurement,ves-measurement-secondary|mobileFlow=ves-mobileflow,ves-mobileflow-secondary|other=ves-other,ves-other-secondary|stateChange=ves-statechange,ves-statechange-secondary|thresholdCrossingAlert=ves-thresholdCrossingAlert,ves-thresholdCrossingAlert-secondary|voiceQuality=ves-voicequality,ves-voicequality-secondary|sipSignaling=ves-sipsignaling,ves-sipsignaling-secondary|notification=ves-notification,ves-notification-secondary|pnfRegistration=ves-pnfRegistration,ves-pnfRegistration-secondary",
      "description": "domain-to-streamid mapping used by VESCollector to distributes events based on domain. Both primary and secondary config_key are included for resilency (multiple streamid can be included commma separated). The streamids MUST match to topic config_keys. For single site without resiliency deployment - configkeys with -secondary suffix can be removed",
      "sourced_at_deployment": true,
      "policy_editable": false,
      "designer_editable": false
    },
    {
      "name": "auth.method",
      "value": "noAuth",
      "description": "Property to manage application mode, possible configurations: noAuth - default option - no security (http) , certOnly - auth by certificate (https), basicAuth - auth by basic auth username and password (https),certBasicAuth - auth by certificate and basic auth username / password (https),",
      "sourced_at_deployment": false,
      "policy_editable": false,
      "designer_editable": false
    },
    {
      "name": "header.authlist",
      "value": "sample1,$2a$10$pgjaxDzSuc6XVFEeqvxQ5u90DKJnM/u7TJTcinAlFJVaavXMWf/Zi|userid1,$2a$10$61gNubgJJl9lh3nvQvY9X.x4e5ETWJJ7ao7ZhJEvmfJigov26Z6uq|userid2,$2a$10$G52y/3uhuhWAMy.bx9Se8uzWinmbJa.dlm1LW6bYPdPkkywLDPLiy",
      "description": "List of id and base 64 encoded password.For each onboarding VNF - unique userid and password should be assigned and communicated to VNF owner. Password value should be base64 encoded in config here",
      "policy_editable": false,
      "sourced_at_deployment": true,
      "designer_editable": true
    },
    {
      "name": "collector.schema.checkflag",
      "value": 1,
      "description": "Schema check validation flag. When enabled, collector will validate input VES events against VES Schema defined on collector.schema.file ",
      "sourced_at_deployment": false,
      "policy_editable": false,
      "designer_editable": false
    },
    {
      "name": "collector.schema.file",
      "value": "{\"v1\":\"./etc/CommonEventFormat_27.2.json\",\"v2\":\"./etc/CommonEventFormat_27.2.json\",\"v3\":\"./etc/CommonEventFormat_27.2.json\",\"v4\":\"./etc/CommonEventFormat_27.2.json\",\"v5\":\"./etc/CommonEventFormat_28.4.1.json\",\"v7\":\"./etc/CommonEventFormat_30.json\"}",
      "description": "VES schema file name per version used for validation",
      "designer_editable": true,
      "sourced_at_deployment": false,
      "policy_editable": false
    },
    {
      "name": "event.transform.flag",
      "value": 1,
      "description": "flag to enable tranformation rules defined under eventTransform.json; this is applicable when event tranformation rules preset should be activated for transforming <VES5.4 events to 5.4",
      "sourced_at_deployment": false,
      "policy_editable": false,
      "designer_editable": false
    },
    {
      "name": "tomcat.maxthreads",
      "value": "200",
      "description": "Tomcat control for concurrent request",
      "sourced_at_deployment": false,
      "policy_editable": false,
      "designer_editable": false
    }
  ],
  "auxilary": {
    "healthcheck": {
      "type": "http",
      "interval": "15s",
      "timeout": "1s",
      "endpoint": "/healthcheck"
    },
    "volumes": [
      {
        "container": {
          "bind": "/opt/app/dcae-certificate"
        },
        "host": {
          "path": "/opt/app/dcae-certificate"
        }
      },
      {
        "container": {
          "bind": "/opt/app/VESCollector/logs"
        },
        "host": {
          "path": "/opt/logs/DCAE/VESCollector/logs"
        }
      },
      {
        "container": {
          "bind": "/opt/app/VESCollector/etc"
        },
        "host": {
          "path": "/opt/logs/DCAE/VESCollector/etc"
        }
      }
    ],
    "ports": [
      "8080:8080",
      "8443:8443"
    ]
  },
  "artifacts": [
    {
      "type": "docker image",
      "uri": "nexus.onap.org:10001/onap/org.onap.dcaegen2.collectors.ves.vescollector:latest"
    }
  ]
}