Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

TOSCA Simple Profile YAML NFV 1.0 Referecne  http://docs.oasis-open.org/tosca/tosca-nfv/v1.0/tosca-nfv-v1.0.html [TOSCA-NFV]   (According to Former user (Deleted)TOSCA-NFV's conent has already been incorporated by the early version of  [SOL001], and no longer being updated).


SDC TypeRelationship to [TOSCA-YAML-1.2] [SOL001] [TOSCA-NFV]issueNote
org.openecomp.annotations.Source
n/a
SDC privateThis is SDC's own private extension 'annotation_type' to TOSCA.Parser SHOULD ignore this unknown 'annotation_type'.

tosca.artifacts.Root

tosca.artifacts.Deployment

tosca.artifacts.Deployment.Image

tosca.artifacts.Deployment.Image.VM

tosca.artifacts.Implementation

tosca.artifacts.Implementation.Bash

tosca.artifacts.Implementation.Python

tosca.artifacts.File

same as [TOSCA-YAML-1.2]n/a
tosca.artifacts.nfv.SwImagesame as [SOL001]n/a

tosca.capabilities.Root

tosca.capabilities.Attachment

tosca.capabilities.Node

tosca.capabilities.Endpoint

same as [TOSCA-YAML-1.2]n/a
tosca.capabilities.Containerquite 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.
org.openecomp.capabilities.PortMirroringSDC private

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

tosca.capabilities.Endpoint.Public

Code Block
languageyml
collapsetrue
tosca.capabilities.Endpoint.Public:
  derived_from: tosca.capabilities.Endpoint
  properties:
    network_name: PUBLIC
    ... ...

tosca.capabilities.Endpoint.Admin

Code Block
languageyml
collapsetrue
tosca.capabilities.Endpoint.Admin:
  derived_from: tosca.capabilities.Endpoint
  properties:
    secure: true
same as [TOSCA-YAML-1.2]

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

The grammar coorect definition should be as the following:

Code Block
languageyml
titlenetwork_name
collapsetrue
tosca.capabilities.Endpoint.Public:
  derived_from: tosca.capabilities.Endpoint
  properties:
    network_name:
    type: string
    default: PUBLIC
    constraints:
      - equal: PUBLIC
... ...

Code Block
languageyml
titlesecure
collapsetrue
tosca.capabilities.Endpoint.Admin:
  derived_from: tosca.capabilities.Endpoint
  properties:
    type: boolean
    default: true
    constraints:
      - equal: true















R3 CSAR 

vCPE:

View file
nameresource-VcpeInfrastructureBgremuDemoApp-csar.csar
height250
View file
nameresource-VcpeInfrastructureDemoApp-csar.csar
height250
View file
nameresource-VcpeInfrastructureGwDemoApp-csar.csar
height250
View file
nameresource-VcpeInfrastructureMetroVbngDemoApp-csar.csar
height250
View file
nameresource-VcpeInfrastructureVgmuxDemoApp-csar.csar
height250
View file
nameservice-VcpeE2eYy-csar.csar
height250
View file
nameservice-VcpeWithAll-csar.csar
height250

...