docs: fix issues
[parser.git] / tosca2heat / tosca-parser / toscaparser / tests / data / functions / test_get_attribute_host_not_found.yaml
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       interfaces:
15         Standard:
16           configure:
17             implementation: configure.sh
18             inputs:
19               ip_address: { get_attribute: [ HOST, private_address ] }
20