aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/org/openecomp/validation/validators/heat_validator/generated_artifact_exist/negative_test/input/MANIFEST.json
blob: d76e374c22446a97d62927209f1dfe65b56659b1 (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
{
  "name": "vCCF_vUSP_1806DCAE_CtrlLp",
  "description": "vCCF VSP for ControlLoop tenant",
  "version": "0.0",
  "data": [
    {
      "isBase": true,
      "file": "base_vIECCF.yml",
      "type": "HEAT",
      "data": [
        {
          "file": "base_vIECCF.env",
          "type": "HEAT_ENV"
        },
        {
          "file": "base_vIECCF_volume.yml",
          "type": "HEAT_VOL",
          "data": [
            {
              "file": "base_vIECCF_volume.env",
              "type": "HEAT_ENV"
            }
          ]
        }
      ]
    },
    {
      "file": "HEAT.meta",
      "type": "OTHER"
    },
    {
      "file": "vf-license-model.xml",
      "type": "OTHER"
    },
    {
      "file": "node_userdata_script.sh",
      "type": "OTHER"
    },
    {
      "file": "vendor-license-model.xml",
      "type": "OTHER"
    }
  ]
}