replace aai, closeloop, sdc with jinja
[testsuite.git] / robot / assets / templates / asdc / catalog_vnf_inputs.jinja
1 [
2   {
3     "defaultValue": "{{nf_function}}",
4     "description": null,
5     "name": "nf_function",
6     "parentUniqueId": "cs0008",
7     "password": false,
8     "required": false,
9     "schema": {
10       "property": {}
11     },
12     "type": "string",
13     "uniqueId": "{{nf_function_uid}}",
14     "value": null,
15     "definition": false,
16     "getInputValues": null,
17     "instanceUniqueId": null,
18     "propertyId": null,
19     "properties": null,
20     "inputs": null,
21     "ownerId": "cs0008",
22     "inputPath": null
23   },
24   {
25     "defaultValue": "{{nf_type}}",
26     "description": null,
27     "name": "nf_type",
28     "parentUniqueId": null,
29     "password": false,
30     "required": false,
31     "schema": {
32       "property": {}
33     },
34     "type": "string",
35     "uniqueId": "{{nf_type_uid}}",
36     "value": null,
37     "definition": false,
38     "getInputValues": null,
39     "instanceUniqueId": null,
40     "propertyId": null,
41     "properties": null,
42     "inputs": null,
43     "ownerId": null,
44     "inputPath": null
45   },
46   {
47     "defaultValue": "{{nf_naming_code}}",
48     "description": null,
49     "name": "nf_naming_code",
50     "parentUniqueId": null,
51     "password": false,
52     "required": false,
53     "schema": {
54       "property": {}
55     },
56     "type": "string",
57     "uniqueId": "{{nf_naming_code_uid}}",
58     "value": null,
59     "definition": false,
60     "getInputValues": null,
61     "instanceUniqueId": null,
62     "propertyId": null,
63     "properties": null,
64     "inputs": null,
65     "ownerId": null,
66     "inputPath": null
67   },
68   {
69     "defaultValue": "{{nf_role}}",
70     "description": null,
71     "name": "nf_role",
72     "parentUniqueId": null,
73     "password": false,
74     "required": false,
75     "schema": {
76       "property": {}
77     },
78     "type": "string",
79     "uniqueId": "{{nf_role_uid}}",
80     "value": null,
81     "definition": false,
82     "getInputValues": null,
83     "instanceUniqueId": null,
84     "propertyId": null,
85     "properties": null,
86     "inputs": null,
87     "ownerId": null,
88     "inputPath": null
89   },
90   {
91     "defaultValue": "{{cloud_env}}",
92     "description": "Cloud environment (e.g., openstack, rackspace)",
93     "name": "cloud_env",
94     "parentUniqueId": null,
95     "password": false,
96     "required": false,
97     "schema": {
98       "property": {}
99     },
100     "type": "string",
101     "uniqueId": "{{cloud_env_uid}}",
102     "value": null,
103     "definition": false,
104     "getInputValues": null,
105     "instanceUniqueId": null,
106     "propertyId": null,
107     "properties": null,
108     "inputs": null,
109     "ownerId": null,
110     "inputPath": null
111   }
112 ]