Implement policy element convertion during onboarding VSP
[sdc.git] / openecomp-be / lib / openecomp-tosca-converter-lib / openecomp-tosca-converter-core / src / test / resources / mock / toscaConverter / convertPolicies / in / Definitions / GlobalSubstitutionTypesServiceTemplate.yaml
1 node_types:
2   tosca.nodes.nfv.VDU.Compute:
3     attributes:
4       private_address:
5         type: string
6       public_address:
7         type: string
8       networks:
9         type: string
10       ports:
11         type: string
12     capabilities:
13       scalable:
14         type: tosca.capabilities.Scalable
15       virtual_compute:
16         type: tosca.capabilities.nfv.VirtualCompute
17       endpoint:
18         type: tosca.capabilities.Endpoint.Admin
19       os:
20         type: tosca.capabilities.OperatingSystem
21       virtual_binding:
22         type: tosca.capabilities.nfv.VirtualBindable
23       host:
24         type: tosca.capabilities.Container
25       binding:
26         type: tosca.capabilities.network.Bindable
27       monitoring_parameter:
28         type: tosca.capabilities.nfv.Metric
29     derived_from: tosca.nodes.Root
30     properties:
31       configurable_properties:
32         entry_schema:
33           type: tosca.datatypes.nfv.VnfcConfigurableProperties
34         type: map
35       name:
36         type: string
37       nfvi_constraints:
38         entry_schema:
39           type: string
40         required: false
41         type: list
42       descrption:
43         type: string
44       boot_order:
45         entry_schema:
46           type: string
47         required: false
48         type: list
49     requirements:
50     - local_storage:
51         capability: tosca.capabilities.Attachment
52         occurrences:
53         - 0
54         - UNBOUNDED
55     - virtual_storage:
56         capability: tosca.capabilities.nfv.VirtualStorage
57         occurrences:
58         - 0
59         - UNBOUNDED
60 tosca_definitions_version: tosca_simple_yaml_1_0