aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/openecomp/org/validation/validators/heat_validator/env_parameters_match_defined_types/positive_test/input/MANIFEST.json
blob: fe7d8bdf5a1e88bff0a9a8f5ef412004d56f32ab (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
{
  "name": "hot-mog",
  "description": "HOT template to create hot mog server",
  "version": "2013-05-23",
  "data": [
    {
      "file": "hot-nimbus-pps_v1.0.yaml",
      "type": "HEAT",
      "data": [
        {
          "file": "hot-nimbus-pps_v1.0.env",
          "type": "HEAT_ENV"
        }
      ]
    },
    {
      "file": "hot-nimbus-psm_v1.0.yaml",
      "type": "HEAT",
      "data": [
        {
          "file": "hot-nimbus-psm_v1.0.env",
          "type": "HEAT_ENV"
        }
      ]
    },
    {
      "file": "nested-pps_v1.0.yaml",
      "type": "HEAT"
    },
    {
      "file": "nested-psm_v1.0.yaml",
      "type": "HEAT"
    },
    {
      "file": "mount_iso_script.sh",
      "type": "SHELL"
    },
    {
      "file": "cloud-nimbus.sh",
      "type": "SHELL"
    },
    {
      "file": "nimbus-ethernet",
      "type": "OTHER"
    },
    {
      "file": "nimbus-ethernet-gw",
      "type": "OTHER"
    }
  ]
}