aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/vmme_small/inputfiles/MANIFEST.json
blob: 71259e111679d1bade199172d3257c751c409bfa (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": "hot-mog",
  "description": "HOT template to create hot mog server",
  "version": "2013-05-23",
  "data": [
    {
      "file": "vmme_small.yml",
      "type": "HEAT",
      "data": [
        {
          "file": "vmme_small.env",
          "type": "HEAT_ENV"
        },
        {
          "file": "vmme_small_create_fsb.yml",
          "type": "HEAT_VOL",
          "data": [
            {
              "file": "vmme_small_create_fsb.env",
              "type": "HEAT_ENV"
            }
          ]
        }
      ]
    }
  ]
}