aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/heat/nested/resourceGroupMDNS/inputs/MANIFEST.json
blob: 0fa0f714da272d392f4449699e70b0a70c288e7b (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
{
    "name": "", 
    "description": "", 
    "data": [
        {
            "file": "dns_nested_01.yaml", 
            "type": "HEAT", 
            "isBase": "false"
        }, 
        {
            "file": "base_dns.yaml", 
            "type": "HEAT", 
            "isBase": "true", 
            "data": [
                {
                    "file": "base_dns.env", 
                    "type": "HEAT_ENV"
                }
            ]
        }, 
        {
            "file": "dns_az_01.yaml", 
            "type": "HEAT", 
            "isBase": "false", 
            "data": [
                {
                    "file": "dns_az_01.env", 
                    "type": "HEAT_ENV"
                }
            ]
        }, 
                {
            "file": "nimbus-willows-2.pem", 
            "type": "OTHER"
        }
    ]
}