1 heat_template_version: 2014-10-16
 
   4   TOSCA template to test custom type with an interface defined on it,
 
   5   and an interface overriding the type's one on the template itself
 
  10     default: /home/custom/from/cli
 
  12   customwebserver_create_deploy:
 
  13     type: OS::Heat::SoftwareDeployment
 
  16         get_resource: customwebserver_create_config
 
  19           get_param: install_path
 
  22       signal_transport: HEAT_SIGNAL
 
  24     type: OS::Nova::Server
 
  27       image: ubuntu-12.04-software-config-os-init
 
  28       user_data_format: SOFTWARE_CONFIG
 
  29       software_config_transport: POLL_SERVER_HEAT
 
  30   customwebserver_create_config:
 
  31     type: OS::Heat::SoftwareConfig
 
  34         get_file: install_override.sh