...
MDONS Design Time
Service Design
Refer to this link for MDONS design time for MDONS_OTN service design and distribution.
...
bash-4.4# keytool -list -keystore truststore.onap.client.tapi.jks -storepass adminadmin | grep vnc1_key
vnc1_key, Mar 30, 2020, trustedCertEntry,
Guilin
Refer to SDNC-1420 solution in the comment portion if ONAP Guilin+ release is deployed.
REST API
Code Block | ||||
---|---|---|---|---|
| ||||
curl -X -k PUT https://{{WorkerIP}}:30233/aai/{{AAIVersion}}/external-system/esr-thirdparty-sdnc-list/esr-thirdparty-sdnc/<controller name> Request body: { "thirdparty-sdnc-id": "<controller name>", "location": "Core", "product-name": "VirtuoraNetworkController", "esr-system-info-list": { "esr-system-info":[ { "esr-system-info-id": "<controller name>", "system-name": "<controller name>", "type": "TAPI", "vendor": "Fujitsu", "version": "V2", "service-url": "https://<controller IP>:<controller port>", "user-name": "<user name>", "password": "<password>", "system-type": "Controller", "protocol": "RESTAPI", "ssl-cacert": "example-ssl-cacert-val-20589", "ssl-insecure": "true", "ip-address": "<controller IP>", "port": "<controller port>", "cloud-domain": "example-cloud-domain-val-76077", "default-tenant": "example-default-tenant-val-71148", "passive": "true", "remote-path": "example-remotepath-val-5833", "system-status": "example-system-status-val-23435" }] } } |
...
Inter-domain Link Provision
Refer to this link for Inter Domain Link Provision for OTN service creation across multiple domains managed by single ONAP.
...
(Note: One reference for use case run time could be the MDONS demo video posted here. The demo link - 'April 8th demo' - is in Team Accomplishment session.)
OTN Service Creation
OTN Service Deletion
Close Loop
MDONS Over Releases
Frankfurt
...