aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-translator-lib/att-sdc-translator-impl/src/test/resources/mock/services/heattotosca/attValetGroupAssignment/groupNameParameter/inputfiles/MANIFEST.json
blob: 96b8ed1d27383221029d6a65b615ee42a6a47fea (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
{
  "name": "vIPR",
  "description": "HOT template to create vIPR",
  "data": [
    {
      "file": "vIPR-ATM-Base.yaml",
      "type": "HEAT",
      "isBase": "true",
      "data": [
        {
          "file": "vIPR-ATM-Base.env",
          "type": "HEAT_ENV"
        }
      ]
    },
    {
      "file": "vIPR-ATM-Instance.yaml",
      "type": "HEAT",
      "isBase": "false",
      "data": [
        {
          "file": "vIPR-ATM-Instance.env",
          "type": "HEAT_ENV"
        }
      ]
    }
  ]
}