OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

tosca message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [OASIS Issue Tracker] Commented: (TOSCA-57) Improve comsumability of TOSCA schema through re-organization based on roles and use cases


    [ http://tools.oasis-open.org/issues/browse/TOSCA-57?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=31295#action_31295 ] 

Paul Zhang commented on TOSCA-57:
---------------------------------

Good idea. 
This makes spec more unambiguous since <ServiceTemplate> becomes a "Template" (similar as those "Templates" like NodeTemplate, RelationshipTemplate, etc) rather than a "root".

> Improve comsumability of TOSCA schema through re-organization based on roles and use cases
> ------------------------------------------------------------------------------------------
>
>                 Key: TOSCA-57
>                 URL: http://tools.oasis-open.org/issues/browse/TOSCA-57
>             Project: OASIS Topology and Orchestration Specification for Cloud Applications (TOSCA) TC
>          Issue Type: Improvement
>    Affects Versions: CSD05
>            Reporter: Thomas Spatzier 
>            Assignee: Thomas Spatzier 
>
> In the current TOSCA schema and spec, all definitions go into a <ServiceTemplate> root element. This can be confusing, e.g. if someone has to define a <ServiceTemplate> when just wanting to provide a new NodeType. <ServiceTemplate> should really just be the service template, and all other definitions should go into a different root. The rough structure would be like:
> <ServiceTemplate>
>   ...
>   <TopologyTemplate>
>     ...
>   </TopologyTemplate>
>   <Plans>
>     ...
>   </Plans>
> </ServiceTemplate>
> and then a separate root element for definitions
> <Definitions>
>   ...
>   (
>    <NodeType>
>      ...
>    </NodeType>
>   |
>    <RelationshipType>
>      ...
>     </RelationshipType>
>   |
>    ...
>   )+
> </Definitions>
> I will prepare a version of the spec and schema based on the next complete WD according to the outline above.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tools.oasis-open.org/issues/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]