summaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/test-blueprint/baseconfiguration/Definitions/transform-mapping.json
blob: 14dec0942219ca8fe7131e1555312c89e843ab3a (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": "service-instance-id",
    "input-param": true,
    "property": {
      "type": "string"
    },
    "dictionary-name": "service-instance-id",
    "dictionary-source": "input",
    "dependencies": [
    ]
  },
  {
    "name": "vnf-id",
    "input-param": true,
    "property": {
      "type": "string"
    },
    "dictionary-name": "vnf-id",
    "dictionary-source": "input",
    "dependencies": []
  },
  {
    "name": "vnf_name",
    "input-param": false,
    "property": {
      "type": "string"
    },
    "dictionary-name": "vnf_name",
    "dictionary-source": "sdnc",
    "dependencies": [
      "service-instance-id",
      "vnf-id"
    ]
  },
  {
    "name": "private_net_id",
    "input-param": true,
    "property": {
      "type": "string",
      "metadata": {
        "transform-template": "${vnf_name}_private2"
      }
    },
    "dictionary-name": "int_pktgen_private_net_id",
    "dictionary-source": "default",
    "dependencies": [
      "vnf_name"
    ]
  }
]