capability-types

Analysis Result Class

SDC Type

Relationship to [TOSCA-YAML-1.2] [SOL001] [TOSCA-NFV]

issue

Note

Analysis Result Class

SDC Type

Relationship to [TOSCA-YAML-1.2] [SOL001] [TOSCA-NFV]

issue

Note

n/a

tosca.capabilities.Root

tosca.capabilities.Attachment

tosca.capabilities.Node

tosca.capabilities.Endpoint

tosca.capabilities.Endpoint.Database

tosca.capabilities.OperatingSystem

tosca.capabilities.Scalable

tosca.capabilities.network.Bindable

same as [TOSCA-YAML-1.2]

n/a



B1

tosca.capabilities.Container

quite like the tosca.capabilities.Compute defined [TOSCA-YAML-1.2]

Compared to tosca.capabilities.Compute defined [TOSCA-YAML-1.2], 'name' property is not defined in SDC's tosca.capabilities.Container type.



C:  SDC private extension 

org.openecomp.capabilities.PortMirroring

org.openecomp.capabilities.AllottedResource

org.openecomp.capabilities.Metric

org.openecomp.capabilities.metric.Ceilometer

org.openecomp.capabilities.metric.SnmpPolling

org.openecomp.capabilities.metric.SnmpTrap

org.openecomp.capabilities.Forwarder

org.openecomp.capabilities.VLANAssignment

org.openecomp.capabilities.RoutingConfiguration

org.openecomp.capabilities.FabricConfiguration

SDC private





D:  Use Case private extension

tosca.capabilities.DatabaseEndpoint

same as the tosca.capabilities.Endpoint.Database defined in [TOSCA-YAML-1.2]





A :  Not comply with tosca grammar 

tosca.capabilities.Endpoint.Public

tosca.capabilities.Endpoint.Public: derived_from: tosca.capabilities.Endpoint properties: network_name: PUBLIC ... ...

tosca.capabilities.Endpoint.Admin

tosca.capabilities.Endpoint.Admin: derived_from: tosca.capabilities.Endpoint properties: secure: true

same as [TOSCA-YAML-1.2], but definitions doesn't follow TOSCA grammar

SDC's definitions doesn't follow TOSCA grammar, it should be a SDC bug.

The grammar correct definition should be as the following:

tosca.capabilities.Endpoint.Public
tosca.capabilities.Endpoint.Public: derived_from: tosca.capabilities.Endpoint properties: network_name: type: string default: PUBLIC constraints: - equal: PUBLIC ... ...
tosca.capabilities.Endpoint.Admin

This is NOT TOSCA compliant. Expected reported error by parser.

B1

tosca.capabilities.Container.Docker

quite like the tosca.capabilities.Container.Docker
defined [TOSCA-YAML-1.2]

Compared to [TOSCA-YAML-1.2], the following properties are missing in SDC's definition:

missing properties:



B1

tosca.capabilities.network.Linkable

Different from tosca.capabilities.network.Linkable in [TOSCA-YAML-1.2] due to different base type:

Maybe a SDC bug???



n/a

tosca.capabilities.nfv.VirtualStorage

tosca.capabilities.nfv.VirtualLinkable

same as [SOL001]





B2

tosca.capabilities.nfv.VirtualCompute

SDC's

Different with [SOL001]

SOL001

[SOL001] made following changes compared to SDC's:

  1. Base type changed from tosca.capabilities.Root to tosca.capabilities.Node.


  2. Property 'logical_node' changed from a single data type to be a map of data type 'tosca.datatypes.nfv.LogicalNodeData'.


  3. New property 'virtual_local_storage' is added as a list of date type 'tosca.datatypes.nfv.VirtualBlockStorageData'.



B2

tosca.capabilities.nfv.VirtualBindable

Different with [SOL001]

[SOL001] made following changes compared to SDC's:

  1. Base type changed from tosca.capabilities.Root to tosca.capabilities.Node.



D:  Use Case private extension

tosca.capabilities.nfv.ExtVirtualLinkable

tosca.capabilities.nfv.Forwarder

tosca.capabilities.nfv.ext.GuestOs

tosca.capabilities.nfv.ext.ImageFile

tosca.capabilities.nfv.ext.LocalAttachment

tosca.capabilities.nfv.ext.Compute.Container.Architecture

Not exists in [SOL001]