79e632cb6ad22b82501ca1d37334b4f2bff0c64f
[sdc/sdc-distribution-client.git] /
1 tosca_definitions_version: tosca_simple_yaml_1_0
2
3 description: >
4   TOSCA template for testing get_attribute with nested attributes
5
6 imports:
7   - ../custom_types/compute_with_nested_atributes.yaml
8
9 topology_template:
10   node_templates:
11     server:
12       type: tosca.nodes.ComputeWithCapWithAttr
13       capabilities:
14         endpoint:
15           properties:
16             port: 80
17       interfaces:
18         Standard:
19           configure:
20             implementation: configure.sh
21             inputs:
22               ip_address: { get_attribute: [ SELF, endpoint, credential, 0, token ] }
23