69679ffe199a3c9f9db7e02ff7d73d2584928202
[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       interfaces:
15         Standard:
16           configure:
17             implementation: configure.sh
18             inputs:
19               ip_address: { get_attribute: [ HOST, private_address ] }
20