NFVI Platform Capability Registry: Difference between revisions

From NFVwiki
No edit summary
(Implements NFVSO(21)000399r2)
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This is the ETSI registry for key/value pairs used to represent hardware platform capabilities and settings, as part of NFV VNF descriptors (VNFD).  
This is the ETSI registry for key/value pairs used to represent NFVI platform capabilities and settings, as part of NFV VNF descriptors (VNFD).  
= Introduction =
== '''Introduction''' ==
Some VNF suppliers make use of the underlying hardware platform capabilities in order to accelerate performance and optimize throughput of their VNF products. In order to ensure proper instantiation and operation of such VNFs, the VNF Descriptor is used to describe VNF-specific  hardware platform capability requirements that will be matched against the capabilities of the underlying hardware infrastructure resources, in order to ensure that appropriate resources are used for instantiation.
Some VNF suppliers make use of the underlying NFVI platform capabilities in order to accelerate performance and optimize throughput of their VNF products. In order to ensure proper instantiation and operation of such VNFs, the VNF Descriptor is used to describe VNF-specific  NFVI platform capability requirements that will be matched against the capabilities of the underlying hardware infrastructure resources, in order to ensure that appropriate resources are used for instantiation.
 
This registry is defined to specify capabilities that are generic to all vendors  of NFVI platform components, as well as capabilities that are NFVI vendor specific. There are five different categories of capability requirements that can be specified in the VNFD: CPU, memory, storage, network and logical node requirements. They are defined in terms of data model (i.e. TOSCA, YANG) neutral attributes within information elements specified in ETSI GS NFV-IFA 011 version 2.5.1 and beyond.
 
The table below provides an overview of the information elements and attributes defined in ETSI GS NFV-IFA 011 where the capability requirements are included for each of these five categories.


This registry is defined to specify capabilities that are generic to all hardware vendors, as well as capabilities that are hardware vendor specific. There are five different categories that can be specified in the VNFD: CPU, memory, storage, network and logical node requirements. They are defined in terms of data model (i.e. TOSCA, YANG) neutral attributes within information elements<ins> </ins>specified in ETSI GS NFV-IFA 011 version 2.5.1 and beyond. The attribute "type" is defined as a map of strings that contains a set of key-value pairs.
{| class="wikitable"
{| class="wikitable"
!EPA Requirements
!Category
!IFA011 Information Element
!IFA011 Information Element
!Attribute
!Attribute
Line 28: Line 31:
| colspan="1" |LogicalNodeRequirements
| colspan="1" |LogicalNodeRequirements
| colspan="1" |logicalNodeRequirementDetail
| colspan="1" |logicalNodeRequirementDetail
|}Each attribute represents a table in the registry, with the entries in each table specifying the hardware platform capabilities. Each entry contains the following information:
|}Each category corresponds to a table in the registry, with the entries in each table specifying the NFVI platform capabilities of this category. Each entry contains the following information items:
{| class="wikitable"
{| class="wikitable"
|+
|+
Line 35: Line 38:
|-
|-
|Permitted Value
|Permitted Value
|One  or more permitted values used to configure the capability specified in lower camel case
|One  or more permitted values used to configure the capability specified in lower camel case.This information may be omitted when a schema is specified.
|-
|-
|Version
|Version
Line 41: Line 44:
|-
|-
|Schema
|Schema
|The schema used to validate and configure the associated value.  
|The schema used to validate and configure the associated value. This information may be omitted if the list of permitted values is present. If present the schema shall be a JSON schema.  
|-
|-
|Hardware
|Type
|If the capability is supported on all hardware platforms then this takes a value of "Generic". if not, it will be vendor specific such as Intel or ARM,<ins> </ins>etc.  
|If the capability is applicable to any NFVI platform then this takes a value of "Generic". If not, the value is vendor specific such as Intel ® or ARM ®, etc.  
|-
|-
|Description
|Description
|A short description of the capability, such as “memory page size.
|A short description of the capability, such as “memory page size.
|}
|}
The process for creating entries in this registry is subject to a governance process described in (link to governance wiki page).
The process for creating entries in this registry is subject to a governance process described in [[HPC registry operation | HPC registry operation]].


