summaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/duplicateReqs/in/MANIFEST.json
blob: b15ef7ced23431ab3df5aef67535d2abaf1e016b (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
28
29
30
31
32
33
34
35
36
{
  "name": "shlomi_5068",
  "description": "shlomi_5068",
  "version": "1.0",
  "data": [
    {
      "isBase": true,
      "file": "base_cscf.yaml",
      "type": "HEAT",
      "data": [
        {
          "file": "base_cscf.env",
          "type": "HEAT_ENV"
        },
        {
          "file": "base_cscf_volume.yaml",
          "type": "HEAT_VOL",
          "data": [
            {
              "file": "base_cscf_volume.env",
              "type": "HEAT_ENV"
            }
          ]
        }
      ]
    },
    {
      "file": "nested_tdcore.yaml",
      "type": "HEAT"
    },
    {
      "file": "nested_cscf.yaml",
      "type": "HEAT"
    }
  ]
}