aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/backend/openecomp-sdc-vendor-software-product-manager/src/test/resources/legalUpload2/MANIFEST.json
blob: 02733a6e3f3b898e7ca5902c2a27147ce7486c33 (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
{
  "name": "vMME_Small",
  "description": "HOT template to create vmme 2 fsb 2 ncb 2 gbp 2 vlc",
  "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_NET",
          "data":[
            {
              "file": "vmme_small_create_fsb.env",
              "type": "HEAT_ENV"
            }
          ]
        }
      ]
    },{
      "file": "create_stack.sh",
      "type": "SHELL"
    }
  ]
}