Adds SOL004 package validator with package examples and tests
[osm/common.git] / osm_common / tests / packages / invalid_package_vnf / TOSCA-Metadata / TOSCA.meta
1 #
2 # Copyright 2020 Whitestack, LLC
3 # *************************************************************
4 #
5 # This file is part of OSM common repository.
6 # All Rights Reserved to Whitestack, LLC
7 #
8 # Licensed under the Apache License, Version 2.0 (the "License"); you may
9 # not use this file except in compliance with the License. You may obtain
10 # 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, WITHOUT
16 # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
17 # License for the specific language governing permissions and limitations
18 # under the License.
19 #
20 # For those usages not covered by the Apache License, Version 2.0 please
21 # contact: agarcia@whitestack.com
22 ##
23
24 TOSCA-Meta-Version: 1.0
25 CSAR-Version: 1.0
26 Created-By: Diego Armando Maradona
27 Entry-Definitions: Definitions/native_charm_vnfd.yaml # Points to the main descriptor of the package
28 ETSI-Entry-Manifest: manifest.mf # Points to the ETSI manifest file
29 ETSI-Entry-Change-Log: Files/Changelog.txt # Points to package changelog
30 ETSI-Entry-Licenses: Files/Licenses # Points to package licenses folder
31
32 # In principle, we could add one block per package file to specify MIME types
33 Name: Definitions/native_charm_vnfd.yaml            # path to file within package
34 Content-Type: application/yaml                      # MIME type of file
35
36 Name: Scripts/cloud_init/cloud-config.txt
37 Content-Type: application/yaml
38