aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/mixPatterns/duplicateResourceIdsInDiffAddOnFiles/in/MANIFEST.json
blob: e8e750118e104ef4401eca2f52e73f3cd059a103 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
    "name": "", 
    "description": "", 
    "data": [
        {
            "file": "base_vota.yml", 
            "type": "HEAT", 
            "isBase": "true", 
            "data": [
                {
                    "file": "base_vota.env", 
                    "type": "HEAT_ENV"
                }
            ]
        },
        {
            "file": "module_9_lb2_vota.yml", 
            "type": "HEAT", 
            "isBase": "false", 
            "data": [
                {
                    "file": "module_9_lb2_vota.env", 
                    "type": "HEAT_ENV"
                }
            ]
        },
        {
            "file": "module_8_lb1_vota.yml", 
            "type": "HEAT", 
            "isBase": "false", 
            "data": [
                {
                    "file": "module_8_lb1_vota.env", 
                    "type": "HEAT_ENV"
                }
            ]
        }
    ]
}