Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The PM Subscription Handler (PMSH) is a micro service written in Python, which allows for the definition and unlocking creation of PM subscriptions on one or more network function (NF) instances.

...

Due to a bug (DCAEGEN2-2136), in . In the Frankfurt release, there is a workaround required in order to deploy the PM Subscription Handler. The monitoring policy for the microservice needs to be manually inserted into CONSUL. This requires two steps:

...

Code Block
languagebash
themeMidnight
titleExpose CONSUL service
kubectl expose svc -n onap consul-server-ui --name=x-consul-server-ui --type=NodePort

2. Insert the monitoring policy into CONSUL

...