aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/heat/parameters/allHeatsAreBase/inputs/MANIFEST.json
blob: 1e34f17ee1c654e961bf4bead9d8cacc5a0d9b43 (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
{
  "name": "heat",
  "description": "HOT template to create hot mog server",
  "version": "2013-05-23",
  "data": [
    {
      "file": "heat1.yml",
      "type": "HEAT",
      "data": [
        {
          "file": "heat1.env",
          "type": "HEAT_ENV"
        }
      ]
    },
    {
      "file": "heat2.yml",
      "type": "HEAT",
      "isBase": "true",
      "data": [
        {
          "file": "heat2.env",
          "type": "HEAT_ENV"
        }
      ]
    },
    {
      "file": "heat3.yml",
      "type": "HEAT",
      "data": [
        {
          "file": "heat3.env",
          "type": "HEAT_ENV"
        }
      ]
    }
  ]
}