aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/vmme_small_create_fsb/MANIFEST.json
blob: ecea07e159f8fdbd38975247cbd327a4a8efd77a (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
{
  "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"
    }
  ]
}