summaryrefslogtreecommitdiffstats
path: root/tosca2heat/heat-translator/translator/tests/data/test_tosca_unsupported_type.yaml
blob: fdbb77199586332ce568f308c2398f1fec93a32c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
tosca_definitions_version: tosca_simple_yaml_1_0

description: Template to test unsupported translation. Load Balancer is a
   > valid TOSCA type but not supported in translator yet.

topology_template:
  node_templates:
    simple_load_balancer:
      type: tosca.nodes.LoadBalancer
      capabilities:
        client:
          properties:
            network_name: PUBLIC
            floating: true
            dns_name: http://mycompany.com/