= The Registry =
== '''The Registry''' ==


The entries in the tables below represent hardware capabilities supported by hardware vendors. When a capability is identified as "Generic" it implies the capability is supported by all hardware vendors. Otherwise the hardware is specified as vendor specific and thus is only supported by hardware provided by that vendor.
The entries in the tables below represent NFVI capabilities supported by NFVI vendors of NFVI components. When a capability is identified as "Generic" it implies the capability is applicable to any NFVI platform. Otherwise the NFVI capability is specified as vendor specific and thus is only supported by NFVI platform components provided by that vendor.


== CPU Requirements – Example entry in the Registry ==
=== CPU Requirements – Example entry in the Registry ===
{| class="wikitable"
{| class="wikitable"
|'''Name'''
|'''Name'''
|'''Value'''
|'''Permitted Value'''
|'''Version'''
|'''Version'''
|'''Schema'''
|'''Schema'''
|'''Hardware'''
|'''Type'''
|'''Description'''
|'''Description'''
|-
|-
Line 74: Line 77:
|}
|}


== Memory Requirements – Example entry in the Registry ==
=== Memory Requirements – Example entry in the Registry ===
{| class="wikitable"
{| class="wikitable"
|'''Name'''
|'''Name'''
|'''Value'''
|'''Permitted Value'''
|'''Version'''
|'''Version'''
|'''Schema'''
|'''Schema'''
|'''Hardware'''
|'''Type'''
|'''Description'''
|'''Description'''
|-
|-
Line 91: Line 94:
|}
|}


== Storage Requirements – Example entry in the Registry ==
=== Storage Requirements – Example entry in the Registry ===
{| class="wikitable"
{| class="wikitable"
|'''Name'''
|'''Name'''
|'''Value'''
|'''Permitted Value'''
|'''Version'''
|'''Version'''
|'''Schema'''
|'''Schema'''
|'''Hardware'''
|'''Type'''
|'''Description'''
|'''Description'''
|-
|-
Line 117: Line 120:
|}
|}


== Network Requirements – Example entry in the Registry ==
=== Network Requirements – Example entry in the Registry ===
{| class="wikitable"
{| class="wikitable"
|'''Name'''
|'''Name'''
|'''Value'''
|'''Permitted Value'''
|'''Version'''
|'''Version'''
|'''Schema'''
|'''Schema'''
|'''Hardware'''
|'''Type'''
|'''Description'''
|'''Description'''
|-
|-
Line 134: Line 137:
|}
|}


== Logical Node Requirement Detail ==
=== Logical Node Requirement Detail ===
The logical node requirements are broken-out into three types: Compute, Memory, and I/O.
The logical node requirements are broken-out into three types: Compute, Memory, and I/O.


=== Logical Node Compute Requirements – Example entry in the Registry ===
==== Logical Node Compute Requirements – Example entry in the Registry ====
{| class="wikitable"
{| class="wikitable"
|'''Name'''
|'''Name'''
|'''Value'''
|'''Permitted Value'''
|'''Version'''
|'''Version'''
|'''Schema'''
|'''Schema'''
|'''Hardware'''
|'''Type'''
|'''Description'''
|'''Description'''
|-
|-
Line 154: Line 157:
|}
|}


=== Logical Node Memory Requirements – Example entry in the Registry ===
==== Logical Node Memory Requirements – Example entry in the Registry ====
{| class="wikitable"
{| class="wikitable"
|'''Name'''
|'''Name'''
|'''Value'''
|'''Permitted Value'''
|'''Version'''
|'''Version'''
|'''Schema'''
|'''Schema'''
|'''Hardware'''
|'''Type'''
|'''Description'''
|'''Description'''
|-
|-
Line 171: Line 174:
|}
|}


