...
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).
...
tosca.artifacts.Deployment.Image
tosca.artifacts.Deployment.Image.VM
tosca.artifacts.Implementation
tosca.artifacts.Implementation.Bash
tosca.artifacts.Implementation.Python
...
tosca.capabilities.Root
tosca.capabilities.Attachment
tosca.capabilities.Node
tosca.capabilities.Endpoint.Database
tosca.capabilities.OperatingSystem
tosca.capabilities.Scalable
tosca.capabilities.network.Bindable
...
org.openecomp.capabilities.PortMirroring
org.openecomp.capabilities.AllottedResource
org.openecomp.capabilities.Metric
...
tosca.capabilities.Endpoint.Public
Code Block | ||||
---|---|---|---|---|
| ||||
tosca.capabilities.Endpoint.Public:
derived_from: tosca.capabilities.Endpoint
properties:
network_name: PUBLIC
... ... |
tosca.capabilities.Endpoint.Admin
Code Block | ||||
---|---|---|---|---|
| ||||
tosca.capabilities.Endpoint.Admin:
derived_from: tosca.capabilities.Endpoint
properties:
secure: true |
...
SDC's definitions doesn't follow TOSCA grammar, it should be a SDC bug.
The grammar correct definition should be as the following:
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
tosca.capabilities.Endpoint.Public:
derived_from: tosca.capabilities.Endpoint
properties:
network_name:
type: string
default: PUBLIC
constraints:
- equal: PUBLIC
... ... |
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
tosca.capabilities.Endpoint.Admin:
derived_from: tosca.capabilities.Endpoint
properties:
secure:
type: boolean
default: true
constraints:
- equal: true |
...
Compared to [TOSCA-YAML-1.2], the following properties are missing in SDC's definition:
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
... ...
properties:
host_id:
type: string
required: false
volume_id:
type: string
required: false |
...
Table of Contents |
---|
R3 CSAR
vCPE:
View file | ||||
---|---|---|---|---|
|
View file | ||||
---|---|---|---|---|
|
View file | ||||
---|---|---|---|---|
|
View file | ||||
---|---|---|---|---|
|
View file | ||||
---|---|---|---|---|
|
View file | ||||
---|---|---|---|---|
|
View file | ||||
---|---|---|---|---|
|
...