...
Code Block | ||||
---|---|---|---|---|
| ||||
tosca.nodes.nfv.Vdu.Compute: derived_from: tosca.nodes.Root description: Describes the virtual compute part of a VDU which is a construct supporting the description of the deployment and operational behavior of a VNFC properties: name: type: string description: Human readable name of the VDU required: true description: type: string description: Human readable description of the VDU required: true boot_order: type: list # explicit index (boot index) not necessary, contrary to IFA011 description: References a node template name from which a valid boot device is created required: false entry_schema: type: string nfvi_constraints: type: list description: Describes constraints on the NFVI for the VNFC instance(s) created from this VDU required: false entry_schema: type: string monitoring_parameters: type: list description: Describes monitoring parameters applicable to a VNFC instantiated from this VDU required: false entry_schema: type: tosca.datatypes.nfv.VnfcMonitoringParameter #configurable_properties: #type: tosca.datatypes.nfv.VnfcConfigurableProperties #required: false # derived types are expected to introduce # configurable_properties with its type derived from # tosca.datatypes.nfv.VnfcConfigurableProperties vdu_profile: type: tosca.datatypes.nfv.VduProfile description: Defines additional instantiation data for the VDU.Compute node required: true sw_image_data: type: tosca.datatypes.nfv.SwImageData description: Defines information related to a SwImage artifact used by this Vdu.Compute node required: false # property is required when the node template has an associated artifact of type tosca.artifacts.nfv.SwImage and not required otherwise boot_data: type: string description: Contains a string or a URL to a file contained in the VNF package used to customize a virtualised compute resource at boot time. The bootData may contain variable parts that are replaced by deployment specific values before being sent to the VIM. required: false capabilities: virtual#inject_computefiles: #Introduced from type: tosca.capabilities.nfv.VirtualCompute occurrences: [ 1, 1 ] virtual_binding: Beijing release, used for vCPE usecase, outside the scope of SOL001 v2.5.1 # type: tosca.capabilitiesdatatypes.nfv.VirtualBindableinjectFile occurrences: [ 1, UNBOUNDED ]# requirementsrequired: false - virtual_storage: capability: tosca.capabilities.nfv.VirtualStorage relationship: tosca.relationships.nfv.AttachesTo occurrences: [ 0, UNBOUNDED ] | ||||
Code Block | ||||
| ||||
tosca.nodes.nfv.Vdu.VirtualBlockStorage: derived_from: tosca.nodes.Root description: This node type describes the specifications of requirements related to virtual block storage resources properties: virtual_block_storage_data: type: tosca.datatypes.nfv.VirtualBlockStorageData description: Describes the block storage characteristics. required: true sw_image_data#Aligned with ONAP R2 IM. it should be false. #meta_data: #Introduced from Beijing release, used for metadata attached to the VM or container, outside the scope of SOL001 v2.5.1 # type: map # entry_schema: # type: string # required: false capabilities: virtual_compute: type: tosca.capabilities.nfv.VirtualCompute occurrences: [ 1, 1 ] virtual_binding: type: tosca.capabilities.nfv.VirtualBindable occurrences: [ 1, UNBOUNDED ] requirements: - virtual_storage: capability: tosca.capabilities.nfv.VirtualStorage relationship: tosca.relationships.nfv.AttachesTo occurrences: [ 0, UNBOUNDED ] |
Code Block | ||||
---|---|---|---|---|
| ||||
tosca.nodes.nfv.Vdu.VirtualBlockStorage: derived_from: tosca.nodes.Root description: This node type describes the specifications of requirements related to virtual block storage resources properties: virtual_block_storage_data: type: tosca.datatypes.nfv.VirtualBlockStorageData description: Describes the block storage characteristics. required: true sw_image_data: type: tosca.datatypes.nfv.SwImageData description: Defines information related to a SwImage artifact used by this Vdu.Compute node. required: false # property is required when the node template has an associated artifact of type tosca.artifacts.nfv.SwImage and not required otherwise capabilities: virtual_storage: type: tosca.datatypescapabilities.nfv.SwImageDataVirtualStorage description: Defines the informationcapabilities related to a SwImage artifact used by this Vdu.Compute node. required: false # property is required when the node template has an associated artifact of type tosca.artifacts.nfv.SwImage and not required otherwiseof virtual_storage. |
Code Block | ||||
---|---|---|---|---|
| ||||
tosca.nodes.nfv.Vdu.VirtualObjectStorage:
derived_from: tosca.nodes.Root
description: This node type describes the specifications of requirements related to virtual object storage resources
properties:
virtual_object_storage_data:
type: tosca.datatypes.nfv.VirtualObjectStorageData
description: Describes the object storage characteristics.
required: true
capabilities:
virtual_storage:
type: tosca.capabilities.nfv.VirtualStorage
description: Defines the capabilities of virtual_storage. |
...
Code Block | ||||
---|---|---|---|---|
| ||||
tosca.nodes.nfv.Vdu.VirtualObjectStorageVirtualFileStorage: derived_from: tosca.nodes.Root description: This node type describes the specifications of requirements related to virtual objectfile storage resources properties: virtual_objectfile_storage_data: type: tosca.datatypes.nfv.VirtualObjectStorageDataVirtualFileStorageData description: Describes the object file storage characteristics. required: true capabilities: virtual_storage: type: tosca.capabilities.nfv.VirtualStorage description: Defines the capabilities of virtual_storage. requirements: - virtual_storage: typelink: capability: tosca.capabilities.nfv.VirtualLinkable relationship: tosca.capabilitiesrelationships.nfv.VirtualStorageVirtualLinksTo description#description: DefinesDescribes the requirements capabilitiesfor linking ofto virtual_storage. link |
Code Block | ||||
---|---|---|---|---|
| ||||
tosca.nodes.nfv.Vdu.VirtualFileStorageCp: derived_from: tosca.nodes.Root description: ThisProvides nodeinformation typeregarding describes the specificationspurpose of requirementsthe related to virtual file storage resourcesconnection point properties: virtual_file_storage_datalayer_protocols: type: tosca.datatypes.nfv.VirtualFileStorageDatalist description: DescribesIdentifies which protocol the file storage characteristics. connection point uses for connectivity purposes required: true capabilities: virtual_storage: type: tosca.capabilities.nfv.VirtualStorage description: Defines the capabilities of virtual_storage. requirements: - virtual_link: capability: tosca.capabilities.nfv.VirtualLinkable relationship: tosca.relationships.nfv.VirtualLinksTo #description: Describes the requirements for linking to virtual link |
Code Block | ||||
---|---|---|---|---|
| ||||
tosca.nodes.nfv.Cp:
derived_from: tosca.nodes.Root
description: Provides information regarding the purpose of the connection point
properties:
layer_protocols:
type: list
description: Identifies which protocol the connection point uses for connectivity purposes
required: true
entry_schema:
type: string
constraints:
- valid_values: [ ethernet, mpls, odu2, ipv4, ipv6, pseudo-wire ]
role: #Name in ETSI NFV IFA011 v0.7.3: cpRole
type: string
description: Identifies the role of the port in the context of the traffic flow patterns in the VNF or parent NS
required: false
constraints:
- valid_values: [ root, leaf ]
description:
type: string
description: Provides human-readable information on the purpose of the connection point
required: false
protocol:
type: list
description: Provides information on the addresses to be assigned to the connection point(s) instantiated from this Connection Point Descriptor
required: false
entry_schema:
type: tosca.datatypes.nfv.CpProtocolData
trunk_mode:
type: boolean
description: Provides information about whether the CP instantiated from this Cp is in Trunk mode (802.1Q or other), When operating in "trunk mode", the Cp is capable of carrying traffic for several VLANs. Absence of this property implies that trunkMode is not configured for the Cp i.e. It is equivalent to boolean value "false".
required: false |
Code Block | ||||
---|---|---|---|---|
| ||||
tosca.nodes.nfv.VduCp: derived_from: tosca.nodes.nfv.Cp description: describes network connectivity between a VNFC instance based on this VDU and an internal VL properties: bitrate_requirement: type: integer # in bits per second description: Bitrate requirement in bit per second on this connection point entry_schema: type: string constraints: - valid_values: [ ethernet, mpls, odu2, ipv4, ipv6, pseudo-wire ] role: #Name in ETSI NFV IFA011 v0.7.3: cpRole type: string description: Identifies the role of the port in the context of the traffic flow patterns in the VNF or parent NS required: false constraints: - valid_values: [ root, leaf ] description: type: string description: Provides human-readable information on the purpose of the connection point required: false protocol: type: list description: Provides information on the addresses to be assigned to the connection point(s) instantiated from this Connection Point Descriptor required: false entry_schema: type: tosca.datatypes.nfv.CpProtocolData trunk_mode: type: boolean description: Provides information about whether the CP instantiated from this Cp is in Trunk mode (802.1Q or other), When operating in "trunk mode", the Cp is capable of carrying traffic for several VLANs. Absence of this property implies that trunkMode is not configured for the Cp i.e. It is equivalent to boolean value "false". required: false #allowed_address_data: # #Introduced from Beijing release, align with resource IM, outside the scope of SOL001 v2.5.1 # type: tosca.datatypes.nfv.AddressData # In the IM, it is a array, but here it is not a array. TBD. # required: false |
Code Block | ||||
---|---|---|---|---|
| ||||
tosca.nodes.nfv.VduCp: derived_from: tosca.nodes.nfv.Cp description: describes network connectivity between a VNFC instance based on this VDU and an internal VL properties: bitrate_requirement: type: integer # in bits per second description: Bitrate requirement in bit per second on this connection point required: false constraints: - greater_or_equal: 0 virtual_network_interface_requirements: type: list description: Specifies requirements on a virtual network interface realising the CPs instantiated from this CPD required: false constraintsentry_schema: - greater_or_equaltype: 0tosca.datatypes.nfv.VirtualNetworkInterfaceRequirements virtual_network_interface_requirementsorder: type: listinteger description: SpecifiesThe requirementsorder onof athe virtualNIC network interfaceon realising the CPscompute instantiated from this CPD instance (e.g.eth2) required: false entry_schemaconstraints: type- greater_or_equal: tosca.datatypes.nfv.VirtualNetworkInterfaceRequirements0 ordervnic_type: type: integerstring description: Describes Thethe ordertype of the NIC onvirtual network interface realizing the CPs instantiated computefrom instance (e.g.eth2)this CPD required: false constraints: - greatervalid_or_equal: 0 vnic_type: type: string description: Describes the type of the virtual network interface realizing the CPs instantiated from this CPD required: false constraints: - valid_values: [ normal, virtio, direct-physical ] values: [ normal, virtio, direct-physical ] #vnic_name: # Introduced from Beijing release, aligned with ONAP resource IM, outside the scope of SOL001 v2.5.1 # type: string # required:false requirements: - virtual_link: capability: tosca.capabilities.nfv.VirtualLinkable relationship: tosca.relationships.nfv.VirtualLinksTo - virtual_binding: capability: tosca.capabilities.nfv.VirtualBindable relationship: tosca.relationships.nfv.VirtualBindsTo node: tosca.nodes.nfv.Vdu.Compute |
...