=== Logical Node I/O Requirements – Example entry in the Registry ===
==== Logical Node I/O Requirements – Example entry in the Registry ====
{| class="wikitable"
{| class="wikitable"
|'''Name'''
|'''Name'''
|'''Value'''
|'''Permitted Value'''
|'''Version'''
|'''Version'''
|'''Schema'''
|'''Schema'''
|'''Hardware'''
|'''Type'''
|'''Description'''
|'''Description'''
|-
|-
Line 188: Line 191:
|}
|}


= '''Mappings to Specific Data Models''' =
== '''Mappings to Specific Data Models''' ==


== Mapping to ETSI NFV-SOL 001 data model (TOSCA<ins>)</ins> ==
=== Mapping to ETSI GS NFV-SOL 001 data model (TOSCA<ins>)</ins> ===


=== Mapping Table ===
==== Mapping Table ====
For each of the five platform capability categories - CPU, memory, storage, network and logical node - the associated attribute defined in ETSI GS NFV-IFA 011 is mapped to a property of type “map of string” of a TOSCA data type specified in ETSI NFV-SOL<ins> </ins>001. The following table describes for each attribute defined in ETSI GS NFV-IFA 011 and representing one of these five categories, the corresponding TOSCA property, the TOSCA data type where this property is used and the TOSCA node type where this data type is used, in accordance with ETSI GS NFV-SOL<ins> </ins>001 v2.5.1 and beyond.
For each of the five platform capability categories - CPU, memory, storage, network and logical node - the associated attribute defined in ETSI GS NFV-IFA 011 is mapped to a property of type “map of string” of a TOSCA data type specified in ETSI GS NFV-SOL 001. The following table describes for each attribute defined in ETSI GS NFV-IFA 011 and representing one of these five categories, the corresponding TOSCA property, the TOSCA data type where this property is used and the TOSCA node type where this data type is used, in accordance with ETSI GS NFV-SOL<ins> </ins>001 v2.5.1 and beyond.
{| class="wikitable"
{| class="wikitable"
|'''Category'''
|'''Category'''
Line 236: Line 239:
|}
|}


=== Key/Value Pair Entry Format ===
==== Key/Value Pair Entry Format ====
Each entry in the hash maps defined above fully defines a single hardware platform capability. Within a given hash map entry, the "key" portion of the entry contains the capability name (as defined in the registry) and the "value" portion contains structured data representing the attributes of the corresponding configuration value.
Each entry in the hash maps defined above fully defines a single NFVI platform capability. Within a given hash map entry, the "key" portion of the entry contains the capability name (as defined in the registry) and the "value" portion contains structured data in the form of key value pairs as described in the following table.
 
The "key" portion of each array entry contains a string specifying a particular capability name. The "value" portion of each array entry is a structured field containing information used to interpret the requested capability configuration. The capability values are defined as TOSCA strings, and their content can vary from a single attribute to complex permutations of simple attributes, lists and hash maps. Content and structure of capability values are defined using JSON schemas that can be used to parse the capability value strings in order to determine the desired state of platform capabilities.
 
