1 heat_template_version: 2013-05-23
 
   4   TOSCA simple profile that just defines a single compute instance and selects a
 
   5   (guest) host Operating System from the Compute node's properties. Note, this
 
   6   example includes default values on inputs properties.
 
  11     description: Number of CPUs for the server.
 
  22     type: OS::Nova::Server
 
  25       image: ubuntu-12.04-software-config-os-init
 
  26       user_data_format: SOFTWARE_CONFIG
 
  27       software_config_transport: POLL_SERVER_HEAT
 
  31     description: The private IP address of the deployed server instance.