6c7d9bbc4b2e36bd70aada7aee390b1991f9571a
[parser.git] /
1 tosca_definitions_version: tosca_simple_yaml_1_0
2
3 description: >
4   TOSCA template for testing get_attribute with HOST keyword.
5
6 topology_template:
7   node_templates:
8     server:
9       type: tosca.nodes.Compute
10       capabilities:
11         host:
12           properties:
13           num_cpus: 2
14
15   outputs:
16     ip_address:
17       value: { get_attribute: [ HOST, private_address ] }