Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

WAN R2


Same with R1

Panel
titledata type:Node Type
Code Block
titleonaporg.openecomp.datatyperesource.wanvl.UserDefineoverlaytunnel
collapsetrue
onaporg.openecomp.datatyperesource.wanvl.UserDefineoverlaytunnel:
        derived_from: tosca.datatypesnodes.Root
        propertiesdescription:
 This entity represents abstract overlay tunnel end point.
    nameproperties:
      id:
          type: string
        description: Identifier of the Tunnel Endpoint node.
  description: resful uri supported
   required: false
      template_name:
      required  type: truestring
        required: false
     value version:
        type: string
        typerequired: stringfalse
      name:
          requiredtype: false  
Panel
titlecapability types:
Code Block
titleonap.capabilities.wan.host
collapsetrue
onap.capabilities.wan.host:
string
        description: Overlay  derived_from: tosca.capabilities.Node  
Code Block
titleonap.capabilities.wan.partOf
collapsetrue
onap.capabilities.wan.partOf:
 tunnel name used by for reference by the administrator.
        required: false
      description:
        derived_from: tosca.capabilities.Roottype: string
        
Code Block
titleonap.capabilities.wan.dependable
collapsetrue
onap.capabilities.wan.dependable:
    description: Additional comments/information about overlay tunnel.
     derived_from: tosca.capabilities.Root  
Code Block
firstline1
titletosca.capabilities.wan.VirtualLinkable
linenumberstrue
collapsetrue
tosca.capabilities.wan.VirtualLinkable:  required: false
    derived_from: tosca.capabilities.Root
Panel
titlerelationship types:
  tunnelType:
        type: string
        constraints:
          - valid_values: ['L3-DCI','L2-DCI']
        description: type defines if the overlay tunnel is L3-DCI tunnel or L2-DCI tunnel.
        required: true
      site1_id:
        type: string
        description: Identifier of first DCI overlay tunnel endpoint. This could be IP address of domain controller.
        required: true
      site1_description:
        type: string
        description: Additional comments/information about overlay tunnel. Description can also be used to identify domain controller.
        required: false
      site1_networkName:
        type: string
        description: Name of the network that is being associated with overlay tunnel.
        required: true
      site1_routerId:
        type: string
        description: Identifier of router connected to L3 tunnel end point, while configuring L3-DCI tunnel.
        required: false
      site1_importRT1:
        type: string
        description: List of Route targets imported by the local router.
        required: false
      site1_exportRT1:
        type: string
        description: List of Route targets exported by the local router.
        required: false
      site1_vni:
        type: integer
        description: VXLAN ID
        required: false
      site1_fireWallEnable:
        type: boolean
        required: false
        description: Identifies if a firewall exists in the path of overlay tunnel.
        default: false
      site1_fireWallId:
        type: string
        description: Identifier of Firewall that is in overlay tunnel path
        required: false
      site1_localNetworkAll:
        type: boolean
        description: Identifies whether all the local networks associate with the tunnel or not.
        required: false
        default: 'false'
      site2_id:
        type: string
        description: Identifier of second DCI overlay tunnel endpoint. This could be IP address of domain controller.
        required: true
      site2_description:
        type: string
        description: Additional comments/information about overlay tunnel. Description can also be used to identify domain controller.
        required: false
      site2_networkName:
        type: string
        description: Name of the network that is being associated with overlay tunnel.
        required: true
      site2_routerId:
        type: string
        description: Identifier of router connected to L3 tunnel end point, while configuring L3-DCI tunnel.
        required: false
      site2_importRT1:
        type: string
        description: List of Route targets imported by the local router.
        required: false
      site2_exportRT1:
        type: string
        description: List of Route targets exported by the local router.
        required: false
      site2_vni:
        type: integer
        description: VXLAN ID
        required: false
      site2_fireWallEnable:
        type: boolean
        required: false
        description: Identifies if a firewall exists in the path of overlay tunnel.
        default: false
      site2_fireWallId:
        type: string
        description: Identifier of Firewall that is in overlay tunnel path
        required: false
      site2_localNetworkAll:
        type: boolean
        description: Identifies whether all the local networks associate with the tunnel or not.
        required: false
        default: 'false'
    requirements:
    - virtualLink:
        capability: tosca.capabilities.network.Linkable
        relationship: tosca.relationships.network.LinksTo
    capabilities:
      virtual_linkable:
        type: tosca.capabilities.network.Linkable
