To install the NSP templates for NSP service management on the NFM-P

Purpose

In order to use the NSP service management function to create PCC-initiated LSPs on NFM-P-managed NEs, you must install a set of NSP XML templates on the NFM-P.

Perform this procedure to install the required NSP XML templates on the NFM-P.

Steps
 

Log in as the root or NSP admin user on the NSP cluster host in the standalone or primary data center.


Enter the following to copy the templates from the nsp-tomcat pod to the local file system:

kubectl cp -n $(kubectl get pods -A | awk '/nsp-tomcat/ {print$2;exit}') nsp-tomcat-default-0:/opt/nsp/configure/nfmpTemplates /opt/nfmpTemplates -c nsp-tomcat ↵


Create the following directory on the NFM-P main server:

/opt/nsp/configure/nfmpTemplates


Transfer the contents of the /opt/nfmpTemplates directory on the NSP cluster host to the /opt/nsp/configure/nfmpTemplates directory on the NFM-P main server.


Open the /opt/nsp/configure/nfmpTemplates/README file on the main server station.


Follow the instructions in the README file to install the templates.

End of steps