Solved sdc jenkins jobs triggering
[integration/csit.git] / plans / so / integration-etsi-testing / config / distribution-test-unzipped / sdc / v1 / catalog / services / Manualdistributiontestservice / 1.0 / resourceInstances / manualdistributiontestvnf0 / artifacts / descriptor.yaml
1 tosca_definitions_version: tosca_simple_yaml_1_1
2
3 description: VNF Descriptor for dummy VNFD
4
5 # ============LICENSE_START=======================================================
6 #  Copyright (C) 2019 Nordix Foundation.
7 # ================================================================================
8 # Licensed under the Apache License, Version 2.0 (the "License");
9 # you may not use this file except in compliance with the License.
10 # You may obtain a copy of the License at
11
12 #      http://www.apache.org/licenses/LICENSE-2.0
13
14 # Unless required by applicable law or agreed to in writing, software
15 # distributed under the License is distributed on an "AS IS" BASIS,
16 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 # See the License for the specific language governing permissions and
18 # limitations under the License.
19
20 # SPDX-License-Identifier: Apache-2.0
21 # ============LICENSE_END=========================================================
22 #
23
24 imports:
25   - etsi_nfv_sol001_vnfd_0_10_0_type.yaml
26
27 data_types:
28   node_types:
29     Vendor.vnf.name:
30     derived_from: tosca.nodes.nfv.VNF
31     properties:
32       # TODO: descriptor_id should be a UUID 
33       descriptor_id:
34         type: string
35         constraints: [ valid_values: [ sgsn-mme_12df452s04131 ] ]
36         default: sgsn-mme_12df452s04131
37       flavour_id: 
38         type: string
39         constraints: [ valid_values: [ default ] ]
40         default: default
41       flavour_description: 
42         type: string
43         default: ''
44     interfaces:
45       Vnflcm:
46         type: tosca.interfaces.nfv.Vnflcm
47         instantiate:
48         heal:
49
50 topology_template:
51   node_templates:
52     dummy_Vnf:
53       type: Vendor.vnf.name
54       properties:
55         flavour_id: default
56         flavour_description: >
57           A customized VNF Deployment Flavour
58         lcm_operations_configuration:
59           scale:
60             scaling_by_more_than_one_step_supported: true
61       interfaces:
62         Vnflcm:
63           instantiate:
64           terminate:
65           heal:
66           scale: