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] (TOSCA-258) Define an C.8.5.4 tosca.artifacts.Implementation.generator


    [ https://issues.oasis-open.org/browse/TOSCA-258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=60215#comment-60215 ] 

Luca Gioppo commented on TOSCA-258:
-----------------------------------

Here is the proposed YAML.
A new artifact type:

tosca.artifact.Generation:
  derived_from: tosca.artifact.Root
  description: TOSCA artifact for content generated by the orchestrator that can be persisted as file or as content usable within the ServiceTemplate
  properties:
    version: version # Inherited from Root
      type: version
      required: false
    template_file:
      type: tosca.artifact.Root
      required: true
    data:
      type: map
      required: false
    is_file_persisted:
      type: boolean
      required: false
      default: false
    destination_file:
      type: string
      required: false


> Define an C.8.5.4 tosca.artifacts.Implementation.generator
> ----------------------------------------------------------
>
>                 Key: TOSCA-258
>                 URL: https://issues.oasis-open.org/browse/TOSCA-258
>             Project: OASIS Topology and Orchestration Specification for Cloud Applications (TOSCA) TC
>          Issue Type: Improvement
>          Components: Profile-YAML
>            Reporter: Luca Gioppo
>
> The need is to generate an artifact from a template that is in the csar archive.
> This artifact will be than used by the orchestrator in following steps.
> Generation merge values from properties or attributes of nodes with the template.
> This allows dynamic generation of artifacts like puppet manifests



--
This message was sent by Atlassian JIRA
(v6.2.2#6258)


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