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

Compare with Current View Page History

« Previous Version 29 Next »


NetworkService Model

NSD Model discussion - 20180326


Focus on  VNF connectivity to NsVirtualLink in IFA014


 

ONAP R2 (Simplification for implication)


Example:


Network service DM:

Design-Time Data Model: Network Service


Class:NSD

R2+ AttributesRequiredCardinalityContentDescriptionProducerConsumerETSI IFA014Suggested ONAP Version
nestedNsdIdM0..NStringReferences the NSD of a constituent nested NS. SDCSDC/UUI/VFCnestedNsdIdR3+
vnfdidM0..NString

References the VNFD of a constituent VNF.

SDCSDC/UUI/VFCvnfdidR2
pnfdIdM0..NString

References the PNFD of a constituent PNF.

SDCSDC/UUI/VFCpnfdIdR3+
virtualLinkDescM0..NStringProvides the constituent VLDs.SDCSDC/UUI/VFCvirtualLinkDescR2
sapd

M

0..N

Sapd

Provides the descriptor of a service access point of the network service.

SDCSDC/UUI/VFCsapdR3+
vnffgd

M

0..N

Vnffgd

Provides the descriptors of the applicable forwarding graphs.

SDCSDC/UUI/VFCvnffgd R3+
monitoredInfo

M

0..N

MonitoredData

Identifies either a virtualised resource-related performance metric or a VNF Indicator.

SDCSDC/UUI/VFCmonitoredInfo R3+

autoScalingRule

M

0..N

Rule

Specifies a rule to trigger a scaling action on a NS instantiated according to the NSD.

SDCSDC/UUI/VFCautoScalingRule R3+

lifeCycleManagementScript

M

0..N

LifeCycleManagementScript

Provides a life cycle management script written in a Domain Specific Language (DSL).

SDCSDC/UUI/VFClifeCycleManagementScript

nsDf

M

1..N

NsDf

Identifies a DF within the scope of an NSD.

SDCSDC/UUI/VFCnsDfR3+

security

M

1

SecurityParameters

Provides a signature to prevent tampering.

SDCSDC/UUI/VFCsecurityR3+


Class:NsVirtualLink

Attribute NameTypeMultiplicityDescriptionApplied StereotypesProducerConsumerETSI IFA014Suggested ONAP Version

virtualLinkDescId

Identifier

1

Identifier of the NsVirtualLinkDesc information element. It uniquely identifies a VLD.

support: MANDATORYSDCSDC/UUI/VFC

virtualLinkDescId

R2
vitualLinkDescProviderString0..1Defines the organization generating the VLD.

support:

Option

SDCSDC/UUI/VFCvitualLinkDescProviderR3+
virtualLinkDescVersionString1Specifies the version of the VLD.support: MANDATORYSDCSDC/UUI/VFCvirtualLinkDescVersionR2
connectivityTypeConnectivityType1

The ConnectivityType information element specifies the protocol exposed by a VL and the flow pattern supported by the VL.

support: MANDATORYSDCSDC/UUI/VFCconnectivityTypeR2
virtualLinkDfVirtualLinkDf1..N

The VirtualLinkDf information element specifies properties for instantiating a VL according to a specific flavour.

support: MANDATORYSDCSDC/UUI/VFCvirtualLinkDfR3+
testAccessString0..NSpecifies test access facilities expected on the VL (e.g. none, passive monitoring, or active (intrusive) loopbacks at endpoints).support: MANDATORYSDCSDC/UUI/VFCtestAccessR3+
descriptionString0..1Provides human-readable information on the purpose of the VL (e.g. control plane traffic).support: MANDATORYSDCSDC/UUI/VFCdescriptionR2
securitySecurityParameters0..1

Provides a signature to prevent tampering.

support: MANDATORYSDCSDC/UUI/VFCsecurityR3+

Class: ConnectivityType

Attribute Name

Type

Multiplicity

Description

Applied Stereotypes

layerProtocol

Enum

1

Identifies the protocol this VL gives access to (Ethernet, MPLS, ODU2, IPV4, IPV6, Pseudo-Wire).

support: MANDATORY

flowPatternString0..1Identifies the flow pattern of the connectivity (Line, Tree, Mesh).

support: MANDATORY

Class: VirtualLinkDf


Attribute Name

Type

Multiplicity

Description

Applied Stereotypes

flavourId

Identifier

1

Identifies a flavour within a VnfVirtualLinkDesc.

support: MANDATORY
qosQoS0..1QoS of the VL.support: MANDATORY

Class: QoS

Attribute Name

Type

Multiplicity

Description

Applied Stereotypes

latency

Number

1

Maximum latency in ms.

support: MANDATORY
packetDelayVariationNumber1Maximum jitter in ms.support: MANDATORY
packetLossRatioNumber0..1Maximum packet loss ratio. Cardinality is 0 if no packetLossRatio requirement exists.support: MANDATORY


Class:OpenstackNetwork

Derived from Class:NsVirtualLink.

Implement the openstack  subnetwork/network model.



Attribute

Qualifier

Cardinality

Content

Description

ProducerConsumerSuggested ONAP Version

cidr

M

1

String

The CIDR of the subnet.

SDCSDC/UUI/VFCR2

allocationPools

M

0..N

KeyValue

Allocation pools with start and end IP addresses for this subnet. If allocation_pools are not specified, OpenStack Networking automatically allocates pools for covering all IP addresses in the CIDR, excluding the address reserved for the subnet gateway by default.

SDCSDC/UUI/VFCR2

gatewayIp

M

0..1

String

Gateway IP of this subnet. If the value is null that implies no gateway is associated with the subnet. If the gateway_ip is not specified, OpenStack Networking allocates an address from the CIDR for the gateway for the subnet by default.

SDCSDC/UUI/VFCR2

dhcpEnabled

M

0..1

Boolean

Indicates whether dhcp is enabled or disabled for the subnet. Default is true.

SDCSDC/UUI/VFCR2
NetworkNameM1StringHuman-readable name of the networkSDCSDC/UUI/VFCR2
networkIdO0..1StringThe network id that represents an existing Network instance in the underlying cloud infrastructure.SDCSDC/UUI/VFCR2

segmentationId

O

0..1

String

The ID of the isolated segment on the physical network. The network_typeattribute defines the segmentation model. For example, if the network_type value is vlan, this ID is a vlan identifier. If the network_type value is gre, this ID is a gre key.

SDCSDC/UUI/VFCR2

networkType

M

0..1

Enum

The type of physical network that this network should be mapped to. For example, flatvlanvxlan, or gre. Valid values depend on a networking back-end.

SDCSDC/UUI/VFCR2

physicalNetwork

M

0..1

String

The physical network where this network should be implemented. The Networking API v2.0 does not provide a way to list available physical networks. For example, the Open vSwitch plug-in configuration file defines a symbolic name that maps to specific bridges on each compute host

SDCSDC/UUI/VFCR2

vlanTransparent

M

0..1

Boolean

Indicates the VLAN transparency mode of the network, which is VLAN transparent (true) or not VLAN transparent (false)

SDCSDC/UUI/VFCR2


Class: Vnfd

refer to resource definition

Class: VnfExtCp

refer to resource definition

In R2, VnfExtCp refers to the VduCP exposed from the VNF via substitution mapping.

  • No labels