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:
tosca.datatypes.nfv.ServiceAvailability:
derived_from:tosca.datatypes.Root
description:service availability
description:service availability
properties:
level:
type:string
...
...
@@ -40,7 +42,7 @@ data_types:
type:tosca.datatypes.nfv.ServiceAvailability
description:Network service virtual link service availability levels, as described in ETSI GS NFV-REL 001
required:false
tosca.datatypes.nfv.NsVirtualLinkQos:
derived_from:tosca.datatypes.nfv.Qos
description:describes QoS data for a given VL used in a VNF deployment flavour
...
...
@@ -76,7 +78,47 @@ data_types:
type:string
description:Identifies the applicable network service DF within the scope of the NSD.
required:true
tosca.datatypes.nfv.Mask:
derived_from:tosca.datatypes.Root
properties:
starting_point:
description:Indicates the offset between the last bit of the source mac address and the first bit of the sequence of bits to be matched.
type:integer
required:true
length:
description:Indicates the number of bits to be matched.
type:integer
required:true
value:
description:Provide the sequence of bit values to be matched.
description:Is an empty base type for deriving data types for describing NS-specific additional parameters to be passed when invoking NS lifecycle management operations
#properties:
tosca.datatypes.nfv.NsMonitoringParameter:
derived_from:tosca.datatypes.Root
description:Represents information on virtualised resource related performance metrics applicable to the NS.
properties:
name:
type:string
description:Human readable name of the monitoring parameter
required:true
performance_metric:
type:string
description:Identifies a performance metric to be monitored, according to ETSI GS NFV-IFA 027.
description:Postamble to the execution of the heal operation
group_types:
tosca.groups.nfv.PlacementGroup:
derived_from:tosca.groups.Root
description:PlacementGroup is used for describing the affinity or anti-affinity relationship applicable between VNF instances created using different VNFDs, the Virtual Link instances created using different VLDs or the nested NS instances created using different NSDs
properties:
description:
type:string
description:Human readable description of the group
type:tosca.datatypes.nfv.NsVlProfile# only covers min/max bitrate requirements
description:Specifies instantiation parameters for a virtual link of a particular NS deployment flavour.
...
...
@@ -202,75 +247,206 @@ node_types:
capabilities:
virtual_linkable:
type:tosca.capabilities.nfv.VirtualLinkable
policy_types:
tosca.policies.nfv.AffinityRule:
tosca.nodes.nfv.NfpPositionElement:
derived_from:tosca.nodes.Root
description:node definition of NfpPositionElement
capabilities:
forwarding:
type:tosca.capabilities.nfv.Forwarding
requirements:
-profile_element:
capability:tosca.capabilities.nfv.Forwarding
relationship:tosca.relationships.nfv.ForwardTo
occurrences:[1,2]# When the number of occurrences is 1, the ingress and egress traffic is associated to a single VnfExtCp or Sap; When the number of occurrences is 2, the ingress VnfExtCp or Sap is associated to the first value and the egress VnfExtCp or Sap is associated to the second value.
tosca.nodes.nfv.NfpPosition:
derived_from:tosca.nodes.Root
description:node definition of NFP position
properties:
forwarding_behaviour:
type:string
description:Identifies a rule to apply to forward traffic to CP or SAP instances corresponding to the referenced NfpPositionElement(s).
constraints:
-valid_values:[all,lb,ff]
required:false
# forwarding_behaviour_input_parameters:
# description: Provides input parameters to configure the forwarding behaviour.
# type: map
# required: false
# entry_schema:
# type: strin
capabilities:
forwarding:
type:tosca.capabilities.nfv.Forwarding
requirements:
-element:
capability:tosca.capabilities.nfv.Forwarding
node:tosca.nodes.nfv.NfpPositionElement
relationship:tosca.relationships.nfv.ForwardTo
occurrences:[1,UNBOUNDED]
tosca.nodes.nfv.NFP:
derived_from:tosca.nodes.Root
description:node definition of NFP
requirements:
-nfp_position:
capability:tosca.capabilities.nfv.Forwarding
node:tosca.nodes.nfv.NfpPosition
relationship:tosca.relationships.nfv.ForwardTo
occurrences:[1,UNBOUNDED]
tosca.nodes.nfv.Forwarding:
derived_from:tosca.nodes.Root
capabilities:
virtual_linkable:
type:tosca.capabilities.nfv.VirtualLinkable
forwarding:
type:tosca.capabilities.nfv.Forwarding
occurrences:[1,2]#When the number of occurrences is 1, the ingress and egress traffic is associated to a single VnfExtCp, PnfExtCp or Sap; When the number of occurrences is 2, the ingress VnfExtCp, PnfExtCp or Sap is associated to the first value and the egress VnfExtCp, PnfExtCp or Sap is associated to the second value.
description:NsPlacementGroup is used for describing the affinity or anti-affinity relationship applicable between VNF instances created using different VNFDs, the Virtual Link instances created using different VLDs or the nested NS instances created using different NSDs when used in a NSD.
properties:
description:
type:string
description:Human readable description of the group
description:the VNFFG group type describes a topology of the NS or a portion of the NS, and optionally forwarding rules, applicable to the traffic conveyed over this topology
properties:
description:
type:string
description:Human readable description of the group
description:The NsSecurityGroupRule type is a policy type specified the matching criteria for the ingress and/or egress traffic to/from visited SAPs.
targets:[tosca.nodes.nfv.Sap]
tosca.policies.nfv.NfpRule:
derived_from:tosca.policies.Root
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].
description:policy definition of NfpRule
properties:
description:
ether_destination_address:
description:Indicates a destination Mac address.
type:string
description:Human readable description of the security group rule.
required:false
direction:
required:false
ether_source_address:
description:Indicates a source Mac address.
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
type:string
constraints:
-valid_values:[ipv4,ipv6]
default:ipv4
required:false
vlan_tag:
description:Indicates a VLAN identifier in an IEEE 802.1Q-2014 tag [14]. Multiple tags can be included for QinQ stacking.
description:For IPv4 [15] a string of "0" and "1" digits that corresponds to the 6-bit Differentiated Services Code Point (DSCP) field of the IP header. For IPv6 [16] a string of "0" and "1" digits that corresponds to the 6 differentiated services bits of the traffic class header field.
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.
-in_range:[0,65535]
destination_port_range:
description:Indicates a range of destination ports.
type:range
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.
-in_range:[0,65535]
source_ip_address_prefix:
description:Indicates the source IP address range in CIDR format.
type:string
required:false
destination_ip_address_prefix:
description:Indicates the destination IP address range in CIDR format.
type:string
required:false
extended_criteria:
description:Indicates values of specific bits in a frame.
type:list
entry_schema:
type:tosca.datatypes.nfv.Mask
required:false
targets:[tosca.nodes.nfv.NFP]
tosca.policies.nfv.NsMonitoring:
derived_from:tosca.policies.Root
description:Policy type is used to identify information to be monitored during the lifetime of a network service instance as defined in ETSI GS NFV-IFA 014 [2].
properties:
ns_monitoring_parameters:
type:list
description:Specifies a virtualised resource related performance metric to be monitored on the NS level.
required:true
entry_schema:
type:tosca.datatypes.nfv.NsMonitoringParameter
constraints:
-greater_or_equal:0
-less_or_equal:65535
default:65535
targets:[tosca.nodes.nfv.Sap]
-min_length:1
targets:[tosca.nodes.nfv.NS]
tosca.policies.nfv.VnfMonitoring:
derived_from:tosca.policies.Root
description:Policy type is used to identify information to be monitored during the lifetime of a VNF instance as defined in ETSI GS NFV-IFA 014 [2].
properties:
vnf_monitoring_parameters:
type:list
description:Specifies a virtualised resource related performance metric to be monitored on the NS level.
# 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].