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

Compare with Current View Page History

« Previous Version 2 Next »

SDC TypeRelationship to [TOSCA-YAML-1.2] [SOL001] [TOSCA-NFV]issueNote

tosca.nodes.DBMS

SDC
node_types: 
  tosca.nodes.DBMS:
    ... ...
    capabilities:    
      host: 
        type: tosca.capabilities.Container
        valid_source_types: [ tosca.nodes.Database ]

different with [TOSCA-YAML-1.2]'s in capability type

TOSCA-YAML-1.2
node_types: 
  tosca.nodes.DBMS:
    ... ...
    capabilities:    
      host: 
        type: tosca.capabilities.Compute
        valid_source_types: [ tosca.nodes.Database ]






  • No labels