[DCAE] INFO.yaml update

Committer updates (SEP2022)

Change-Id: I9a665dd147361402d27a9e7bc6a2f9805340494d
Issue-ID: DCAEGEN2-3236
Issue-ID: DCAEGEN2-3250
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
1 file changed
tree: 071f997a257e0ed7b647480add7db936a1867a73
  1. datafile-app-server/
  2. releases/
  3. .gitignore
  4. .gitreview
  5. Changelog.md
  6. INFO.yaml
  7. LICENSE.txt
  8. onap-java-formatter.xml
  9. pom.xml
  10. README.md
  11. swagger.yaml
  12. version.properties
README.md

DFC (DataFile Collector)

Datafile Collector is responsible for collecting PM counter files from PNF (Physical Network Function) and then publish these files to Dmaap DataRouter.

Introduction

DFC is delivered as one Docker container which hosts application server and can be started by docker-compose.

Compiling DFC

Whole project (top level of DFC directory) and each module (sub module directory) can be compiled using mvn clean install command.

Build image

mvn install docker:build

Main API Endpoints

Running with dev-mode of DFC

  • Heartbeat: http://<container_address>:8100/heartbeat or https://<container_address>:8443/heartbeat

  • Start DFC: http://<container_address>:8100/start or https://<container_address>:8433/start

  • Stop DFC: http://<container_address>:8100/stopDatafile or https://<container_address>:8433/stopDatafile

Maven GroupId:

org.onap.dcaegen2.collectors

Maven Parent ArtifactId:

dcae-services

Maven Children Artifacts:

  1. datafile-app-server: Datafile Collector (DFC) server
  2. datafile-commons: Common code for whole dfc modules
  3. datafile-dmaap-client: http client used to connect to dmaap message router/data router

License

Copyright (C) 2018-2019 NOKIA Intellectual Property, 2018-2019 Nordix Foundation. All rights reserved. License