aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/org/openecomp/validation/validators/global_context_util/MANIFEST.json
blob: c803a36143e062808e80228a0e5c687a3c2309f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "name": "Health VNF",
    "description": "Health VNF onboarding package.",
    "data": [
        {
            "file": "health_base_node.yaml",
            "type": "HEAT",
            "isBase": "true",
            "data": [
                {
                    "file": "health_base_node.env",
                    "type": "HEAT_ENV"
                }
            ]
        },
        {
            "file": "pmdict.yaml",
            "type": "PM_DICTIONARY"
        }
    ]
}