description:Describes the periodicity at which to collect the performance information.
required:false
constraints:
-greater_than:0 s
capability_types:
tosca.capabilities.nfv.VirtualLinkable:
derived_from:tosca.capabilities.Node
description:A node type that includes the VirtualLinkable capability indicates that it can be pointed by tosca.relationships.nfv.VirtualLinksTo relationship type
tosca.capabilities.nfv.Forwarding:
derived_from:tosca.capabilities.Root
relationship_types:
tosca.relationships.nfv.VirtualLinksTo:
derived_from:tosca.relationships.DependsOn
description:Represents an association relationship between the VduCp and VnfVirtualLink node types
description:Represents an association relationship between the VduCp and VnfVirtualLink node types or the association between either a VnfExtCp, a PnfExtCp or a Sap and an NsVirtualLink node types.
description:Represents an association relationship between the VipCp and a VnfVirtualLink node types or between the former and a NsVirtualLink node types.
description:Identifies the role of the port in the context of the traffic flow patterns in the VNF or parent NS
required:false
...
...
@@ -200,3 +233,51 @@ node_types:
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
policy_types:
tosca.policies.nfv.Abstract.SecurityGroupRule:
derived_from:tosca.policies.Root
description:The Abstract.SecurityGroupRule type represents an abstract policy type without any target requirements
properties:
description:
type:string
description:Human readable description of the security group rule.
required:false
direction:
type:string
description:The direction in which the security group rule is applied. The direction of 'ingress' or 'egress' is specified against the associated CP. I.e., 'ingress' means the packets entering a CP, while 'egress' means the packets sent out of a CP.
required:false
constraints:
-valid_values:[ingress,egress]
default:ingress
ether_type:
type:string
description:Indicates the protocol carried over the Ethernet layer.
required:false
constraints:
-valid_values:[ipv4,ipv6]
default:ipv4
protocol:
type:string
description:Indicates the protocol carried over the IP layer. Permitted values include any protocol defined in the IANA protocol registry, e.g. TCP, UDP, ICMP, etc.
description:Indicates minimum port number in the range that is matched by the security group rule. If a value is provided at design-time, this value may be overridden at run-time based on other deployment requirements or constraints.
required:false
constraints:
-greater_or_equal:0
-less_or_equal:65535
default:0
port_range_max:
type:integer
description:Indicates maximum port number in the range that is matched by the security group rule. If a value is provided at design-time, this value may be overridden at run-time based on other deployment requirements or constraints.
# editor's note: During the development of the SOL001ed271 GS, to enable this file to be verified by a TOSCA parser, the imports statement has to be replaced with a reference to a local copy of the common definitions YAML file
data_types:
data_types:
tosca.datatypes.nfv.LocationInfo:
derived_from:tosca.datatypes.Root
description:Represents geographical information on the location where a PNF is deployed.
description:Represents geographical information on the location where a PNF is deployed.
properties:
country_code:
type:string# two-letter ISO 3166 country code
description:Country code
required:true
type:string# two-letter ISO 3166 country code
description:Country code
required:true
civic_address_element:
type:list
entry_schema:
type:tosca.datatypes.nfv.CivicAddressElement
description:Elements composing the civic address where the PNF is deployed.
required:false
type:list
entry_schema:
type:tosca.datatypes.nfv.CivicAddressElement
description:Elements composing the civic address where the PNF is deployed.
required:false
tosca.datatypes.nfv.CivicAddressElement:
derived_from:tosca.datatypes.Root
description:Represents an element of a civic location as specified in IETF RFC 4776 [11].
description:Represents an element of a civic location as specified in IETF RFC 4776 [11].
properties:
ca_type:
type:string# RFC4776
description:caType as per RFC4776
required:true
type:string# RFC4776
description:caType as per RFC4776
required:true
ca_value:
type:string# RFC4776
description:caValue as per RFC4776.
required:true
type:string# RFC4776
description:caValue as per RFC4776.
required:true
node_types:
tosca.nodes.nfv.PNF:
derived_from:tosca.nodes.Root
properties:
descriptor_id:# instead of pnfd_id
type:string# GUID
required:true
type:string# UUID
required:true
description:Identifier of this PNFD information element. It uniquely identifies the PNFD.
function_description:
type:string
required:true
type:string
required:true
description:Describes the PNF function.
provider:
type:string
required:true
type:string
required:true
description:Identifies the provider of the PNFD.
version:
type:string
required:true
type:string
required:true
description:Identifies the version of the PNFD.
descriptor_invariant_id:# instead of pnfd-invariant-id
type:string# GUID
required:true
type:string# UUID
required:true
description:Identifier of this PNFD in a version independent manner. This attribute is invariant across versions of PNFD.
name:
type:string
required:true
type:string
required:true
description:Name to identify the PNFD.
geographical_location_info:
type:tosca.datatypes.nfv.LocationInfo
required:false
type:tosca.datatypes.nfv.LocationInfo
required:false
description:Provides information about the geographical location (e.g. geographic coordinates or address of the building, etc.) of the PNF
# Additional requirements shall be defined in the PNF specific node type (deriving from tosca.nodes.nfv.PNF) corresponding to NS virtual links that need to connect to PnfExtCps
description:The SecurityGroupRule type is a policy type specified the matching criteria for the ingress and/or egress traffic to/from visited connection points as defined in ETSI GS NFV-IFA 011 [1].
properties:
description:
type:string
description:Human readable description of the security group rule.
required:false
direction:
type:string
description:The direction in which the security group rule is applied. The direction of 'ingress' or 'egress' is specified against the associated CP. I.e., 'ingress' means the packets entering a CP, while 'egress' means the packets sent out of a CP.
required:false
constraints:
-valid_values:[ingress,egress]
default:ingress
ether_type:
type:string
description:Indicates the protocol carried over the Ethernet layer.
required:false
constraints:
-valid_values:[ipv4,ipv6]
default:ipv4
protocol:
type:string
description:Indicates the protocol carried over the IP layer. Permitted values include any protocol defined in the IANA protocol registry, e.g. TCP, UDP, ICMP, etc.
description:Indicates minimum port number in the range that is matched by the security group rule. If a value is provided at design-time, this value may be overridden at run-time based on other deployment requirements or constraints.
required:false
constraints:
-greater_or_equal:0
-less_or_equal:65535
default:0
port_range_max:
type:integer
description:Indicates maximum port number in the range that is matched by the security group rule. If a value is provided at design-time, this value may be overridden at run-time based on other deployment requirements or constraints.
description:The PnfSecurityGroupRule type is a policy type specified the matching criteria for the ingress and/or egress traffic to/from visited PNF external connection points.