push addional code
[sdc.git] / openecomp-be / lib / openecomp-sdc-translator-lib / openecomp-sdc-translator-core / src / test / resources / mock / testManifestFormat.json
1 {
2   "name": "vSRX",
3   "description": "juniper firewall",
4   "version": "0.1",
5   "data": [
6     {
7       "file": "vSRX.yml",
8       "type": "HEAT",
9       "data": [
10         {
11           "file": "bella.env",
12           "type": "HEAT_ENV"
13         },
14         {
15           "file": "im_network_heat.yml",
16           "type": "HEAT_NET"
17         },
18         {
19           "file": "im_volume_heat.yml",
20           "type": "HEAT_VOL"
21         }
22       ]
23     },
24     {
25       "file": "im_nested_heat.yml",
26       "type": "HEAT",
27       "data": [{
28         "file": "alpha.env",
29         "type": "HEAT_ENV"
30       }]
31     },
32     {
33       "file": "vSRX_VM.yml",
34       "type": "HEAT",
35       "data": [
36         {
37           "file": "bella_vm.env",
38           "type": "HEAT_ENV"
39         },
40         {
41           "file": "im_network_heat.yml",
42           "type": "HEAT_NET",
43           "data": [{
44             "file": "mika.env",
45             "type": "HEAT_ENV"
46           }]
47         },
48         {
49           "file": "im_volume_heat.yml",
50           "type": "HEAT_VOL"
51         }
52       ]
53     },
54     {
55       "file": "im_artifact.yml",
56       "type": "CHEF"
57     }
58   ]
59 }