summaryrefslogtreecommitdiffstats
path: root/tosca2heat/heat-translator/translator/tests/data/hot_output/hot_hello_world.yaml
blob: 59a4f888c793e2ba70269dadb04045165d9581d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
heat_template_version: 2013-05-23

description: >
  Template for deploying a single server with predefined properties.

parameters: {}
resources:
  my_server:
    type: OS::Nova::Server
    properties:
      flavor: m1.medium
      image: rhel-6.5-test-image
      user_data_format: SOFTWARE_CONFIG
      software_config_transport: POLL_SERVER_HEAT
outputs: {}