capability-types
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.Database tosca.capabilities.OperatingSystem tosca.capabilities.Scalable tosca.capabilities.network.Bindable | same as [TOSCA-YAML-1.2] | n/a | |
B1 | 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 | SDC private | ||
D: Use Case private extension | 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.Publictosca.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 | quite like the tosca.capabilities.Container.Docker | Compared to [TOSCA-YAML-1.2], the following properties are missing in SDC's definition: missing properties: | ||
B1 | Different from tosca.capabilities.network.Linkable in [TOSCA-YAML-1.2] due to different base type: | Maybe a SDC bug??? | ||
n/a | same as [SOL001] | |||
B2 | tosca.capabilities.nfv.VirtualCompute SDC's | Different with [SOL001] SOL001 | [SOL001] made following changes compared to SDC's:
| |
B2 | Different with [SOL001] | [SOL001] made following changes compared to SDC's:
| ||
D: Use Case private extension | tosca.capabilities.nfv.ExtVirtualLinkable tosca.capabilities.nfv.Forwarder tosca.capabilities.nfv.ext.GuestOs tosca.capabilities.nfv.ext.ImageFile | Not exists in [SOL001] |