Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 1 | tosca_definitions_version: tosca_simple_yaml_1_0_0 |
2 | node_types: | ||||
3 | org.openecomp.resource.vfc.mycompute2: | ||||
4 | derived_from: tosca.nodes.Compute | ||||
5 | capabilities: | ||||
6 | scalable: | ||||
7 | type: tosca.capabilities.Scalable | ||||
8 | properties: | ||||
9 | propertyForTest: | ||||
10 | type: string | ||||
11 | description: test | ||||
12 | required: true | ||||
13 | default: success | ||||
14 | # min_instances property should override property from tosca.capabilities.Scalable | ||||
15 | min_instances: | ||||
16 | type: integer | ||||
17 | default: 3 | ||||
18 |