cbfb39177c2e257037c62c2d7370744ea30aca79
[sdc/sdc-distribution-client.git] /
1
2 tosca_definitions_version: tosca_simple_yaml_1_0
3
4 description: >
5     Tosca template for testing an unknown input.
6
7 topology_template:
8   node_templates:
9     server:
10       type: tosca.nodes.Compute
11       capabilities:
12         host:
13           properties:
14             num_cpus: 2
15       interfaces:
16         Standard:
17           configure:
18             implementation: start_server.sh
19             inputs:
20               image_id: { get_input: image_id }