summaryrefslogtreecommitdiffstats
path: root/tosca2heat/tosca-parser-0.3.0/toscaparser/tests/data/test_no_inputs_in_template.yaml
blob: 0b9da4cbe34bd50cf2c47c183bfe29cc7c3688bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
tosca_definitions_version: tosca_simple_yaml_1_0

description: >
    Tosca template for testing a template with no inputs.

metadata: test

topology_template:
  node_templates:
    server:
      type: tosca.nodes.Compute
      capabilities:
        host:
          properties:
            num_cpus: 2

  outputs: