Rift.IO OSM R1 Initial Submission
[osm/UI.git] / skyquake / plugins / composer / src / src / assets / empty-nsd-catalog.json
1 [
2         {
3                 "id": "GUID-1",
4                 "name": "RIFT.ware™ NS Descriptors Catalog",
5                 "short-name": "rift.ware-nsd-cat",
6                 "description": "RIFT.ware™, an open source NFV development and deployment software platform that makes it simple to create, deploy and manage hyper-scale Virtual network functions and applications.",
7                 "vendor": "RIFT.io",
8                 "version": "",
9                 "created-on": "",
10                 "type": "nsd",
11                 "descriptors": []
12         },
13         {
14                 "id": "GUID-2",
15                 "name": "RIFT.ware™ VNF Descriptors Catalog",
16                 "short-name": "rift.ware-vnfd-cat",
17                 "description": "RIFT.ware™, an open source NFV development and deployment software platform that makes it simple to create, deploy and manage hyper-scale Virtual network functions and applications.",
18                 "vendor": "RIFT.io",
19                 "version": "",
20                 "created-on": "",
21                 "type": "vnfd",
22                 "descriptors": [
23                         {
24                                 "id": "ba145e82-626b-11e5-998d-6cb3113b406f",
25                                 "name": "ping-vnfd",
26                                 "short-name": "ping-vnfd",
27                                 "vendor": "RIFT.io",
28                                 "description": "This is an example RIFT.ware VNF",
29                                 "version": "1.0",
30                                 "internal-vld": [
31                                         {
32                                                 "id": "ba1478fe-626b-11e5-998d-6cb3113b406f",
33                                                 "name": "fabric",
34                                                 "short-name": "fabric",
35                                                 "description": "Virtual link for internal fabric",
36                                                 "type": "ELAN"
37                                         }
38                                 ],
39                                 "connection-point": [
40                                         {
41                                                 "name": "ping-vnfd/cp0",
42                                                 "type": "VPORT"
43                                         },
44                                         {
45                                                 "name": "ping-vnfd/cp1",
46                                                 "type": "VPORT"
47                                         }
48                                 ],
49                                 "vdu": [
50                                         {
51                                                 "id": "ba14a504-626b-11e5-998d-6cb3113b406f",
52                                                 "name": "iovdu",
53                                                 "count": 2,
54                                                 "vm-flavor": {
55                                                         "vcpu-count": 4,
56                                                         "memory-mb": 16384,
57                                                         "storage-gb": 16
58                                                 },
59                                                 "guest-epa": {
60                                                         "trusted-execution": true,
61                                                         "mempage-size": "PREFER_LARGE",
62                                                         "cpu-pinning-policy": "DEDICATED",
63                                                         "cpu-thread-pinning-policy": "AVOID",
64                                                         "numa-node-policy": {
65                                                                 "node-cnt": 2,
66                                                                 "mem-policy": "PREFERRED",
67                                                                 "node": [
68                                                                         {
69                                                                                 "id": 0,
70                                                                                 "vcpu": [
71                                                                                         "0",
72                                                                                         "1"
73                                                                                 ],
74                                                                                 "memory-mb": 8192
75                                                                         },
76                                                                         {
77                                                                                 "id": 1,
78                                                                                 "vcpu": [
79                                                                                         "2",
80                                                                                         "3"
81                                                                                 ],
82                                                                                 "memory-mb": 8192
83                                                                         }
84                                                                 ]
85                                                         }
86                                                 },
87                                                 "vswitch-epa": {
88                                                         "ovs-acceleration": "DISABLED",
89                                                         "ovs-offload": "DISABLED"
90                                                 },
91                                                 "hypervisor-epa": {
92                                                         "type": "PREFER_KVM"
93                                                 },
94                                                 "host-epa": {
95                                                         "cpu-model": "PREFER_SANDYBRIDGE",
96                                                         "cpu-arch": "PREFER_X86_64",
97                                                         "cpu-vendor": "PREFER_INTEL",
98                                                         "cpu-socket-count": "PREFER_TWO",
99                                                         "cpu-feature": [
100                                                                 "PREFER_AES",
101                                                                 "PREFER_CAT"
102                                                         ]
103                                                 },
104                                                 "image": "rw_openstack.qcow2",
105                                                 "internal-connection-point": [
106                                                         {
107                                                                 "id": "ba153744-626b-11e5-998d-6cb3113b406f",
108                                                                 "type": "VPORT"
109                                                         },
110                                                         {
111                                                                 "id": "ba15577e-626b-11e5-998d-6cb3113b406f",
112                                                                 "type": "VPORT"
113                                                         }
114                                                 ],
115                                                 "internal-interface": [
116                                                         {
117                                                                 "name": "eth0",
118                                                                 "vdu-internal-connection-point-ref": "ba153744-626b-11e5-998d-6cb3113b406f",
119                                                                 "virtual-interface": {
120                                                                         "type": "VIRTIO"
121                                                                 }
122                                                         },
123                                                         {
124                                                                 "name": "eth1",
125                                                                 "vdu-internal-connection-point-ref": "ba15577e-626b-11e5-998d-6cb3113b406f",
126                                                                 "virtual-interface": {
127                                                                         "type": "VIRTIO"
128                                                                 }
129                                                         }
130                                                 ],
131                                                 "external-interface": [
132                                                         {
133                                                                 "name": "eth0",
134                                                                 "vnfd-connection-point-ref": "ping-vnfd/cp0",
135                                                                 "virtual-interface": {
136                                                                         "type": "VIRTIO"
137                                                                 }
138                                                         },
139                                                         {
140                                                                 "name": "eth1",
141                                                                 "vnfd-connection-point-ref": "ping-vnfd/cp1",
142                                                                 "virtual-interface": {
143                                                                         "type": "VIRTIO"
144                                                                 }
145                                                         }
146                                                 ]
147                                         }
148                                 ]
149                         },
150                         {
151                                 "id": "ba1947da-626b-11e5-998d-6cb3113b406f",
152                                 "name": "pong-vnfd",
153                                 "short-name": "pong-vnfd",
154                                 "vendor": "RIFT.io",
155                                 "description": "This is an example RIFT.ware VNF",
156                                 "version": "1.0",
157                                 "internal-vld": [
158                                         {
159                                                 "id": "ba195068-626b-11e5-998d-6cb3113b406f",
160                                                 "name": "fabric",
161                                                 "short-name": "fabric",
162                                                 "description": "Virtual link for internal fabric",
163                                                 "type": "ELAN"
164                                         }
165                                 ],
166                                 "connection-point": [
167                                         {
168                                                 "name": "pong-vnfd/cp0",
169                                                 "type": "VPORT"
170                                         },
171                                         {
172                                                 "name": "pong-vnfd/cp1",
173                                                 "type": "VPORT"
174                                         }
175                                 ],
176                                 "vdu": [
177                                         {
178                                                 "id": "ba1960ee-626b-11e5-998d-6cb3113b406f",
179                                                 "name": "iovdu",
180                                                 "count": 2,
181                                                 "vm-flavor": {
182                                                         "vcpu-count": 4,
183                                                         "memory-mb": 16384,
184                                                         "storage-gb": 16
185                                                 },
186                                                 "guest-epa": {
187                                                         "trusted-execution": true,
188                                                         "mempage-size": "PREFER_LARGE",
189                                                         "cpu-pinning-policy": "DEDICATED",
190                                                         "cpu-thread-pinning-policy": "AVOID",
191                                                         "numa-node-policy": {
192                                                                 "node-cnt": 2,
193                                                                 "mem-policy": "PREFERRED",
194                                                                 "node": [
195                                                                         {
196                                                                                 "id": 0,
197                                                                                 "vcpu": [
198                                                                                         "0",
199                                                                                         "1"
200                                                                                 ],
201                                                                                 "memory-mb": 8192
202                                                                         },
203                                                                         {
204                                                                                 "id": 1,
205                                                                                 "vcpu": [
206                                                                                         "2",
207                                                                                         "3"
208                                                                                 ],
209                                                                                 "memory-mb": 8192
210                                                                         }
211                                                                 ]
212                                                         }
213                                                 },
214                                                 "vswitch-epa": {
215                                                         "ovs-acceleration": "DISABLED",
216                                                         "ovs-offload": "DISABLED"
217                                                 },
218                                                 "hypervisor-epa": {
219                                                         "type": "PREFER_KVM"
220                                                 },
221                                                 "host-epa": {
222                                                         "cpu-model": "PREFER_SANDYBRIDGE",
223                                                         "cpu-arch": "PREFER_X86_64",
224                                                         "cpu-vendor": "PREFER_INTEL",
225                                                         "cpu-socket-count": "PREFER_TWO",
226                                                         "cpu-feature": [
227                                                                 "PREFER_AES",
228                                                                 "PREFER_CAT"
229                                                         ]
230                                                 },
231                                                 "image": "rw_openstack.qcow2",
232                                                 "internal-connection-point": [
233                                                         {
234                                                                 "id": "ba197a98-626b-11e5-998d-6cb3113b406f",
235                                                                 "type": "VPORT"
236                                                         },
237                                                         {
238                                                                 "id": "ba198696-626b-11e5-998d-6cb3113b406f",
239                                                                 "type": "VPORT"
240                                                         }
241                                                 ],
242                                                 "internal-interface": [
243                                                         {
244                                                                 "name": "eth0",
245                                                                 "vdu-internal-connection-point-ref": "ba197a98-626b-11e5-998d-6cb3113b406f",
246                                                                 "virtual-interface": {
247                                                                         "type": "VIRTIO"
248                                                                 }
249                                                         },
250                                                         {
251                                                                 "name": "eth1",
252                                                                 "vdu-internal-connection-point-ref": "ba198696-626b-11e5-998d-6cb3113b406f",
253                                                                 "virtual-interface": {
254                                                                         "type": "VIRTIO"
255                                                                 }
256                                                         }
257                                                 ],
258                                                 "external-interface": [
259                                                         {
260                                                                 "name": "eth0",
261                                                                 "vnfd-connection-point-ref": "pong-vnfd/cp0",
262                                                                 "virtual-interface": {
263                                                                         "type": "VIRTIO"
264                                                                 }
265                                                         },
266                                                         {
267                                                                 "name": "eth1",
268                                                                 "vnfd-connection-point-ref": "pong-vnfd/cp1",
269                                                                 "virtual-interface": {
270                                                                         "type": "VIRTIO"
271                                                                 }
272                                                         }
273                                                 ]
274                                         }
275                                 ]
276                         }
277                 ]
278         },
279         {
280                 "id": "GUID-3",
281                 "name": "RIFT.ware™ PNF Descriptors Catalog",
282                 "short-name": "rift.ware-pnfd-cat",
283                 "description": "RIFT.ware™, an open source NFV development and deployment software platform that makes it simple to create, deploy and manage hyper-scale Virtual network functions and applications.",
284                 "vendor": "RIFT.io",
285                 "version": "",
286                 "created-on": "",
287                 "type": "pnfd",
288                 "descriptors": []
289         }
290 ]