Thanks. Since types in cloudify dsl don't have capabilities, do I need to add the capability in the using template (for say Network)?
On Fri, Aug 18, 2017 at 2:52 PM, Tal Liron <[email protected]> wrote: > Yes. The HostedOn relationship is used in requirements for a Container > capability, e.g.: > > node_types: > tosca.nodes.SoftwareComponent: > ... > requirements: > - host: > capability: tosca.capabilities.Container > node: tosca.nodes.Compute > relationship: tosca.relationships.HostedOn > > On Fri, Aug 18, 2017 at 4:47 PM, DeWayne Filppi <[email protected]> > wrote: > > > Is "HostedOn" in TOSCA equivalent to "contained_in" in Cloudify DSL? > > >
