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: 8f4e710501225f56816773fcfd34211b2a845c80 (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"
    }
  ]
}