From d621ef46b5475d9f448b9fdeb00563d5745df440 Mon Sep 17 00:00:00 2001 From: jjewitt58 Date: Mon, 11 Feb 2019 13:03:25 -0800 Subject: Papyrus weekly admin changes Issue-ID: MODELING-104 Change-Id: Ib7f1e0ab732a83baa19a58e49785d7dcafbf64a5 Signed-off-by: jjewitt58 --- ONAP Information Model/Common.uml | 120 ++++++++++++++++++++++++++------------ 1 file changed, 84 insertions(+), 36 deletions(-) (limited to 'ONAP Information Model/Common.uml') diff --git a/ONAP Information Model/Common.uml b/ONAP Information Model/Common.uml index 826613d..4fa1837 100644 --- a/ONAP Information Model/Common.uml +++ b/ONAP Information Model/Common.uml @@ -6296,9 +6296,6 @@ White - Not Ready for Review Common part of the various VLDs. - - - Uniquely identifies a VLD in the parent descriptor. @@ -6545,8 +6542,9 @@ Note: the description of this class are different in ETSI GS NFV IFA 011 and ETS - A Cpd information element describes network connectivity to a compute resource or a VL. This is an abstract class used -as parent for the various Cpd classes. + The Cpd class specifies the characteristics of connection points attached to NFs and NSs. This is an abstract class used as parent for the various Cpd classes. + +Note 1: the description of this class is different in ETSI GS NFV IFA 011 and ETSI GS NFV IFA 014. The present definition uses the definition in ETSI GS NFV IFA 014 as it is the more general. @@ -6554,7 +6552,7 @@ as parent for the various Cpd classes. - + Identifies the role of the port in the context of the traffic flow patterns in the VNF or parent NS. @@ -6591,18 +6589,19 @@ Editor's note: the attribute "layerProtocol" still needs further discu - - - For specifying floating IP(s) to be shared among Cpds, which are reserved for vnfReservedCpd described in the VNFD. - + + + Identifies which protocol the CP uses for connectivity purposes (Ethernet, MPLS, ODU2, IPV4, IPV6, Pseudo-Wire, etc.). - - + + - The AffinityOrAntiAffinityGroup class describes the affinity or anti-affinity relationship. + The AffinityOrAntiAffinityGroup class describes the affinity or anti-affinity relationship. For NSs, those rules are applicable between the VNF instances created using different VnfProfiles, the Virtual Link instances created using different VlProfiles or the nested NS instances created using different NsProfiles. + +For VNFs, those rules are applicable between the virtualization containers to be created based on different VDUs, or between internal VLs to be created based on different VnfVirtualLinkDesc(s). @@ -7015,7 +7014,7 @@ NOTE: These attributes are used to control scaling boundaries. The AddressData information element supports providing information about the addressing scheme and parameters applicable to a CP. - + Describes the type of the address to be assigned to the CP instantiated from the parent CPD. The content type shall be aligned with the address type supported by the layerProtocol attribute of the parent CPD. @@ -7040,11 +7039,11 @@ Shall be present when the addressType is IP address. - The ConnectivityType datatype specifies the protocol exposed by a VL and the flow pattern supported by the VL. + The ConnectivityType datatype specifies the protocol exposed by a VL and the flow pattern supported by the VL.The top layer protocol of the VL protocol stack shall always be provided. The lower layer protocols may be included when there are specific requirements on these layers. - Identifies the protocol this VL gives access to (Ethernet, MPLS, ODU2, IPV4, IPV6, Pseudo-Wire). + Identifies the protocols to which this VL gives access (Ethernet, MPLS, ODU2, IPV4, IPV6, Pseudo-Wire). @@ -7069,10 +7068,10 @@ Shall be present when the addressType is IP address. - Provides information on the addresses to be assigned to the CP(s) instantiated from the CPD. + Provides information on the address to be assigned to the CP(s) instantiated from the CPD. - - + + @@ -7107,7 +7106,7 @@ If it is set to True, it is the management and orchestration function responsibi - + Define address type. @@ -7211,13 +7210,6 @@ Per VNF, the affinity/anti-affinity rules defined using this information element - - - Type of network supported. - - - - The L2ProtocolData information element describes the L2 protocol related data for a virtual link. @@ -7225,7 +7217,7 @@ Per VNF, the affinity/anti-affinity rules defined using this information element The L2ProtocolData information element describes the L2 protocol related data for a virtual link. - + Network name associated with this L2 protocol. @@ -7290,7 +7282,7 @@ transparency for this L2 protocol or not. - + Specifies the network type for this L2 protocol. Possible values: FLAT, VLAN, @@ -7459,6 +7451,56 @@ Value: + + + The QoS datatype specifies quality of service parameters applicable to a VL. +It is the asbstract parent of the NsQos and VnfQos datatypes, as the NsQoS (QoS in ETSI GS NFV IFA 014) includes a priority attribute, while VnfQoS (QoS in ETSI GS NFV IFA 011) does not. + + + + + Maximum latency in ms. + + + + + + Maximum jitter in ms. + + + + + Maximum packet loss ratio. Cardinality is 0 if no packetLossRatio requirement exists. + + + + + + + Qos ID. + + + + + Human readable Qos name. + + + + + + Detailed requirements of Qos, including maximum bandwidth limitation{max_kbps}、maximum burst bandwidth limitation{max_burst_kbps} 、direction{egress|ingress},etc. + + + + + + + + Type of address + + + + @@ -8149,7 +8191,6 @@ Value: - @@ -8872,12 +8913,11 @@ Value: - + - @@ -8895,7 +8935,6 @@ Value: - @@ -8910,9 +8949,6 @@ Value: - - - @@ -9038,4 +9074,16 @@ Value: + + + + + + + + + + + + -- cgit 1.2.3-korg