aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/openecomp/org/validation/validators/heat_validator/two_resources_does_not_hold_same_id/negative_test/input/MANIFEST.json
blob: 06df1e696dae1a1f20c7770777ad4d956be4a426 (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
{
  "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"
    }
  ]
}