All capability value strings contain a set of pre-defined attributes that are used refine the how the requirements should be treated and what configuration value schema should be used for its interpretation. The following table describes that pre-defined attributes and their purpose:
{| class="wikitable"
{| class="wikitable"
|'''Array Entry'''
|'''Array Entry'''
Line 247: Line 246:
|-
|-
|<key>
|<key>
|A string specifying the name of a given  hardware platform capability as defined in the "name" column of a  given registry table.
|A string specifying the name of a given  NFVI platform capability as defined in the "name" element of an entry of a  given registry table.
|-
|-
|<value>
|<value>
|A map of key-value pairs describing the  configuration value of a given capability, where the key-value pairs are  defined as follows
|An optional map of key-value pairs describing the  configuration value of a given capability, where the key-value pairs are  defined as follows
|-
|-
|
|
Line 259: Line 258:
|'''value'''
|'''value'''
|-
|-
|schemaVersion
|version
|string
|string
|A string describing the version the    schema to be used for validation and interpretation of the   <configuration-value>. This is taken from the "version"    column of a given registry table.
|A quoted string describing the version of the capability. This is taken from the “version” element of an entry of a given registry table. If absent, any version of the capability can be used to fulfil the requirement.
|-
|schemaSelector
|string
|An Identifier for the particular schema    to use. This is taken from the "schema" column of a given   registry table.
|-
|hardwarePlatform
|string
|A string describing what hardware    platform associated with a given capability. For vendor-neutral    capabilities, a value of "generic" is used, otherwise a specific    vendor (i.e. Intel, ARM, etc) is used. This is taken from the   "hardware" column of a given registry table.
|-
|-
|mandatory
|mandatory
|string
|string
|A boolean value expressed in string    type specifying whether the requested capability is mandatory for proper   operation of the VNF. The value of "true" indicates that a given   hardware platform capability must be present. The value of   "false" indicates that the VNF can function with or without the    capability. Note: this is not taken from the registry and is defined on a    per NFV vendor basis.
|A boolean value expressed in quoted string    type specifying whether the requested capability is mandatory for proper operation of the VNF. The value of "true" indicates that a given NFVI platform capability must be present. The value of "false" indicates that the VNF can function with or without the    capability. If absent, the value of “false” is assumed.
|-
|-
|configurationValue
|configurationValue
|string
|string
|A string describing the configuration    value of a given capability, as defined by the schema. This shall be among    the permitted values specified in the "value" column of a given    registry table.
|A quoted string describing the configuration    value of a given capability, as defined by the schema or the permitted values specified in the registry. If absent, no particular configuration is required.
|}
|}
|-
|-
|...
|...
|Structured data representing the hardware  platform capability configuration value-specific attributes can vary from a  single attribute to complex permutations of simple attributes, lists and hash  maps.
|Structured data representing the NFVI platform capability configuration value-specific attributes can vary from a  single attribute to complex permutations of simple attributes, lists and hash  maps.
|}
|}


=== <ins> </ins> ===
==== Examples ====
 
=== Examples ===


==== CPU Hardware Capabilities ====
===== CPU NFVI Capabilities =====
Usage of vdu_cpu_requirements key-value pairs as specified in tosca.nodes.nfv.Vdu.Compute. Note in this example that there is one  hardware capabilities being defined: simulatenousMultiThreading. This is  the “key”. The  associated “value” is composed of a specification of: schemaVersion, schemaSelector, hardwarePlatform, mandatory, and configurationValue as a complex value.
Usage of vdu_cpu_requirements key-value pairs as specified in tosca.nodes.nfv.Vdu.Compute. Note in this example that there is one  NFVI capability being defined: simulatenousMultiThreading. This is the “key”. The  associated “value” is composed of a specification of "mandatory" and "configurationValue" which form a complex value.


<some entity>
<some entity>
Line 299: Line 288:
                  vdu_cpu_requirements:
                  vdu_cpu_requirements:


                       simultaneousMultiThreading:
                       simultaneousMultiThreading: |
 
                           schemaVersion: 0


                           schemaSelector: " "
                           mandatory: "true"
 
                           hardwarePlatform: "<ins>G</ins><s>g</s>eneric"
 
                           mandatory: true


                           configurationValue: "enabled"
                           configurationValue: "enabled"
Line 313: Line 296:
...
...


==== Memory Hardware Capabilities ====
===== Memory Hardware Capabilities =====
Usage of vdu_mem_requirements key-value pairs as specified in tosca.nodes.nfv.Vdu.Compute. Note in this example that there are two hardware capabilities being defined: memoryPageSize and numberOfPages. These are the “keys”. Each associated “value” is composed of a specification of: schemaVersion, schemaSelector, hardwarePlatform, mandatory, and configurationValue as a complex value.
Usage of vdu_mem_requirements key-value pairs as specified in tosca.nodes.nfv.Vdu.Compute. Note in this example that there are two NFVI capabilities being defined: memoryPageSize and numberOfPages. These are the “keys”. Each associated “value” is composed of a specification of: "mandatory" and "configurationValue" which form a complex value.


