[SDC-29] Amdocs OnBoard 1707 initial commit.
[sdc.git] / openecomp-be / lib / openecomp-sdc-translator-lib / openecomp-sdc-translator-core / src / test / resources / mock / multiHeat / allHeatsAreBase / inputs / MANIFEST.json
1 {
2   "name": "multiple_not_nested",
3   "description": "multiple heat files in zip, no nesting",
4   "version": "2013-05-23",
5   "data": [
6     {
7       "file": "cmaui.yml",
8       "type": "HEAT",
9       "data": [
10         {
11           "file": "cmaui.env",
12           "type": "HEAT_ENV"
13         }
14       ]
15     },
16     {
17       "file": "eca_oam.yaml",
18       "type": "HEAT",
19       "data": [
20         {
21           "file": "eca_oam.env",
22           "type": "HEAT_ENV"
23         }
24       ]
25     },
26     {
27       "file": "MMSC_Capacity_Line.yml",
28       "type": "HEAT",
29       "data": [
30         {
31           "file": "MMSC_Capacity_Line_1.env",
32           "type": "HEAT_ENV"
33         }
34       ]
35     },
36     {
37       "file": "SG_ECA_MGMT.yaml",
38       "type": "HEAT",
39       "data": [
40         {
41           "file": "sg_eca_mgmt.env",
42           "type": "HEAT_ENV"
43         }
44       ]
45     }
46   ]
47 }