blob: 9d479a1a554b09ee6d58aa98216fe660dffb5742 [file] [log] [blame]
Michael Lando451a3402017-02-19 10:28:42 +02001tosca_definitions_version: tosca_simple_yaml_1_0_0
2node_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