[SDC-29] Amdocs OnBoard 1707 initial commit.
[sdc.git] / openecomp-be / lib / openecomp-sdc-translator-lib / openecomp-sdc-translator-core / src / test / resources / mock / heattotoscatranslator / overallexample / 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       "isBase": true,
10       "data": [
11         {
12           "file": "cmaui.env",
13           "type": "HEAT_ENV"
14         },
15         {
16           "file": "cmaui_net.yaml",
17           "type": "HEAT_NET"
18         }
19       ]
20     },
21     {
22       "file": "eca_oam.yaml",
23       "type": "HEAT",
24       "data": [
25         {
26           "file": "eca_oam.env",
27           "type": "HEAT_ENV"
28         }
29       ]
30     },
31     {
32       "file": "eca_oam_nested.yaml",
33       "type": "HEAT"
34     },
35     {
36       "file": "nested1.yaml",
37       "type": "HEAT"
38     },
39     {
40       "file": "nested2.yaml",
41       "type": "HEAT"
42     },
43     {
44       "file": "MMSC_Capacity_Line.yml",
45       "type": "HEAT",
46       "data": [
47         {
48           "file": "MMSC_Capacity_Line_1.env",
49           "type": "HEAT_ENV"
50         },
51         {
52           "file": "VOLUME.yaml",
53           "type": "HEAT_VOL",
54           "data": [
55             {
56               "file": "volume.env",
57               "type": "HEAT_ENV"
58             }
59           ]
60         }
61       ]
62     },
63     {
64       "file": "SG_ECA_MGMT.yaml",
65       "type": "HEAT",
66       "data": [
67         {
68           "file": "sg_eca_mgmt.env",
69           "type": "HEAT_ENV"
70         }
71       ]
72     },
73     {
74       "file": "VOLUME_OUT.yaml",
75       "type": "HEAT_VOL",
76       "data": [
77         {
78           "file": "volume_out.env",
79           "type": "HEAT_ENV"
80         }
81       ]
82     },
83     {
84       "file": "NETWORK_OUT.yaml",
85       "type": "HEAT_NET",
86       "data": [
87         {
88           "file": "network_out.env",
89           "type": "HEAT_ENV"
90         }
91       ]
92     },
93     {
94       "file": "art.sh",
95       "type": "SHELL"
96     }
97   ]
98 }