Update INFO.yaml with new PTL

Marek Szwalkiewicz was added as the new INT PTL and committer.

Issue-ID: INT-2218
Change-Id: If61a15b06523ba53b3c30ece24c436ecf3c59679
Signed-off-by: Marek SzwaƂkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
1 file changed
tree: 31a4cf7606fca7471ffbd600928086b8fb0eb7eb
  1. doc/
  2. operations/
  3. .coafile
  4. .gitignore
  5. .gitreview
  6. .yamllint
  7. INFO.yaml
  8. README.md
  9. tox.ini
README.md

A1 Policy Enforcement use-case repository

Goal of this use case is to present that:

  • A1-PE-Simulator can send VES events based on which a future sleeping cell can be detected
  • R-APP can predict a sleeping cell
  • R-APP can enforce an A1 policy for critical devices to avoid the cell for which a failure has been predicted
  • R-APPs can be deployed in the DCAE Framework

Assumptions:

  • R-APPs are DCAE Applications
  • R-APP will provides REST API to the event store
  • ONAP Policy Management Service and SDNR/A1 Adapter are used to enforce the A1 Policy
  • Configuration of topology and user equipment are configured in A1-PE Simulator json file
  • A1-PE Simulator is a CNF

Repository contain:

  • operations/a1-pe-sim-package - folder that provides the CBA, HELM_CHARTS, CSAR for A1-PE simulator as a CNF
  • operations/dcae - DCAE CLI that deploys RAPPs in the DCAE framework
  • operations/scripts - helper scripts to support the use case