[SDC-29] Amdocs OnBoard 1707 initial commit.
[sdc.git] / openecomp-be / lib / openecomp-sdc-enrichment-lib / openecomp-sdc-enrichment-impl / src / test / resources / mock / toscaGlobalServiceTemplates / openecomp / groups.yml
1 tosca_definitions_version: tosca_simple_openecomp_1_0
2 metadata:
3   filename: openecomp/groups.yml
4   version: '1.0'
5 imports:
6 - openecomp_index:
7     file: _index.yml
8 group_types:
9   org.openecomp.groups.VfModule:
10     derived_from: tosca.groups.Root
11     description: Grouped all heat resources which are in the same VF Module
12     properties:
13       isBase:
14         type: boolean
15         description: Whether this module should be deployed before other modules
16         required: true
17         default: false
18         status: SUPPORTED
19       vf_module_label:
20         type: string
21         description: |
22           Alternate textual key used to reference this VF-Module model.  Must be unique within the VNF model
23         required: true
24         status: SUPPORTED
25       vf_module_description:
26         type: string
27         description: |
28           Description of the VF-modules contents and purpose   (e.g. "Front-End" or "Database Cluster")
29         required: true
30         status: SUPPORTED
31       min_vf_module_instances:
32         type: integer
33         description: The minimum instances of this VF-Module
34         required: true
35         status: SUPPORTED
36       max_vf_module_instances:
37         type: integer
38         description: The maximum instances of this VF-Module
39         required: false
40         status: SUPPORTED
41       initial_count:
42         type: integer
43         description: |
44           The initial count of instances of the VF-Module. The value must be in the  range between min_vfmodule_instances and max_vfmodule_instances. If no value provided the initial count is the min_vfmodule_instances.
45         required: false
46         status: SUPPORTED
47       vf_module_type:
48         type: string
49         required: true
50         status: SUPPORTED
51         constraints:
52         - valid_values:
53           - Base
54           - Expansion
55       volume_group:
56         type: boolean
57         description: |
58           "true" indicates that this VF Module model requires attachment to a Volume   Group.  VID operator must select the Volume Group instance to attach to a VF-Module  at deployment time.
59         required: true
60         default: false
61         status: SUPPORTED