Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Removed link to doc so we can go all wiki, removed possibly misleading hints on data model

Please see a proposal here and copied and pasted here.

We’d like to propose, at the information model level, a NetworkFunctionDesc class which is the base for VnfDesc and PnfDesc in the info model.   It captures what is common about PNFs and VNFs (at least in my opinion).  I started with the VnfD and removed fields I thought might not apply to PNFs, but I could use review.  Clearly, the more the common elements are captured in NetworkFunctionDesc, the better/more accurate.

...

Class: NetworkFunctionDesc

 

The NetworkFunctionDesc

Attribute Name

Type

Multiplicity

Description

Applied Stereotypes

descriptorId

[called pnfdId for PNFs, vnfdId for VNFs, nsdId for   network services, but it always means descriptorId for the particular class   it appears in]

<internal SDC   modelUUID metadata, not the vendor provided one>


Identifier

1

Identifier of this NFD information element.   This attribute shall be globally unique.

NOTE: The NFD Identifier shall be used as   the unique identifier of the NF Package that contains this NFD.

Any modification of   the content of the NFD or the NF Package shall result in a new NFD Identifier.

support: MANDATORY

provider

<resourceVendor   metadata>


String

1

Provider of the NF   and of the NFD.

support: MANDATORY

productName

<name   metadata>


String

1

Name to identify the NF Product. Invariant   for the NF Product lifetime.[WCC1] 

support: MANDATORY

descriptorInvariantId

<modelInvariantUUID   metadata>


String

1

Invariant ID that is   shared across all versions of the descriptor

support: Mandatory

softwareVersion

<TBD – in   progress, probably a property>


String

1

Software version of   the NF. This is changed when there is any change to the software that is   included in the NF Package.

support: MANDATORY

descriptorVersion

<internal SDC   version only, present within a service template on the contained node   templates>


String

1

Identifies the   version of the NFD.

support: MANDATORY

productInfoName

String

0..1

Human readable name   for the NF Product. Can change during the NF Product lifetime.

support: MANDATORY

<experimental>

productInfoDescription

<description   metadata>


String

0..1

Human readable   description of the NF Product. Can change during the NF Product lifetime.

support: MANDATORY

platformControllerType

[was NF_Controller in pnfd proposal]

String

0..N

Identifies the type of ONAP controller for the network function

support: MANDATORY

<experimental>

valueRange:    Should be enums for the ONAP controller (APP-C, SDN-C, etc.)  Not saying these are the enums, just   they should be and that’s the type of data that should be captured.

localizationLanguage

String

0..N

Information about localization languages of   the NF (includes e.g. strings in the NFD).

NOTE: This allows to provide one or more   localization languages to support selecting a specific localization language   at NF instantiation time.

support: MANDATORY

<experimental>

valueRange: refer to ISO936 https://www.iso.org/iso-639-language-codes.html

defaultLocalizationLanguage

String

0..1

Default localization language that is   instantiated if no information about selected localization language is   available.

support: MANDATORY

<experimental>

valueRange: refer to ISO936 https://www.iso.org/iso-639-language-codes.html

condition: Shall be present if   "localizationLanguage" is present and shall be absent otherwise.

nfExtCpd

ExtCpd

[Proposing new base class which might supercede   VnfExtCpd.  No need to get so specific   about virtualization in that class] 

At info model level, this should be a relationship.

1..N

Describes external   interface(s) exposed by this NF enabling connection with a network.

support: MANDATORY

deploymentFlavour

NfDf

[Proposing new base class which may supercede   VnfDf.  The multiplicities in the VnfDf   seem to support what would be applicable to a PNF (i.e., 0 lower bound)]

At info model level, this should be a relationship.

1..N

Could this be 0..N?

Describes specific   DF(s) of a NF with specific requirements for capacity and performance.

support: MANDATORY

configurableProperties

NfConfigurableProperties

[Proposing new base class which may supercede VnfConfigurableProperties.  The multiplicities in the Vnf version for   autoscale and autoheal, and the fact that they are Booleans, seem to support   what would be applicable to a PNF (i.e., 0 lower bound or false)]

 

0..1

Describes the   configurable properties of the NF (e.g. related to auto scaling and auto   healing).

support: MANDATORY

<experimental>

modifiableAttributes

NfInfoModifiableAttributes

[Proposing new base class which may supercede VnfInfoModifiableAttributes  They are generic enough to be applicable to   a PNF (i.e., 0 lower bound)]

0..1

Describes the modifiable attributes of the NF.

Editor's note: need check the usage of this   attribute

support: MANDATORY

<experimental>

lifeCycleManagementScript

LifeCycleManagementScript

[Might require slight modification of the enums]

0..N

Includes a list of   events and corresponding management scripts performed for the NF.

support: MANDATORY

<experimental>

elementGroup

NfdElementGroup

[Suggest renaming this.  While   VNFs may have both VDUs and VLs, PNFs would only reference VLs.]

0..N

Describes the associated elements   of a NFD for a certain purpose during NF lifecycle management.

support: MANDATORY

<experimental>

nfId

Identifier (runtime)

 

runtime instance id

Support:

MANDATORY

 

nfIndicator

NfIndicator

[Suggest renaming this.]

0..N

Declares the NF   indicators that are supported by this NF.

support: MANDATORY

<experimental>















NF Indicators are information supplied by the NF or the EM to provide some indication on the NF

...

This class represents the purpose specific physical hardware platform on which the network function software runs.

Attribute Name

Type

Multiplicity

Description

Applied Stereotypes

nfDescriptorId

Reference to   NetworkFunctionDesc descriptorId

1

Reference to the identifier of the NFD   information element.

support: MANDATORY

nfDescriptorInvariantId

Reference to NetworkFunctionDesc   descriptorInvariantId

1

Reference to the identifier   of the NFD information element.

support: MANDATORY

geographicLocationInfo   (runtime)

Reference to Complex (need the   definition from MultiVIM project)

0..1

Reference to the   physical location

support: MANDATORY

 

 

A PNF instance would be related 1..1 to a PNFDevice instance.

...