You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

1.1.1.1       Tosca Capability Type Definitions

1.1.1.1.1     Keynames

 

Keyname

Required

Type

Description

properties

no

list of
property definitions

An optional list of property definitions for the Capability Type.

attributes

no

list of

attribute definitions

An optional list of attribute definitions for the Capability Type.

valid_source_types

no

string[]

An optional list of one or more valid names of Node Types that are supported as valid sources of any relationship established to the declared Capability Type.

1.1.1.1.2     Grammar

Capability Types have following grammar:

<capability_type_name>:

  derived_from: <parent_capability_type_name>

  version: <version_number>

  description: <capability_description>

  properties:

    <property_definitions>

  attributes:

    <attribute_definitions>

  valid_source_types: [ <node type_names> ]

 

1.1.1.2        SDC Capability Type Definitions

 

Tosca Type

Conformance level

Status

org.openecomp.capabilities.AllottedResource

 

2.0

Defined

org.openecomp.capabilities.PortMirroring

 

5.0

Defined

org.openecomp.capabilities.Forwarder

5.0

Defined

org.openecomp.capabilities.VLANAssignment

 

8.0

Defined

org.openecomp.capabilities.RoutingConfiguration

 

8.0

Defined

org.openecomp.capabilities.FabricConfiguration

9.0

Defined

1.1.1.2.1      org.openecomp.capabilities.AllottedResource

 

org.openecomp.capabilities.AllottedResource:

    derived_from: tosca.capabilities.Root

1.1.1.2.2      org.openecomp.capabilities.PortMirroring

 

Capabilities of this type, when assigned to a proxy node, represent readiness of a service for port mirroring, either as a source or on the collector side.

 

org.openecomp.capabilities.PortMirroring

     derived_from: tosca.capabilities.Root

         properties:

               connection_point:

                     type: org.openecomp.datatypes.PortMirroringConnectionPointDescription

1.1.1.2.3      org.openecomp.capabilities.Forwarder

 

org.openecomp.capabilities.Forwarder:

    derived_from: tosca.capabilities.Root

1.1.1.2.4      org.openecomp.capabilities.VLANAssignment

 

org.openecomp.capabilities.VLANAssignment

   derived_from: tosca.capabilities.Root

   description: ability to expose routing information of the internal network

   properties:

         vfc_instance_group_reference

                 type: string

                 description: Ability to recognize capability per vfc instance group on vnf instance

                  required: true

1.1.1.2.5      org.openecomp.capabilities.RoutingConfiguration

 

org.openecomp.capabilities.RoutingConfiguration:

    derived_from: tosca.capabilities.Root

 

1.1.1.2.6      org.openecomp.capabilities.FabricConfiguration

 

   org.openecomp.capabilities.FabricConfiguration:

     derived_from: tosca.capabilities.Root

  • No labels