Code Block
titleorg.openecomp.resource.vl.underlayvpn
collapsetrue
org.openecomp.resource.vl.underlayvpn:
    derived_from: tosca.nodes.Root
    description: undelay vpn type definitions
    properties:
      id:
        type: string
        required: false
      template_name:
        type: string
        required: false
      version:
        type: string
        required: false
      vendor:
        type: string
        required: false
      template_author:
        type: string
        required: false
      name:
        type: string
        required: false
      description:
        type: string
        required: false
      serviceType:    
        type: string
        description: type of VPN service
        required: false
        default: 'l3vpn_sptn'
      topology:
        type: string
        description: type of VPN topology
        constraints:
          - valid_values: ['full-mesh','point_to_multipoint','point_to_point','singlePoint','hubspoke','hubspoke_via_hubce','hubspoke_disjoint','ADD_DROP_Z']
        required: false
        default: 'full-mesh'
      technology:
        type: string
        description: type of VPN technology
        constraints:
          - valid_values: ['mpls','rosen multivpn','vxlan overlay l3vpn','eth over sdh','vlan']
        required: false
        default: 'mpls'
      site1_name:       
        type: string
        description: name of first site
        required: false
      site2_name:       
        type: string
        description: name of second site
        required: false
      sna1_name:
        type: string
        description: name of site network accesses associated with the site1
        required: false
      sna2_name:
        type: string
        description: name of site network accesses associated with the site2  
        required: false
      pe1_id:    
        type: string
        description: id of provider edge1, it can be name or ip or uuid 
        required: false
      pe2_id:    
        type: string
        description: id of provider edge2, it can be name or ip or uuid 
        required: false
      ac1_id:
        type: string
        description: id of attachment circuit1, it can be port name or uuid    
        required: false
      ac1_svlan:
        type: integer
        description: ac1 svlan
        required: false
      ac1_ip:
        type: string
        description: ip of ac1, only for layer3 vpn, it should contain mask
        required: false
      ac1_peer_ip:
        type: string
        description: ip of ac1 peer CE tp, only for layer3 vpn, it should contain mask
        required: false
      ac1_route:
        type: string
        description: route configure of ac1, only for layer3 vpn    
        required: false
      ac1_protocol:
        type: string
        description: routing protocol type of ac1, only for layer3 vpn    
        constraints:
          - valid_values: ['STATIC','OSPF','ISIS','BGP','other']
        required: false    
      ac1_protocol_bgp_as:
        type: string
        description: autonomous-system number of ac1, , only required for ebgp protocol
        required: false                    
      ac2_id:
        type: string
        description: id of attachment circuit2, it can be port name or uuid  
        required: false    
      ac2_svlan:
        type: integer
        description: ac2 svlan
        required: false    
      ac2_ip:
        type: string
        description: ip of ac2, only for layer3 vpn, it should contain mask
        required: false    
      ac2_peer_ip:
        type: string
        description: ip of ac2 peer CE tp, only for layer3 vpn, it should contain mask
Code Block
titleonap.relationships.wan.HostOn
collapsetrue
onap.relationships.wan.HostOn:
        descriptionrequired: >- false    
      ac2_route:
      The relationship specifiestype: whatstring
 Node the Endpoint is hosted on. 
 description: route configure of ac2, only for derived_from: tosca.relationships.Rootlayer3 vpn
        valid_target_typesrequired: [onap.capabilities.wan.host]false     
Code Block
titleonap.relationships.wan.Contains
collapsetrue
onap.relationships.wan.Contains:
        description: >-ac2_protocol:
            The relationship specifies what component is contained. 
        derived_from: tosca.relationships.Root
        valid_target_types: [onap.capabilities.wan.partOf]     
Code Block
titleonap.relationships.wan.DependsOn
collapsetrue
onap.relationships.wan.DependsOntype: string
        description: routing protocol type of ac2, only for layer3 vpn   
        constraints:
        description:  >-
    valid_values: ['STATIC','OSPF','ISIS','BGP','other']        The
 relationship specifies what is depended on. 
 default: 'STATIC'      derived_from: tosca.relationships.Root
        valid_target_types: [onap.capabilities.wan.dependable]    
Code Block
firstline1
titletosca.relationships.wan.VirtualLinksTo
linenumberstrue
collapsetrue
tosca.relationships.wan.VirtualLinksTo:
    derived_from: tosca.relationships.DependsOn
    valid_target_types: [ tosca.capabilities.wan.VirtualLinkable ]
