[SDC-29] Amdocs OnBoard 1707 initial commit.
[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         {
29           "file": "alpha.env",
30           "type": "HEAT_ENV"
31         }
32       ]
33     },
34     {
35       "file": "vSRX_VM.yml",
36       "type": "HEAT",
37       "data": [
38         {
39           "file": "bella_vm.env",
40           "type": "HEAT_ENV"
41         },
42         {
43           "file": "im_network_heat.yml",
44           "type": "HEAT_NET",
45           "data": [
46             {
47               "file": "mika.env",
48               "type": "HEAT_ENV"
49             }
50           ]
51         },
52         {
53           "file": "im_volume_heat.yml",
54           "type": "HEAT_VOL"
55         }
56       ]
57     },
58     {
59       "file": "im_artifact.yml",
60       "type": "CHEF"
61     }
62   ]
63 }