aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/vol_attach/nested_with_inner_vol/inputfiles/MANIFEST.json
blob: c0bfc30a04a2aba4365bf6d912ba7277cee0f26c (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"
    }
  ]
}