Panel
titlenode types:
Code Block
titleonap.node.ServiceComponent.wan
collapsetrue
onap.node.ServiceComponent.wan:required: false    
      ac2_protocol_bgp_as:
        type: string
        derived_fromdescription: onap.nodes.ServiceComponent
        properties:
 autonomous-system number of ac2, , only required for ebgp protocol        
   type:
     required: false    
      af_type:
 string
       type: string
        description: address componentfamily type
        default: 'ipv4'
   paras:
     required: false
    requirements:
    - virtualLink:
 type: list
      capability: tosca.capabilities.network.Linkable
         entry_schema:relationship: tosca.relationships.network.LinksTo
    capabilities:
      virtual_linkable:
          type: tosca.capabilities.network.Linkable


WAN R3+


Panel
titleNode Types:
Code Block
titleonap.node.wan.Resource
collapsetrue
onap.node.datatype.wan.UserDefineResource:
        derived_from: tosca.nodes.Root
        capabilitiesproperties:
            componentuuid:
                type: string
    type: onap.capabilities.wan.partOf
        requirementsname:
            - configuration: 
  type: string
             node: onap.node.ServiceComponent.wan version:
                capabilitiestype: onap.capabilities.wan.partOfstring
            label:
    relationship: onap.relationships.wan.Contains    
Code Block
titleonap.node.wan.Resource
collapsetrue
onap.node.wan.Resource:
        derived_fromtype: tosca.nodes.Rootlist
        properties:
        entry_schema:
    uuid:
                type: string   
            nametype:
                type: string
                versiondescription: component type
            paras:
    type: string
            type: org.openecomp.datatypes.Root
        descriptioncapabilities:
            - component:
   type: string    
          type: tosca.capabilities.network.Bindable  type:
        
        typerequirements: string
            - specifications: 
  description: component type
            paras:node: onap.node.wan.Resourece 
                typecapabilities: listtosca.capabilities.network.Bindable
                entry_schemarelationship: relationships.network.BindsTo    
Node
Code Block
titleonap.node.wan.Resource.Connection
collapsetrue
onap.node.wan.Resource.Connection:
                    typederived_from: onap.datatypenode.wan.UserDefine   Resource
        capabilitiesproperties:
            componentcapabilities:
                
			- connection:
				type: onaptosca.capabilities.wan.partOf            network.Linkable
        requirements:
            - configurationfcs: 
                node: onap.node.wan.Resource.ComponentFc 
                capabilities: onaptosca.capabilities.wan.partOfNode
                relationship: onaptosca.relationships.wan.ContainsDependsOn  
			-  
Code Block
title
links:
				node: onap.node.wan.Resource.
collapsetrue
onap.node.wan.Resource.Node:
Link
				capabilities: tosca.capabilities.Node
                relationship:    derived_fromtosca.relationships.DependsOn
			- fds:
				node: onap.node.wan.Resource.Fd
				capabilities: tosca.capabilities.Node
                relationship: tosca.relationships.DependsOn 
FC
Code Block
titleonap.node.wan.Resource.Fd
collapsetrue
onap.node.wan.Resource.Fd
        description: Node resource, it could be site or ne or anything else which can be a host for endPoint
        properties:
            address:derived_from: onap.node.wan.Resource
        description: The Forwarding Domain (FD) class models the type:topological string
component that represents a forwarding capability that provides the opportunity to enable forwarding (of specific transport description:characteristic ip,information orat mac,one or geomore address
protocol layers) between points.
         vendorproperties:
                typeaddress:
 string
        capabilities:
       type: string
    host: 
           description: ip, or mac, or type: onap.capabilities.wan.hostgeo address
        requirementscapabilities:
            - parentNodedomain: 
                type: tosca.capabilities.Attachment
			- node:
				type:  onaptosca.capabilities.wan.hostNode
        requirements:
        relationship: onap.relationships.wan.HostOn   -  
Code Block
title
higherLevelFd:
				node: onap.node.wan.
collapsetrue
onap.node.wan.FC:Resource.Fd
        description:    The ForwardingConstruct (FC) class models enabled constrained potential for forwarding between two or more interfaces at a particular specific layerProtocol. 
        derived_fromcapabilities: tosca.capabilities.Attachment
                relationship: tosca.relationships.AttachesTo    
			- ltps:
				node: onap.node.ServiceComponentwan.Resource.wanLtp
        properties: 
       capabilities:  tosca.capabilities.Attachment
   topology:
             relationship: tosca.relationships.AttachesTo    
