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-292) Normative tosca.interfaces.relationship.Configure doesn't work for HostedOn relationship


Chris Lauwers created TOSCA-292:
-----------------------------------

             Summary: Normative tosca.interfaces.relationship.Configure doesn't work for HostedOn relationship
                 Key: TOSCA-292
                 URL: https://issues.oasis-open.org/browse/TOSCA-292
             Project: OASIS Topology and Orchestration Specification for Cloud Applications (TOSCA) TC
          Issue Type: Bug
            Reporter: Chris Lauwers


Section 5.7.5.2 of the spec describes the invocation conventions for the operations of the tosca.interfaces.relationship.Configure interface and how these operations interleave with the operations of the tosca.interfaces.node.lifecycle.Standard interface. However, this interleaving will not work for the HostedOn relationship:
- Presumable, the pre_configure_source and post_configure_source operations consist of scripts that need to be run after the source (the entity to be hosted) has been created. 
- However, both of these scripts need to be run before the target (the host) has been started.
Unfortunately, what this means is that this workflow specifies that the source has to be created on the host before that host has been started. Or, applying this to SoftwareComponent, for example, this says that a software component has to be installed on a host before that host is running. Clearly this won't work.



--
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]