summaryrefslogtreecommitdiffstats
path: root/tosca2heat/tosca-parser/toscaparser/tests/data/test_available_rel_tpls.yaml
blob: e8d9045010cd3ade30c3ec8097ca03d6e7373b98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
tosca_definitions_version: tosca_simple_yaml_1_0

description: TOSCA test for bug 1527214

topology_template:

  node_templates:

    test_db:
      type: tosca.nodes.Database
      requirements:
        - host:
            node: mysql

    mysql:
      type: tosca.nodes.DBMS
      requirements:
        - host:
            node: db_server

    db_server:
      type: tosca.nodes.Compute