description:ETSI NFV SOL 001 nsd types definitions version 4.3.1
description:ETSI NFV SOL 001 nsd types definitions version 4.4.1
metadata:
template_name:etsi_nfv_sol001_nsd_types
template_author:ETSI_NFV
template_version:4.3.1
template_version:4.4.1
imports:
-etsi_nfv_sol001_common_types.yaml
@@ -65,6 +65,12 @@ data_types:
type:string
description:Identifier of the instantiation level of the NS DF to be used for instantiation. If not present, the default instantiation level as declared in the NSD shall be used.
required:false
target_ns_scale_level:
type:map
description:For each NS scaling aspect of the deployment flavour applicable to this NS instance, defines the target NS scale level to which the NS instance to be instantiated. If the property is present it shall contain all NS scaling aspects.
required:false
entry_schema:
type:tosca.datatypes.nfv.NsScaleInfo
min_number_of_instances:
type:integer
description:Minimum number of instances of the NS based on this NSD that is permitted to exist for this NsProfile.
@@ -299,6 +305,17 @@ data_types:
description:Information description of Data Flow Mirroring Job
required:false
tosca.datatypes.nfv.NsScaleInfo:
derived_from:tosca.datatypes.Root
description:Indicates for a given nsScalingAspect the corresponding NS scaleLevel
properties:
scale_level:
type:integer
description:The scale level for a particular aspect
description:ETSI NFV SOL 001 vnfd types definitions version 4.3.1
description:ETSI NFV SOL 001 vnfd types definitions version 4.4.1
metadata:
template_name:etsi_nfv_sol001_vnfd_types
template_author:ETSI_NFV
template_version:4.3.1
template_version:4.4.1
imports:
-etsi_nfv_sol001_common_types.yaml
@@ -830,7 +830,7 @@ data_types:
vim_type:
type:string
description:Discriminator for the different types of the VIM information.
required:true
required:false
properties:
type:map
description:Properties used for selecting VIM specific capabilities when setting the boot data
@@ -933,7 +933,7 @@ data_types:
description:Service port numbers exposed by the VirtualCp.
required:true
serviceData:
type:string
type:tosca.datatypes.nfv.ServiceData
description:Service matching information exposed by the VirtualCp.
required:false
@@ -1109,6 +1109,21 @@ data_types:
constraints:
-greater_or_equal:0
tosca.datatypes.nfv.ServiceData:
derived_from:tosca.datatypes.Root
description:Indicates the service matching information exposed by the VirtualCp
properties:
host:
type:string# shall comply with IETF RFC 3986
description:Corresponds to the fully qualified domain name of a network host
required:false
path:
type:list
description:path component of a URI.
required:false
entry_schema:
type:string# shall comply with IETF RFC 3986
artifact_types:
tosca.artifacts.nfv.SwImage:
derived_from:tosca.artifacts.Deployment.Image
@@ -2005,7 +2020,6 @@ node_types:
mcio_identification_data:
type:tosca.datatypes.nfv.McioIdentificationData
description:Name and type of the MCIO that realizes this Vdu.OsContainerDeployableUnit. It allows the VNFM to identify the MCIO e.g. when querying the CISM.
capabilities:
virtual_binding:
type:tosca.capabilities.nfv.VirtualBindable
@@ -2043,6 +2057,11 @@ node_types:
type:tosca.datatypes.nfv.AdditionalServiceData
description:Additional service identification data of the VirtualCp exposed to NFV-MANO
required:false
address_pool_name_configurable:
type:boolean
description:Indicates whether the corresponding MCIO supports configuration of an address pool name.