aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/heat/nested/reusenestedfrommultibase/inputs/MANIFEST.json
blob: 6f151c4f36094cf0368175214846355ed83c9213 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "vEP_JSA_Net",
  "description": "Version 2.0 02-09-2016 (Authors: John Doe, user PROD)",
  "version": "2013-05-23",
  "data": [
    {
      "file": "hot-nimbus-pcm_v0.4.yaml",
      "type": "HEAT",
      "data": [
        {
          "file": "hot-nimbus-pcm_v0.4.env",
          "type": "HEAT_ENV"
        }
        ]
    },{
      "file": "nested-pcm_v0.1.yaml",
      "type": "HEAT"
    },{
      "file": "hot-nimbus-pcm_v0.4_2.yaml",
      "type": "HEAT"
    }
  ]
}