How do I add a controller?
See the NSP Release Notice for information on T-API/WS-RC/WS-NOC controllers’ version supported in IP/Optical Coordination.
IP/Optical Coordination supports the addition, modification and deletion of optical controllers. Nokia's Model-Driven Mediation (MDM) platform is required in order to enable this functionality, as are adaptors that correspond to the supported controller types. See the NSP Installation and Upgrade Guide for more information about installing WS-RC and T-API adaptors.
The addition, modification, and deletion of optical controllers is supported both when WS-NOC is integrated with the NSP and when WS-NOC is deployed as an independent system. If integrated, the WS-NOC server must be restarted whenever the associated NSP cluster is restarted. As an independent system, the WS-RC security certificate must be installed on the MDM server. After WSRC certificates are copied to the MDM server, retrieve the password using the following command:
kubectl get secret -n nsp-psa-privileged nsp-tls-truststore-pass-nspdeployer -ojsonpath="{.data..truststore-pass}" | base64 -d
Login to the MDM server and import the certificate using the following command:
/opt/nsp/os/jre/bin/keytool -alias nfmt -file /<path_where_WSRC_cert_is_imported>/certificate.pem -import -keystore /opt/nsp/os/ssl/nsp.truststore -storepass <password_from_kubectl_get_secret>
1 |
Open IP/Optical Coordination, Controller and Simulator. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 |
Click Add | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 |
Configure the required parameters:
Notes: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 |
Click CREATE. The controller is added. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 |
As required, modify the controller by hovering over More | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 |
As required, delete the controller by hovering over More End of steps |
Note: When a controller is added, an NE policy and a mediation policy are created. If the IP/Optical Coordination database is dropped, the controller will be deleted, but these policies will remain on the NSP host and MDM servers. The policies must be deleted before the controller can be re-added.