aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/vol_att/nested_with_inner_vol/inputfiles/MANIFEST.json
blob: a44e7921f87ffad08681ec3f765591413bf1d9ce (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
{
  "name": "vMME_Small",
  "description": "HOT template to create 2 cinder volume attachment",
  "version": "2013-05-23",
  "data": [
    {
      "file": "nested.yml",
      "type": "HEAT",
      "isBase": "false",
      "data":[
        {
          "file": "a_vol.yml",
          "type": "HEAT_VOL",
          "isBase": "false"
        }
      ]
    },
    {
      "file": "main.yml",
      "type": "HEAT",
      "isBase": "false"
    }
  ]
}