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

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: {}