Never mind.  I see in the example that the relationships aren't even
explicitly called out.

On Fri, Aug 18, 2017 at 3:23 PM, DeWayne Filppi <dewa...@cloudify.co> wrote:

> 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 <t...@cloudify.co> 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 <dewa...@cloudify.co>
>> wrote:
>>
>> > Is "HostedOn" in TOSCA equivalent to "contained_in" in Cloudify DSL?
>> >
>>
>
>

Reply via email to