1 tosca_definitions_version: tosca_simple_yaml_1_0
4 Test template for deploying a server with custom properties for image,
5 flavor and key_name. This template provides an example of how to
6 override TOSCA normative type's (e.g. Compute) properties. Here new
7 properties are injected in the tosca.nodes.myserver which derives from
8 tosca.nodes.Compute. Note that tosca.nodes.myserver can not be a name of
9 another normative type (e.g. tosca.nodes.WebServer or tosca.nodes.nfv.VDU)
10 because that will create conflict while resolving type definition by the
15 derived_from: tosca.nodes.Compute
32 type: tosca.nodes.myserver
35 image: rhel-6.5-test-image