aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/test-blueprint/golden/Templates/vfw-interface-mapping.json
blob: 427df73f24cfe85772bab58be32c05909b092de2 (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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
[{
  "name": "interface-description",
  "input-param": true,
  "property": {
    "type": "string"
  },
  "dictionary-name": "interface-description",
  "dictionary-source": "capability",
  "dependencies": [
    "golden-vf-module-type"
  ]
}, {
  "name": "interface-name",
  "input-param": true,
  "property": {
    "type": "string"
  },
  "dictionary-name": "interface-name",
  "dictionary-source": "input",
  "dependencies": [

  ]
}, {
  "name": "unit-number",
  "input-param": true,
  "property": {
    "type": "string"
  },
  "dictionary-name": "unit-number",
  "dictionary-source": "input",
  "dependencies": [

  ]
}, {
  "name": "prefix-id",
  "input-param": true,
  "property": {
    "type": "string",
    "default": "6"
  },
  "dictionary-name": "prefix-id",
  "dictionary-source": "default",
  "dependencies": [

  ]
}, {
  "name": "golden-vf-module-type",
  "input-param": true,
  "property": {
    "type": "string"
  },
  "dictionary-name": "golden-vf-module-type",
  "dictionary-source": "processor-db",
  "dependencies": [
    "vf-module-number"
  ]
}, {
  "name": "vf-module-number",
  "input-param": true,
  "property": {
    "type": "string",
    "default": "3"
  },
  "dictionary-name": "vf-module-number",
  "dictionary-source": "default",
  "dependencies": [

  ]
}, {
  "name": "vfw_interface_ip",
  "input-param": true,
  "property": {
    "type": "dt-netbox-ip"
  },
  "dictionary-name": "create_netbox_ip",
  "dictionary-source": "config-data",
  "dependencies": [
    "prefix-id"
  ]
}]