Code Block
titleonap.node.wan.Resource.Fc
collapsetrue
onap.node.wan.Resource.Fc:  type: string
        description: The ForwardingConstruct (FC) class models enabled constrained constraints:
potential for forwarding between two or more interfaces at a particular specific layerProtocol. 
       - validderived_values: ['hub-spoke','fullmesh','p2p']from: onap.node.wan.Resource
     
   properties: 
        tenantcapabilities:
			-     node:
				type: tosca.capabilities.Node
           typerequirements: string
            creator- endPoint:
                typenode:  string
onap.node.wan.Resource.FcPort    
				capabilities: tosca.capabilities.network.Bindable
            description:  creator 
 relationship: relationships.network.BindsTo 
     capabilities:
       -     dependablefcRoute:
                typenode: onap.node.wan.Resource.FcRoute
				capabilities: onaptosca.capabilities.wannetwork.dependableBindable
            virtual_linkable:
    relationship: relationships.network.BindsTo           type: tosca.capabilities.wan.VirtualLinkable
			- lowerLevelFc:
				node: onap.node.wan.Resource.Fc 
        requirements: 
       capabilities: tosca.capabilities.Node
    - endPoint:
           relationship: tosca.relationships.DependsOn  

Code Block
titleonap.node.wan.Resource.FcPort
collapsetrue
  node: onap.node.wan.Resource.FCPort    FcPort:
        description: Fowarding Construct Point. The association of the capabilities: tosca.capabilities.Endpoint
                relationship: tosca.relationships.ConnectsToFC to interfaces is made via FcPorts. The FcPort class models the access to the FC function.  
        derived_from: onap.node.wan.Resource
   - fcRoute:
    properties:
            capabilities: onap.capabilities.wan.dependableaddress:
                relationship: onap.relationships.wan.DependsOn
Code Block
titleonap.node.wan.Resource.FCPoint
collapsetrue
onap.node.wan.Resource.FCPort:type: string
        description:  Fowarding Construct Point. The association of thedescription: FCip, toor interfacesmac is made via FCPorts.
 The FCPort class models the access to the FC function.  FcPortDirection:
        derived_from: onap.node.wan.Resource
        type:  propertiesstring
			role:
				type: string
				constraints:
            interface:
        - valid_values: ['working','protection','protected','symmetric','hub', 'spoke', 'leaf', 'root']   type: string
            addresscapabilities:
                type: stringrequirements:
                description: ip, or mac- fd:
				node: onap.node.wan.Resource.Ltp
      
          capabilities:  hub-spoke-role:tosca.capabilities.Attachment
                typerelationship: string
  tosca.relationships.AttachesTo
              description: role of the FC Point- ltp:
				node: onap.node.wan.Resource.Ltp
                constraints:capabilities: tosca.capabilities.Endpoint
                relationship: tosca.relationships.ConnectsTo
Code Block
titleonap.node.wan.Resource.LinkPort
collapsetrue
onap.node.wan.Resource.LinkPort:    - valid_values: ['hub','spoke']
        description: The association of the Link to LTPs required:is false
made via LinkPort. The LinkPort class models the capabilities:
access to the Link function.  
      endPoint:  derived_from: onap.node.wan.Resource
        properties:
        type: tosca.capabilities.Endpoint
    role:
    requirements:
            nodetype: string
                capabilities:  onap.capabilities.wan.host
                relationship: onap.relationships.wan.HostOn
Code Block
titleonap.node.wan.Resource.XCPoint
collapsetrue
onap.node.wan.Resource.XCPoint:
        description: Exchange Connection Point. Interfaces involved in exchange in a node
 description: Each LinkPort of the Link has a role (e.g., symmetric, hub, spoke, leaf, root) in the context of the Link with respect to the Link capability. 
                derived_from: onap.node.wan.Resourceconstraints:
        properties:
            hub-spoke-role:
    - valid_values: ['symmetric','hub', 'spoke', 'leaf', 'root']   
         typecapabilities: string
        requirements:
        description: role of the FC- Pointltp:
                constraints:node: onap.node.wan.Resource.Ltp
                capabilities: tosca.capabilities.Endpoint
    -  valid_values: ['hub','spoke']
         relationship: tosca.relationships.ConnectsTo
