aboutsummaryrefslogtreecommitdiffstats
path: root/robot/assets/templates/sdc/catalog_vnf_inputs.jinja
blob: 48a58499852b4c3a2cc07746df6681859c9a6c17 (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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
[
  {
    "defaultValue": "{{nf_function}}",
    "description": null,
    "name": "nf_function",
    "parentUniqueId": "cs0008",
    "password": false,
    "required": false,
    "schema": {
      "property": {}
    },
    "type": "string",
    "uniqueId": "{{nf_function_uid}}",
    "value": null,
    "definition": false,
    "getInputValues": null,
    "instanceUniqueId": null,
    "propertyId": null,
    "properties": null,
    "inputs": null,
    "ownerId": "cs0008",
    "inputPath": null
  },
  {
    "defaultValue": "{{nf_type}}",
    "description": null,
    "name": "nf_type",
    "parentUniqueId": null,
    "password": false,
    "required": false,
    "schema": {
      "property": {}
    },
    "type": "string",
    "uniqueId": "{{nf_type_uid}}",
    "value": null,
    "definition": false,
    "getInputValues": null,
    "instanceUniqueId": null,
    "propertyId": null,
    "properties": null,
    "inputs": null,
    "ownerId": null,
    "inputPath": null
  },
  {
    "defaultValue": "{{nf_naming_code}}",
    "description": null,
    "name": "nf_naming_code",
    "parentUniqueId": null,
    "password": false,
    "required": false,
    "schema": {
      "property": {}
    },
    "type": "string",
    "uniqueId": "{{nf_naming_code_uid}}",
    "value": null,
    "definition": false,
    "getInputValues": null,
    "instanceUniqueId": null,
    "propertyId": null,
    "properties": null,
    "inputs": null,
    "ownerId": null,
    "inputPath": null
  },
  {
    "defaultValue": "{{nf_role}}",
    "description": null,
    "name": "nf_role",
    "parentUniqueId": null,
    "password": false,
    "required": false,
    "schema": {
      "property": {}
    },
    "type": "string",
    "uniqueId": "{{nf_role_uid}}",
    "value": null,
    "definition": false,
    "getInputValues": null,
    "instanceUniqueId": null,
    "propertyId": null,
    "properties": null,
    "inputs": null,
    "ownerId": null,
    "inputPath": null
  },
  {
    "defaultValue": "{{cloud_env}}",
    "description": "Cloud environment (e.g., openstack, rackspace)",
    "name": "cloud_env",
    "parentUniqueId": null,
    "password": false,
    "required": false,
    "schema": {
      "property": {}
    },
    "type": "string",
    "uniqueId": "{{cloud_env_uid}}",
    "value": null,
    "definition": false,
    "getInputValues": null,
    "instanceUniqueId": null,
    "propertyId": null,
    "properties": null,
    "inputs": null,
    "ownerId": null,
    "inputPath": null
  }
]