[SDC-29] Amdocs OnBoard 1707 initial commit.
[sdc.git] / openecomp-be / lib / openecomp-sdc-translator-lib / openecomp-sdc-translator-core / src / test / resources / mock / services / heattotosca / getAttr / getAttrUnsupportedResource / inputfiles / MANIFEST.json
1 {
2     "name": "", 
3     "description": "", 
4     "data": [
5         {
6             "file": "nested_app_server.yaml", 
7             "type": "HEAT", 
8             "isBase": "false"
9         }, 
10         {
11             "file": "nested_db_server.yaml", 
12             "type": "HEAT", 
13             "isBase": "false"
14         }, 
15         {
16             "file": "base_pronghorn.yaml", 
17             "type": "HEAT", 
18             "isBase": "true", 
19             "data": [
20                 {
21                     "file": "base_pronghorn.env", 
22                     "type": "HEAT_ENV"
23                 }, 
24                 {
25                     "file": "base_pronghorn_volume.yaml", 
26                     "type": "HEAT_VOL", 
27                     "isBase": "false", 
28                     "data": [
29                         {
30                             "file": "base_pronghorn_volume.env", 
31                             "type": "HEAT_ENV"
32                         }
33                     ]
34                 }
35             ]
36         }
37     ]
38 }