Code Block
titleonap.node.wan.Resource.Ltp
collapsetrue
onap.node.wan.Resource.Ltp:
      required: false description: The Logical 
Termination Point (LTP) class encapsulates the termination and adaptation functions of one interface:
or more transport layers represented by instances of LayerProtocol.
        typederived_from: stringonap.node.wan.Resource
        capabilitiesproperties:
            endPointphysicalPortReference:
                type: tosca.capabilities.Endpoint
string
            requirementsltpDirection:
                nodetype: string
        capabilities:
          capabilities:  onap.capabilities.wan.host- endPoint:
                relationshiptype: onaptosca.relationshipscapabilities.wan.HostOn  
Code Block
titleonap.node.wan.Resource.XC
collapsetrue
onap.node.wan.Resource.XC:Endpoint  
        descriptionrequirements: Exchange Connection. The exchange relationship within a node describes how the interfaces within the node are linked.

            - fd:
				node: onap.node.wan.Resource.Fd
                derived_fromcapabilities:  onaptosca.nodecapabilities.wan.ResourceAttachment
        properties:
        requirements:relationship: tosca.relationships.AttachesTo  
            - endPortserverLtp:
                node: onap.node.wan.Resource.XcPoint    
                Ltp
				capabilities: tosca.capabilities.EndpointNode
                relationship: tosca.relationships.ConnectsToDependsOn   
            -    description: all endPorts can access each other
lp:
               - ne:node: onap.node.wan.Resource.LayerProtocol
                capabilities:  onaptosca.capabilities.wannetwork.hostBindable
                relationship: onap.relationships.wannetwork.HostOnBindsTo 
Code Block
titleonap.node.wan.Resource.LinkConnectionLayerProtocol
collapsetrue
onap.node.wan.Resource.LinkConnectionLayerProtocol:
        description: The exchange relationship between nodes, describing how the interfaces between nodes are linked. The link can depend on the FC of the service layerprojection of an LTP into each transport layer is represented by a LayerProtocol (LP) instance. A LayerProtocol instance can be 
used for controlling termination and monitoring functionality. 
        derived_from: onap.node.wan.Resource
        properties:
            topologylayerProtocolName:
                type: string
                constraintsaddress:
                type: string
Code Block
titleonap.node.wan.Resource.Link
collapsetrue
onap.node.wan.Resource.Link:    - valid_values: ['hub-spoke','fullmesh','p2p']       
        requirementsdescription: 
The Link class models effective adjacency between two or more ForwardingDomains  - fc:(FD). 
                capabilitiesderived_from: onap.capabilitiesnode.wan.dependableResource
        properties:
		capabilities:
			- node:
				type: tosca.capabilities.Node
        relationship: onap.relationships.wan.DependsOnrequirements: 
            - endPointfc:
                node: onap.node.wan.Resource.XcPoint    
                Fc
				capabilities: tosca.capabilities.EndpointNode
                relationship: tosca.relationships.ConnectsTo    
Code Block
titleonap.node.wan.Resource.FCRoute
collapsetrue
onap.node.wan.Resource.FCRoute:
        description: The routing relationships within FC are described, including routing between sub FC (interdomain links), and links between network elements and network elements.
DependsOn  
            - endPoint:
                derived_fromnode: onap.node.wan.Resource
   .LinkPort     properties:
        capabilities:
            dependable:capabilities: tosca.capabilities.Endpoint
                relationship: tosca.relationships.ConnectsTo
Code Block
titleonap.node.wan.Resource.FcRoute
collapsetrue
onap.node.wan.Resource.FcRoute:type: onap.capabilities.wan.dependable        
        requirementsdescription:
 The routing relationships within FC are described, including routing between sub -FC xc: 
        (interdomain links), and links between network elements and network elements.
        nodederived_from: onap.node.wan.Resource.XC
        properties:
        capabilities: onap.capabilities.wan.partOf
         
       relationship: onap.relationships.wan.Contains  requirements:
            - lclink:
                node: onap.node.wan.Resource.LinkConnection
                Link
				capabilities: onaptosca.capabilities.wan.partOfNode
                relationship: onaptosca.relationships.wan.Contains  DependsOn
            - subFc:
                capabilitiesnode: onap.node.wan.Resource.Fc
				capabilities: tosca.wancapabilities.dependableNode
                relationship: onaptosca.relationships.wan.DependsOn


R3 Class Explain

Wan Connection IM proposal