Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »



Overview

  • This adds the feature to create and delete inter-domain links from the UUI portal.

API Dependencies

Below are the API/Dependency projects for UUI.

No

API

Path

Comments

Impacts

1

AAI

/api/aai-network/v14/network-resources

 

Fetching All domains and nodes

There is no change with the API. 

2

AAI

/api/aai-query/v16?format=resource

 

Custom query for p-interfaces of a given type  

There is no change with the API.

3

AAI

/api/aai-network/v14/pnfs/pnf/{pnfName}

Get pnf details by name

There is no change with the API.

4

AAI


/api/aai-network/v14/pnfs/pnf/{pnfName}/p-interfaces

get all p-interface under a pnf

There is no change with the API.

5AAI/api/aai-network/v14/logical-links/logical-link/{link-name}get Logical Link by nameThere is no change with the API.
6AAI/api/aai-network/v14/logical-linksget all logical LinksThere is no change with the API.
7AAI/api/aai-network/v14/logical-links/logical-link/{linkName}delete logical linkThere is no change with the API.

Functional Enhancements

Below are the functionalities that need to be added in UUI for Inter-domain link.

  1. Inter-domain link
  2. Create Inter-domain link 
  3. Delete Inter-domain link

The inter-domain page is listed under "Network Topology" section as MDONS Network.

image2020-3-10_13-27-2.png

All the form validations have been added along with constraints dictated by the use-case. 

Once you have entered all the details click "Create Link" button to create the inter-domain Link.

image2020-3-10_13-30-48.png

Once you the link is created you get the following message,

image2020-3-10_13-33-11.png
Delete Inter-domain Link

All the form validations have been added along with constraints dictated by the use-case. 

For deleting the link click the Delete link,

image2020-3-10_13-35-29.png

Once the delete link is clicked you get the following screen,

image2020-3-10_13-37-41.png

Once the link to be deleted is chosen and delete link is clicked, the following confirmation window appears,

image2020-3-10_13-41-1.png

Once you confirm, the link is deleted and the following screen appears,

image2020-3-10_13-41-58.png

Prerequisites

  1. NNI's or ENNI's should be existing in AAI.  They are loaded into AAI at topology discovery time.

Abbreviation

Reference



  • No labels