aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedOtherScenarios/multiLevel/twoNestedLevelsWithAllPatternsAndConnectivities/in/MANIFEST.json
blob: d149b6d9bb9f9cadec21107ee622635a6ff4e0f8 (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
{
  "name": "Nested test",
  "description": "HOT template to create nested one level multiple compute",
  "version": "2013-05-23",
  "data": [
    {
      "file": "main.yml",
      "type": "HEAT",
      "isBase": "true"
    },
    {
      "file": "nested1.yml",
      "type": "HEAT",
      "isBase": "false"
    },
    {
      "file": "nested2.yml",
      "type": "HEAT",
      "isBase": "false"
    },
    {
      "file": "nested-no-compute.yml",
      "type": "HEAT",
      "isBase": "false"
    },
    {
      "file": "nested-pattern-4.yml",
      "type": "HEAT",
      "isBase": "false"
    }

  ]
}