summaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/neutron_dual_stacks/inputfiles/MANIFEST.json
blob: 670b5fbfafffa97ec2be16c26f8c32e5887d423c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "name": "multiple_not_nested",
  "description": "multiple heat files in zip, no nesting",
  "version": "2013-05-23",
  "data": [
    {
      "file": "Use_Case_1_base.yaml",
      "type": "HEAT",
      "data": [
        {
          "file": "Use_Case_1_base.env",
          "type": "HEAT_ENV"
        }
      ]
    },
    {
      "file": "Use_Case_1_module.yaml",
      "type": "HEAT",
      "data": [
        {
          "file": "Use_Case_1_module.env",
          "type": "HEAT_ENV"
        }
      ]
    }
  ]
}