Add intial test CBA
[ccsdk/cds.git] / components / model-catalog / blueprint-model / test-blueprint / golden / Templates / vf-module-1-mapping.json
1 [
2   {
3     "name": "interface-description",
4     "input-param": true,
5     "property": {
6       "type": "string"
7     },
8     "dictionary-name": "interface-description",
9     "dictionary-source": "capability",
10     "dependencies": [
11       "vf-module-type"
12     ]
13   },
14   {
15     "name": "vf-module-type",
16     "input-param": true,
17     "property": {
18       "type": "string"
19     },
20     "dictionary-name": "vf-module-type",
21     "dictionary-source": "primary-db",
22     "dependencies": [
23       "vf-module-number"
24     ]
25   },
26   {
27     "name": "vf-module-number",
28     "input-param": true,
29     "property": {
30       "type": "string",
31       "default": "3"
32     },
33     "dictionary-name": "vf-module-number",
34     "dictionary-source": "default",
35     "dependencies": [
36       
37     ]
38   },
39   {
40     "name": "prefix-id",
41     "input-param": true,
42     "property": {
43       "type": "integer",
44       "default": 11
45     },
46     "dictionary-name": "prefix-id",
47     "dictionary-source": "default",
48     "dependencies": [
49       
50     ]
51   },
52   {
53     "name": "vfw_interface_ip",
54     "input-param": true,
55     "property": {
56         "type": "dt-netbox-ip"
57     },
58     "dictionary-name": "create_netbox_ip",
59     "dictionary-source": "primary-config-data",
60     "dependencies": [
61       "prefix-id"
62     ]
63   }
64 ]