1 tosca_definitions_version: tosca_simple_yaml_1_0
4 TOSCA template for testing get_attribute with HOST keyword.
9 type: tosca.nodes.Compute
15 type: tosca.nodes.DBMS
21 implementation: configure.sh
23 ip_address: { get_attribute: [ HOST, private_address ] }
25 type: tosca.nodes.Database
31 implementation: configure.sh
33 ip_address: { get_attribute: [ HOST, private_address ] }