aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-core/src/test/resources/heatTreeArtifactsValidationOutput/MANIFEST.json
blob: d8250a6f2b97f4e96014308d7dc0c9b7db7a317c (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
  "name": "vOCG-1802-VSP",
  "description": "vOCG HEAT January 16 2018",
  "version": "0.0",
  "data": [
    {
      "isBase": false,
      "file": "ocgmgr.yaml",
      "type": "HEAT",
      "data": [
        {
          "file": "ocgmgr.env",
          "type": "HEAT_ENV"
        },
        {
          "file": "ocgmgr_volume.yaml",
          "type": "HEAT_VOL",
          "data": [
            {
              "file": "ocgmgr_volume.env",
              "type": "HEAT_ENV"
            }
          ]
        }
      ]
    },
    {
      "isBase": false,
      "file": "ocgapp.yaml",
      "type": "HEAT",
      "data": [
        {
          "file": "ocgapp.env",
          "type": "HEAT_ENV"
        },
        {
          "file": "ocgapp_volume.yaml",
          "type": "HEAT_VOL",
          "data": [
            {
              "file": "ocgapp_volume.env",
              "type": "HEAT_ENV"
            }
          ]
        }
      ]
    },
    {
      "isBase": true,
      "file": "base_ocg.yaml",
      "type": "HEAT",
      "data": [
        {
          "file": "base_ocg.env",
          "type": "HEAT_ENV"
        }
      ]
    },
    {
      "file": "ocgmgr_nested_volume.yaml",
      "type": "HEAT"
    },
    {
      "file": "ocgapp_nested_volume.yaml",
      "type": "HEAT"
    },
    {
      "file": "ocgmgr_nested.txt",
      "type": "OTHER"
    }
  ]
}