Table of Contents |
---|
Overview
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.
Architecture Diagram
Artifacts
...
The following components must be up and running to successfully deploy PMSH
- DCAE Platform
- SDC
- CLAMPÂ
- POLICY
- A&AI (Should have at least 1 PNF registered)
Deployment Steps
Due to a bug (DCAEGEN2-2136). 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 | ||||||
---|---|---|---|---|---|---|
| ||||||
kubectl expose svc -n onap consul-server-ui --name=x-consul-server-ui --type=NodePort |
2. Insert the monitoring policy into CONSUL
...