1 tosca_definitions_version: tosca_simple_yaml_1_0
4 TOSCA template for testing get_attribute with TARGET ans SOURCE keywords.
11 type: tosca.nodes.DBMS
19 type: tosca.relationships.HostedOn
23 implementation: some_script.sh
25 target_test: { get_attribute: [ TARGET, public_address ] }
26 source_port: { get_attribute: [ SOURCE, tosca_name ] }
29 type: tosca.nodes.Compute