aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/testManifestFormat.json
blob: ca8324c68dcf4fdfe89af39cf25f2fb3a3ab4565 (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
  "name": "vSRX",
  "description": "juniper firewall",
  "version": "0.1",
  "data": [
    {
      "file": "vSRX.yml",
      "type": "HEAT",
      "data": [
        {
          "file": "bella.env",
          "type": "HEAT_ENV"
        },
        {
          "file": "im_network_heat.yml",
          "type": "HEAT_NET"
        },
        {
          "file": "im_volume_heat.yml",
          "type": "HEAT_VOL"
        }
      ]
    },
    {
      "file": "im_nested_heat.yml",
      "type": "HEAT",
      "data": [
        {
          "file": "alpha.env",
          "type": "HEAT_ENV"
        }
      ]
    },
    {
      "file": "vSRX_VM.yml",
      "type": "HEAT",
      "data": [
        {
          "file": "bella_vm.env",
          "type": "HEAT_ENV"
        },
        {
          "file": "im_network_heat.yml",
          "type": "HEAT_NET",
          "data": [
            {
              "file": "mika.env",
              "type": "HEAT_ENV"
            }
          ]
        },
        {
          "file": "im_volume_heat.yml",
          "type": "HEAT_VOL"
        }
      ]
    },
    {
      "file": "im_artifact.yml",
      "type": "CHEF"
    }
  ]
}