PNF Registration Handler

Clone this repo:
  1. 976eb5a [DCAEGEN2] Release dcaegen2-services-prh container by sushant53 · 11 months ago master
  2. 62841e5 [DCAEGEN2] Remove DMaaP dependency in PRH by sushant53 · 1 year, 1 month ago 1.10.1
  3. d82c53b [DCAEGEN2] Pass autoCommitDisabled mode configuration via CBSContentParser by pranitk1905 · 1 year, 3 months ago
  4. be165c3 [DCAEGEN2] Release dcaegen2-services-prh container by tech.mayur23 · 1 year, 8 months ago london
  5. e1e4154 PRH Code Additions for Early PNF registrations by sangeeta.bellara · 1 year, 9 months ago 1.9.0

PRH (PNF Registration Handler)

Physical Network Function Registration Handler is responsible for registration of PNF (Physical Network Function) to ONAP (Open Network Automation Platform) in plug and play manner.

Introduction

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

Functionality

Compiling PRH

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

Build docker image

In main project directory run:

mvn clean package docker:build

Main API Endpoints

Running with dev-mode of PRH

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

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

  • Stop PRH: http://<container_address>:8100/stopPrh or https://<container_address>:8433/stopPrh

Maven GroupId:

org.onap.dcaegen2.services

Maven Parent ArtifactId:

dcae-services

Maven Children Artifacts:

  1. prh-app-server: Pnf Registration Handler (PRH) server
  2. prh-commons: Common code for whole prh modules

License

Copyright (C) 2018-2020 NOKIA Intellectual Property. All rights reserved. License