aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/heat/nested/nestedundervolume/inputs/MANIFEST.json
blob: dc47034e54a931b2a868632f66dba8ebcb095de3 (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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
  "name": "23_defect_fix",
  "description": "a",
  "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_04.yaml",
      "type": "HEAT",
      "data": [
        {
          "file": "ocgapp_04.env",
          "type": "HEAT_ENV"
        },
        {
          "file": "ocgapp_04_volume.yaml",
          "type": "HEAT_VOL",
          "data": [
            {
              "file": "ocgapp_04_volume.env",
              "type": "HEAT_ENV"
            }
          ]
        }
      ]
    },
    {
      "isBase": false,
      "file": "ocgapp_03.yaml",
      "type": "HEAT",
      "data": [
        {
          "file": "ocgapp_03.env",
          "type": "HEAT_ENV"
        },
        {
          "file": "ocgapp_03_volume.yaml",
          "type": "HEAT_VOL",
          "data": [
            {
              "file": "ocgapp_03_volume.env",
              "type": "HEAT_ENV"
            }
          ]
        }
      ]
    },
    {
      "isBase": false,
      "file": "ocgapp_02.yaml",
      "type": "HEAT",
      "data": [
        {
          "file": "ocgapp_02.env",
          "type": "HEAT_ENV"
        },
        {
          "file": "ocgapp_02_volume.yaml",
          "type": "HEAT_VOL",
          "data": [
            {
              "file": "ocgapp_02_volume.env",
              "type": "HEAT_ENV"
            }
          ]
        }
      ]
    },
    {
      "isBase": false,
      "file": "ocgapp_01.yaml",
      "type": "HEAT",
      "data": [
        {
          "file": "ocgapp_01.env",
          "type": "HEAT_ENV"
        },
        {
          "file": "ocgapp_01_volume.yaml",
          "type": "HEAT_VOL",
          "data": [
            {
              "file": "ocgapp_01_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_0.txt",
      "type": "OTHER"
    },
    {
      "file": "ocgmgr_nested_1.txt",
      "type": "OTHER"
    },
    {
      "file": "ocgmgr_nested_0.txt",
      "type": "OTHER"
    }
  ]
}