summaryrefslogtreecommitdiffstats
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/HEAT.meta
blob: dfdd8680bb5417d08c7fbee4789ba6a499da35c2 (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
{
  "importStructure": {
    "heat": [
      {
        "fileName": "base_vIECCF.yml",
        "type": "HEAT",
        "isBase": true,
        "env": {
          "fileName": "base_vIECCF.env",
          "type": "HEAT_ENV"
        },
        "volume": [
          {
            "fileName": "base_vIECCF_volume.yml",
            "type": "HEAT_VOL",
            "env": {
              "fileName": "base_vIECCF_volume.env",
              "type": "HEAT_ENV"
            }
          }
        ],
        "artifacts": [
          {
            "fileName": "node_userdata_script.sh"
          }
        ]
      }
    ]
  }
}