1 tosca_definitions_version: tosca_simple_yaml_1_0
4 TOSCA template for testing get_property with TARGET ans SOURCE keywords.
7 - ../custom_types/compute_with_prop.yaml
14 type: tosca.nodes.DBMS
22 type: tosca.relationships.HostedOn
26 implementation: some_script.sh
28 target_test: { get_property: [ TARGET, test ] }
29 source_port: { get_property: [ SOURCE, port ] }
32 type: tosca.nodes.ComputeWithProp