1 heat_template_version: 2013-05-23
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
23 type: OS::Nova::Server
26 image: ubuntu-12.04-software-config-os-init
27 user_data_format: SOFTWARE_CONFIG
28 customwebserver_create_config:
29 type: OS::Heat::SoftwareConfig
32 get_file: install_override.sh