<some entity>
<some entity>
Line 322: Line 305:
         properties:
         properties:


                  vdu_mem_requirements:
                  vdu_mem_requirements: |


                        memoryPageSize:
                        memoryPageSize:


                            schemaVersion: 0
                            mandatory: "true"
 
                            schemaSelector: " "
 
                            hardwarePlatform: "Generic"
 
                            mandatory: true


                            configurationValue: "2 MB"
                            configurationValue: "2 MB"


                        numberOfPages:
                        numberOfPages: |
 
                            schemaVersion: 0
 
                            schemaSelector: " "


                            hardwarePlatform: "Generic"
                            mandatory: "true"
 
                            mandatory: true


                            configurationValue: "1024"
                            configurationValue: "1024"
Line 352: Line 323:
...
...


==== Storage Hardware Capabilities ====
===== Storage Hardware Capabilities =====
Usage of vdu_storage_requirements key-value pairs as specified in tosca.nodes.nfv.Vdu.VirtualBlockStorage. Note in this example that there is one hardware capability being defined: storageResiliencyMechanism. This is the “key”. The associated “value” is composed of a specification of: schemaVersion, schemaSelector, hardwarePlatform, mandatory, and configurationValue as a complex value.
Usage of vdu_storage_requirements key-value pairs as specified in tosca.nodes.nfv.Vdu.VirtualBlockStorage. Note in this example that there is one NFVI capability being defined: storageResiliencyMechanism. This is the “key”. The associated “value” is composed of a specification of "mandatory" and "configurationValue"  which form a complex value.


<some entity>
<some entity>
Line 363: Line 334:
                  vdu_storage_requirements:
                  vdu_storage_requirements:


                        storageResiliencyMechanism:
                        storageResiliencyMechanism: |


                            schemaVersion: 0
                            mandatory: "true"
 
                            schemaSelector: " "
 
                            hardwarePlatform: "Intel"
 
                            mandatory: true


                            configurationValue: "tripleReplication"
                            configurationValue: "tripleReplication"
Line 379: Line 344:
...
...


==== Network Hardware Capabilities ====
===== Network Hardware Capabilities =====
Usage of network_interface_requirements key-value pairs as specified in tosca.nodes.nfv.VduCp or tosca.nodes.nfv.VnfExtCp. Note in this example that there is one hardware capability being defined: dataProcessingAccelerationLibrary.  This is the “key”. The associated “value” is composed of a specification of: schemaVersion, schemaSelector, hardwarePlatform, mandatory, and configurationValue as a complex value.
Usage of network_interface_requirements key-value pairs as specified in tosca.nodes.nfv.VduCp or tosca.nodes.nfv.VnfExtCp. Note in this example that there is one NFVI capability being defined: dataProcessingAccelerationLibrary.  This is the “key”. The associated “value” is composed of a specification of "mandatory" and "configurationValue" which form a complex value.


<some entity>
<some entity>
Line 390: Line 355:
                  network_interface_requirements:
                  network_interface_requirements:


                        dataProcessingAccelerationLibrary:
                        dataProcessingAccelerationLibrary: |


                            schemaVersion: 0
                            mandatory: "true"
 
                            schemaSelector: " "
 
                            hardwarePlatform: "<ins>G</ins><s>g</s>eneric"
 
                            mandatory: true


                            configurationValue: "dpdk"
                            configurationValue: "dpdk"
Line 406: Line 365:
...
...


==== Logical Node Hardware Capabilities ====
===== Logical Node Hardware Capabilities =====
Usage of logical_node_requirements key-value pairs pairs as specified in tosca.nodes.nfv.Vdu.Compute. Note in this example that there are three hardware capabilities being defined: numberCpu, localNumaMemorySize, and pciDeviceLocalToNumaNode. These are the “keys”. Each associated “value” is composed of a specification of: schemaVersion, schemaSelector, hardwarePlatform, mandatory, and configurationValue as a complex value.
Usage of logical_node_requirements key-value pairs pairs as specified in tosca.nodes.nfv.Vdu.Compute. Note in this example that there are three NFVI capabilities being defined: numberCpu, localNumaMemorySize, and pciDeviceLocalToNumaNode. These are the “keys”. Each associated “value” is composed of a specification of "mandatory" and "configurationValue" which form a complex value.


