aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/heatPseudoParameters/usedFromNestedHeat/inputfiles/MANIFEST.json
blob: e0abad9f1beed869ef39d56a44495cc4c86ccd12 (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
{
    "name": "", 
    "description": "", 
    "data": [
        {
            "file": "VSR_CPM_base_template_nested.yaml", 
            "type": "HEAT", 
            "isBase": "false"
        }, 
        {
            "file": "VSR_IOM_template_nested.yaml", 
            "type": "HEAT", 
            "isBase": "false"
        }, 
        {
            "file": "VSR_base_hot.yaml", 
            "type": "HEAT", 
            "isBase": "true", 
            "data": [
                {
                    "file": "VSR_base_hot.env", 
                    "type": "HEAT_ENV"
                }
            ]
        }
    ]
}