<some entity>
<some entity>
Line 417: Line 376:
                  logical_node_requirements:
                  logical_node_requirements:


                        numberCpu:
                        numberCpu: |
 
                            schemaVersion: 0
 
                            schemaSelector: " "


                            hardwarePlatform: "Intel"
                            mandatory: "true"
 
                            mandatory: true


                            configurationValue: "1"
                            configurationValue: "1"


                        localNumaMemorySize:
                        localNumaMemorySize: |


                            schemaVersion: 0
                            mandatory: "true"
 
                            schemaSelector: " "
 
                            hardwarePlatform: "Intel"
 
                            mandatory: true


                            configurationValue: "4096"
                            configurationValue: "4096"


                         pciDeviceLocalToNumaNode:
                         pciDeviceLocalToNumaNode: |
 
                            schemaVersion: 0
 
                            schemaSelector: " "
 
                            hardwarePlatform: "Intel"


                            mandatory: true
                            mandatory: "true"


                            configurationValue: "required"
                            configurationValue: "required"
Line 457: Line 398:
...
...


== Mapping to ETSI NFV-SOL 006 data model (YANG) ==
==== Mapping to ETSI NFV-SOL 006 data model (YANG) ====
To be defined
To be defined
==  '''Registration process''' ==
[https://nfvwiki.etsi.org/index.php?title=File:Template_Capability_registration_template_for_HPC_registry.docx Link to Registration Template]
[https://nfvwiki.etsi.org/index.php?title=HPC_registry_operation Operation of the Registry]

Revision as of 18:41, 20 July 2021

This is the ETSI registry for key/value pairs used to represent NFVI platform capabilities and settings, as part of NFV VNF descriptors (VNFD).

Introduction

Some VNF suppliers make use of the underlying NFVI platform capabilities in order to accelerate performance and optimize throughput of their VNF products. In order to ensure proper instantiation and operation of such VNFs, the VNF Descriptor is used to describe VNF-specific  NFVI platform capability requirements that will be matched against the capabilities of the underlying hardware infrastructure resources, in order to ensure that appropriate resources are used for instantiation.

This registry is defined to specify capabilities that are generic to all vendors of NFVI platform components, as well as capabilities that are NFVI vendor specific. There are five different categories of capability requirements that can be specified in the VNFD: CPU, memory, storage, network and logical node requirements. They are defined in terms of data model (i.e. TOSCA, YANG) neutral attributes within information elements specified in ETSI GS NFV-IFA 011 version 2.5.1 and beyond.

The table below provides an overview of the information elements and attributes defined in ETSI GS NFV-IFA 011 where the capability requirements are included for each of these five categories.

Category IFA011 Information Element Attribute
CPU VirtualCpuData vduCpuRequirements
MEMORY VirtualMemoryData vduMemRequirements
STORAGE BlockStorageData vduStorageRequirements
NETWORK VirtualNetworkInterfaceRequirements networkInterfaceRequirements
LOGICAL NODE LogicalNodeRequirements logicalNodeRequirementDetail

Each category corresponds to a table in the registry, with the entries in each table specifying the NFVI platform capabilities of this category. Each entry contains the following information items:

Name The name of the capability specified in lower camel case, for example memoryPageSize.
Permitted Value One or more permitted values used to configure the capability specified in lower camel case.This information may be omitted when a schema is specified.
Version The version of the capability specified as a decimal (X.X). There may be multiple versions supported. The versioning shall begin with 1.0 and be increased every time there is a change to the capability.
Schema The schema used to validate and configure the associated value. This information may be omitted if the list of permitted values is present. If present the schema shall be a JSON schema.
Type If the capability is applicable to any NFVI platform then this takes a value of "Generic". If not, the value is vendor specific such as Intel ® or ARM ®, etc.  
Description A short description of the capability, such as “memory page size.

The process for creating entries in this registry is subject to a governance process described in HPC registry operation.

The Registry

The entries in the tables below represent NFVI capabilities supported by NFVI vendors of NFVI components. When a capability is identified as "Generic" it implies the capability is applicable to any NFVI platform. Otherwise the NFVI capability is specified as vendor specific and thus is only supported by NFVI platform components provided by that vendor.

CPU Requirements – Example entry in the Registry

Name Permitted Value Version Schema Type Description
cpuModelSpecificationBinding strictBinding

equalOrBetterBinding

1.0 Generic VDUs may be developed, compiled, optimized or validated on particular CPU models. Some deployments may wish to permit the VDU to be deployed on a platform with the specified CPU only, or with an alternative CPU with the same architecture, instruction set, and if specified, instruction set extensions, or with a CPU of equivalent or greater capability.

Memory Requirements – Example entry in the Registry

Name Permitted Value Version Schema Type Description
memoryPageSize ANY, 4KB, 2MB, 1GB 1.0 Generic Memory page size

Storage Requirements – Example entry in the Registry

Name Permitted Value Version Schema Type Description
storageLops 0..N 1.0 Generic Required storage characteristics (e.g. speed), including Key Quality Indicators (KQIs) for performance and reliability/availability
storageResilencyMechanism Erasure

tripleReplication

1.0 Generic Erasure code based back-end, triple replication based back-end for ensuring data resiliency.

Network Requirements – Example entry in the Registry

Name Permitted Value Version Schema Type Description
nicFeature LSO, LRO, RSS, RDMA 1.0 Generic Long list of NIC related items such as LSO, LRO, RSS, RDMA, etc

Logical Node Requirement Detail

The logical node requirements are broken-out into three types: Compute, Memory, and I/O.

Logical Node Compute Requirements – Example entry in the Registry

Name Permitted Value Version Schema Type Description
numberCpu 0..N 1.0 Generic Number of CPU cores for this logical node. The cumulative number of CPU requests per node must equal the VDU level numVirtualCpu requirement.

Logical Node Memory Requirements – Example entry in the Registry

Name Permitted Value Version Schema Type Description
localNumaMemorySize 0..N 1.0 Generic The amount of memory that needs to be collocated with this specific logical (NUMA) node.

Logical Node I/O Requirements – Example entry in the Registry

Name Permitted Value Version Schema Type Description
pciVendorId 1.0 Generic PCI-SIG vendor ID for the device

Mappings to Specific Data Models

Mapping to ETSI GS NFV-SOL 001 data model (TOSCA)

Mapping Table

For each of the five platform capability categories - CPU, memory, storage, network and logical node - the associated attribute defined in ETSI GS NFV-IFA 011 is mapped to a property of type “map of string” of a TOSCA data type specified in ETSI GS NFV-SOL 001. The following table describes for each attribute defined in ETSI GS NFV-IFA 011 and representing one of these five categories, the corresponding TOSCA property, the TOSCA data type where this property is used and the TOSCA node type where this data type is used, in accordance with ETSI GS NFV-SOL 001 v2.5.1 and beyond.

Category IFA011 Attribute As Property Data Type Defined in SOL001 Used in SOL001
CPU vduCpuRequirements vdu_cpu_requirements tosca.datatypes.nfv.VirtualCpu tosca.nodes.nfv.Vdu.Compute
Memory vduMemRequirements vdu_mem_requirements tosca.datatypes.nfv.VirtualMemory tosca.nodes.nfv.Vdu.Compute
Network networkInterfaceRequirements network_interface_requirements tosca.datatypes.nfv.VirtualNetworkInterfaceRequirements tosca.nodes.nfv.VduCp

tosca.nodes.nfv.VnfExtCp

Storage vduStorageRequirements vdu_storage_requirements tosca.datatypes.nfv.VirtualBlockStorageData tosca.nodes.nfv.Vdu.VirtualBlockStorage

Logical Node logicalNodeRequirementDetail logical_node_requirements tosca.datatypes.nfv.LogicalNodeData tosca.nodes.nfv.Vdu.Compute

Key/Value Pair Entry Format

Each entry in the hash maps defined above fully defines a single NFVI platform capability. Within a given hash map entry, the "key" portion of the entry contains the capability name (as defined in the registry) and the "value" portion contains structured data in the form of key value pairs as described in the following table.

Array Entry Values
<key> A string specifying the name of a given NFVI platform capability as defined in the "name" element of an entry of a given registry table.
<value> An optional map of key-value pairs describing the configuration value of a given capability, where the key-value pairs are defined as follows
key type value
version string A quoted string describing the version of the capability. This is taken from the “version” element of an entry of a given registry table. If absent, any version of the capability can be used to fulfil the requirement.
mandatory string A boolean value expressed in quoted string type specifying whether the requested capability is mandatory for proper operation of the VNF. The value of "true" indicates that a given NFVI platform capability must be present. The value of "false" indicates that the VNF can function with or without the capability. If absent, the value of “false” is assumed.
configurationValue string A quoted string describing the configuration value of a given capability, as defined by the schema or the permitted values specified in the registry. If absent, no particular configuration is required.
... Structured data representing the NFVI platform capability configuration value-specific attributes can vary from a single attribute to complex permutations of simple attributes, lists and hash maps.

Examples

CPU NFVI Capabilities

Usage of vdu_cpu_requirements key-value pairs as specified in tosca.nodes.nfv.Vdu.Compute. Note in this example that there is one  NFVI capability being defined: simulatenousMultiThreading. This is the “key”. The  associated “value” is composed of a specification of "mandatory" and "configurationValue" which form a complex value.

<some entity>

...

        properties:

                  vdu_cpu_requirements:

                       simultaneousMultiThreading: |

                           mandatory: "true"

                           configurationValue: "enabled"

...

Memory Hardware Capabilities

Usage of vdu_mem_requirements key-value pairs as specified in tosca.nodes.nfv.Vdu.Compute. Note in this example that there are two NFVI capabilities being defined: memoryPageSize and numberOfPages. These are the “keys”. Each associated “value” is composed of a specification of: "mandatory" and "configurationValue" which form a complex value.

<some entity>

...

         properties:

                  vdu_mem_requirements: |

                        memoryPageSize:

                            mandatory: "true"

                            configurationValue: "2 MB"

                        numberOfPages: |

                            mandatory: "true"

                            configurationValue: "1024"

...

...

Storage Hardware Capabilities

Usage of vdu_storage_requirements key-value pairs as specified in tosca.nodes.nfv.Vdu.VirtualBlockStorage. Note in this example that there is one NFVI capability being defined: storageResiliencyMechanism. This is the “key”. The associated “value” is composed of a specification of "mandatory" and "configurationValue" which form a complex value.

<some entity>

...

         properties:

                  vdu_storage_requirements:

                        storageResiliencyMechanism: |

                            mandatory: "true"

                            configurationValue: "tripleReplication"

...

...

Network Hardware Capabilities

Usage of network_interface_requirements key-value pairs as specified in tosca.nodes.nfv.VduCp or tosca.nodes.nfv.VnfExtCp. Note in this example that there is one NFVI capability being defined: dataProcessingAccelerationLibrary.  This is the “key”. The associated “value” is composed of a specification of "mandatory" and "configurationValue" which form a complex value.

<some entity>

...

         properties:

                  network_interface_requirements:

                        dataProcessingAccelerationLibrary: |

                            mandatory: "true"

                            configurationValue: "dpdk"

...

...

Logical Node Hardware Capabilities

Usage of logical_node_requirements key-value pairs pairs as specified in tosca.nodes.nfv.Vdu.Compute. Note in this example that there are three NFVI capabilities being defined: numberCpu, localNumaMemorySize, and pciDeviceLocalToNumaNode. These are the “keys”. Each associated “value” is composed of a specification of "mandatory" and "configurationValue" which form a complex value.

<some entity>

...

         properties:

                  logical_node_requirements:

                        numberCpu: |

                            mandatory: "true"

                            configurationValue: "1"

                        localNumaMemorySize: |

                            mandatory: "true"

                            configurationValue: "4096"

                         pciDeviceLocalToNumaNode: |

                            mandatory: "true"

                            configurationValue: "required"

...

...

Mapping to ETSI NFV-SOL 006 data model (YANG)

To be defined

Registration process

Link to Registration Template

Operation of the Registry