6d336f2041340bb4994447aa52792a4d16a8ae3e
[vfc/nfvo/lcm.git] / docs / release-notes.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. http://creativecommons.org/licenses/by/4.0
3 .. _release_notes:
4
5
6 VF-C Release Notes
7 ==================
8
9 VF-C includes two main components, NFV-O and GVNFM, to implement life cycle
10 management and FCAPS of VNF and NS. VF-C takes part in end to end service
11 orchestration and close loop automation by working with SO, DCAE and Policy.
12 VF-C also provides standard southbound interface to VNFMs and can integrate
13 with multi vendor VNFMs via drivers.
14
15
16 Version: 1.4.1
17 --------------
18
19 :Release Date: 2020-10-29
20
21 **New Features**
22
23 - Functional Enhancement:
24
25 1. Improve instance storage function
26 2. Remove components which are no longer used or maintained.
27
28 - Maturity Enhancement:
29
30 1. Update to Java 11
31 2. Optimize docker image
32 3. Update dependency lib
33 4. Increase code coverage
34
35
36 Released components:
37
38 NFVO
39  - vfc-nfvo-lcm 1.4.1
40  - vfc-nfvo-driver-gvnfm-gvnfmadapter 1.4.0
41  - vfc-nfvo-driver-svnfm-ztedriver 1.3.8
42  - vfc-nfvo-driver-svnfm-huawei 1.3.8
43  - vfc-nfvo-db 1.3.4
44
45 GVNFM
46  - vfc-gvnfm-vnflcm 1.4.0
47  - vfc-gvnfm-vnfmgr 1.3.9
48  - vfc-gvnfm-vnfres 1.3.8
49
50 **Known Issues**
51
52   Though VFC itself has migrated to python 3, however, the deployment of VFC still has python 2.7 pods since it uses public mariadb image. Please refer to: https://jira.onap.org/browse/VFC-1740 for details.
53
54
55 **Security Notes**
56     NA
57
58 Quick Links:
59
60 - `VFC project page <https://wiki.onap.org/display/DW/Virtual+Function+Controller+Project>`_
61 - `Passing Badge information for VFC <https://bestpractices.coreinfrastructure.org/en/projects/1608>`_
62
63 **Upgrade Notes**
64     NA
65
66 **Deprecation Notes**
67
68  The following components are not in the scope of the Guilin release since they are no longer used or maintained.
69
70  - vfc/nfvo/driver/ems
71  - vfc/nfvo/multivimproxy
72  - vfc/nfvo/driver/vnfm/gvnfm/juju
73  - vfc/nfvo/driver/vnfm/svnfm/nokia
74  - vfc/nfvo/wfengine
75  - vfc/nfvo/driver/sfc
76
77 **Other**
78     NA
79
80
81 Version: 1.3.9
82 --------------
83
84 :Release Date: 2020-03-17
85
86 **New Features**
87
88 - Functional Enhancement:
89
90 1. Migrate VF-C catalog to Modeling etsicatalog 
91 2. Using the common database (MariaDB) and encrypting the database password.
92 3. Remove the root permission and change the user of VFC project to ONAP.
93 4. Add the function of auto register MSB switch for startup project.
94 5. Increase the communication access form between components through the HTTPS encrypted access form of MSB.
95 6. SOL005 compliance NS instantiation, query and termination commands have been added to cli.
96
97
98 - Maturity Enhancement:
99
100 1. Enhance the security of database access
101 2. Enhance the stability of instantiation process and improve efficiency and productivity.
102 3. Improve the stability of instance termination process and deletion process, and improve the success rate of subscription record deletion.
103 4. Adapt to MSB https for microservice service registration and access.
104
105
106 Released components:
107
108 NFVO
109  - vfc-nfvo-lcm 1.3.9
110  - vfc-nfvo-resmanagement 1.3.1
111  - vfc-nfvo-driver-gvnfm-gvnfmadapter 1.3.9
112  - vfc-nfvo-driver-gvnfm-juju 1.3.9
113  - vfc-nfvo-driver-svnfm-ztedriver 1.3.6
114  - vfc-nfvo-driver-svnfm-huawei 1.3.6
115  - vfc-nfvo-driver-svnfm-Nokia2 1.3.6
116  - vfc-nfvo-db 1.3.3
117  - vfc-nfvo-sfc 1.3.1
118  - vfc-nfvo-ems 1.3.1
119  - vfc-nfvo-multivimproxy 1.3.1
120  - vfc-nfvo-wfengine-mgrservice 1.3.3
121  - vfc-nfvo-wfengine-activiti 1.3.3
122
123 GVNFM
124  - vfc-gvnfm-vnflcm 1.3.9
125  - vfc-gvnfm-vnfmgr 1.3.8
126  - vfc-gvnfm-vnfres 1.3.7
127
128 **Bug Fixes**
129
130  - Fix bug for duplication query and delete vserver and network in AAI resource during terminating ns.
131  - Fix terminate ns API is unstable.
132  - Fix bug for fail to delete subscription for vnfm during terminating ns.
133  - Fix the bug for fail parse contextArray, initial it to [].
134  - Fix the deduplication AAI resource issues.
135  - Fix the bug of vim_id data type error when creating vnfs.
136  - Fix the failure of parsing the acquired data format during SFC creation.
137  - Fix the failure of blocking due to multithreading during instantiation.
138
139 **Known Issues**
140
141
142 **Security Notes**
143     NA
144
145 Quick Links:
146
147 - `VFC project page <https://wiki.onap.org/display/DW/Virtual+Function+Controller+Project>`_
148 - `Passing Badge information for VFC <https://bestpractices.coreinfrastructure.org/en/projects/1608>`_
149 - `CLI command about VFC operation <https://onap.readthedocs.io/en/latest/submodules/vfc/nfvo/lcm.git/docs/platform/cli-userguide/index.html#vfc-part>`_
150
151 **Upgrade Notes**
152     NA
153
154 **Deprecation Notes**
155     NA
156
157 **Other**
158     NA
159
160
161
162
163 Version: 1.3.4
164 --------------
165
166 :Release Date: 2019-08-20
167
168 **New Features**
169
170 - Functional Enhancement:
171
172 1. Upgrade component environments from Python 2 to Python 3 and upgrade package dependencies to stable versions
173 2. Good connectivity and stability of information transmission between nslcm drivers and vnflcm
174 3. Solving Layer_protocol Protocol Protocol Supporting Uniformity and Increasing Compatibility
175
176 - Standard Alignment-SOL005 Alignment
177
178 - Maturity Enhancement:
179
180 1. Increase read and write stability of AAI interaction
181 2. Enhance the stability of vnflcm and nslcm message subscription notification function
182 3. Enhance the reliability of MSB registration information and message reading
183
184
185
186 Released components:
187
188 NFVO
189  - vfc-nfvo-lcm 1.3.4
190  - vfc-nfvo-catalog 1.3.4
191  - vfc-nfvo-driver-gvnfm-gvnfmadapter 1.3.5
192  - vfc-nfvo-driver-svnfm-ztedriver 1.3.3
193  - vfc-nfvo-db 1.3.1
194 GVNFM
195  - vfc-gvnfm-vnflcm 1.3.4
196  - vfc-gvnfm-vnfmgr 1.3.4
197  - vfc-gvnfm-vnfres 1.3.4
198
199 **Bug Fixes**
200
201  - Fix bug for failure in creating subscriptions for vnfm
202  - Fix network name conflict problem when creating network writing to AAI
203  - Fix bug for failure in creating ns vl to aai
204  - Fix the bug for table NFVO_NSINST field status update incorrect
205
206 **Known Issues**
207
208
209 **Security Notes**
210
211 VFC code has been formally scanned during build time using NexusIQ and all Critical
212 vulnerabilities have been addressed, items that remain open have been assessed
213 for risk and determined to be false positive. The VFC open Critical security
214 vulnerabilities and their risk assessment have been documented as part
215 of the `project <https://wiki.onap.org/pages/viewpage.action?pageId=68542814>`_.
216
217 Quick Links:
218
219 - `VFC project page <https://wiki.onap.org/display/DW/Virtual+Function+Controller+Project>`_
220 - `Passing Badge information for VFC <https://bestpractices.coreinfrastructure.org/en/projects/1608>`_
221 - `Project Vulnerability Review Table for VFC <https://wiki.onap.org/pages/viewpage.action?pageId=68542814>`_
222
223 **Upgrade Notes**
224     NA
225
226 **Deprecation Notes**
227     NA
228
229 **Other**
230     NA
231
232
233
234
235 Version: 1.3.0
236 --------------
237
238 :Release Date: 2019-06-06
239
240 **New Features**
241
242 - Functional Enhancement: 
243
244 1. Upgrade Multicloud API to support consistent identification of cloud region functional requirement 
245 2. OOF Integration Optimization.Optimize the methodology for VNF(vdu) placement, add the process for placement with selected candidates(VIM)
246 3. Align VNFD SOL2.5.1 and model multi-version support
247
248 - Standard Alignment-SOL005 Alignment
249
250 - Maturity Enhancement:
251
252 1. Mysql  DB migrate to OOM shared MariaDB Galera Cluster
253 2. Configuration inject automatically
254 3. Add data persistent storage to avoid data loss due to pod restart
255
256
257
258 Released components:
259
260 NFVO
261  - vfc-nfvo-lcm 1.3.2
262  - vfc-nfvo-catalog 1.3.2
263  - vfc-nfvo-resmgr 1.3.0
264  - vfc-nfvo-driver-emsdriver 1.3.0
265  - vfc-nfvo-driver-gvnfm-gvnfmadapter 1.3.3
266  - vfc-nfvo-driver-gvnfm-jujudriver 1.3.1
267  - vfc-nfvo-driver-svnfm-ztedriver 1.3.1
268  - vfc-nfvo-driver-svnfm-huaweidriver 1.3.0
269  - vfc-nfvo-driver-svnfm-nokiav2driver 1.3.1
270  - vfc-nfvo-driver-sfc-ztesfcdriver 1.3.1
271  - vfc-nfvo-multivimproxy 1.3.0
272  - vfc-nfvo-db 1.3.0
273 GVNFM
274  - vfc-gvnfm-vnflcm 1.3.2
275  - vfc-gvnfm-vnfmgr 1.3.2
276  - vfc-gvnfm-vnfres 1.3.2
277 Workflow
278  - workflow-engine-mgr-service 1.3.0
279  - activiti-extension 1.3.0
280
281 **Bug Fixes**
282
283 **Known Issues**
284
285  - `VFC-1402 <https://jira.onap.org/browse/VFC-1402>`_ Lost connection to Mariadb server during query in vnflcm.
286  - `VFC-1411 <https://jira.onap.org/browse/VFC-1411>`_ The network can not be deleted in ns terminate.
287
288 **Security Notes**
289
290 VFC code has been formally scanned during build time using NexusIQ and all Critical
291 vulnerabilities have been addressed, items that remain open have been assessed
292 for risk and determined to be false positive. The VFC open Critical security
293 vulnerabilities and their risk assessment have been documented as part
294 of the `project <https://wiki.onap.org/pages/viewpage.action?pageId=51282550>`_.
295
296 Quick Links:
297
298 - `VFC project page <https://wiki.onap.org/display/DW/Virtual+Function+Controller+Project>`_
299 - `Passing Badge information for VFC <https://bestpractices.coreinfrastructure.org/en/projects/1608>`_
300 - `Project Vulnerability Review Table for VFC <https://wiki.onap.org/pages/viewpage.action?pageId=51282550>`_
301
302 **Upgrade Notes**
303         NA
304
305 **Deprecation Notes**
306         NA
307
308 **Other**
309         NA
310
311 Version: 1.2.0
312 --------------
313
314 :Release Date: 2018-11-30
315
316 **New Features**
317
318 - NS Orchestration supports PNF:1.NSLCM supports NSD, composed of VNF, PNF, and VL;2.Catalog supports PNFD and updates NSD DM
319 - Hardware Platform Awareness (HPA) Support:1.integrate with OOF;2.VF-C can parse R2+ TOSCA MODEL which includes HPA feature
320 - Standard Alignment:SOL003 Alignment in GVNFM and Catalog
321 - Standalone DB Microservice
322
323 Released components:
324
325 NFVO
326  - vfc-nfvo-lcm 1.2.2
327  - vfc-nfvo-catalog 1.2.2
328  - vfc-nfvo-resmgr 1.2.1
329  - vfc-nfvo-driver-emsdriver 1.2.1
330  - vfc-nfvo-driver-gvnfm-gvnfmadapter 1.2.2
331  - vfc-nfvo-driver-gvnfm-jujudriver 1.2.1
332  - vfc-nfvo-driver-svnfm-ztedriver 1.2.1
333  - vfc-nfvo-driver-svnfm-huaweidriver 1.2.1
334  - vfc-nfvo-driver-svnfm-nokiav2driver 1.2.1
335  - vfc-nfvo-driver-sfc-ztesfcdriver 1.2.0
336  - vfc-nfvo-multivimproxy 1.2.1
337  - vfc-nfvo-db 1.2.2
338 GVNFM
339  - vfc-gvnfm-vnflcm 1.2.2
340  - vfc-gvnfm-vnfmgr 1.2.1
341  - vfc-gvnfm-vnfres 1.2.1
342 Workflow
343  - workflow-engine-mgr-service
344  - activiti-extension
345
346 **Bug Fixes**
347
348 **Known Issues**
349
350  - `VFC-896 <https://jira.onap.org/browse/VFC-896>`_  vim-id in AAI is handled as a mandatory parameter
351  - `VFC-890 <https://jira.onap.org/browse/VFC-890>`_  The hard coded SDC user and password in catalog & LCM is not present in SDC
352  - `VFC-891 <https://jira.onap.org/browse/VFC-891>`_  The AAI credentials is hard coded in LCM
353  - SDC-1897 - Parser exported CSAR with error OPEN (Will be fixed at Dublin),VFC could ignore that error. To ignore that error, we need either apply the patch at https://jira.opnfv.org/browse/PARSER-187 locally in nfv-toscaparser which VFC uses or wait for nfv-toscaparser got that fixed.
354
355 **Security Notes**
356
357 VFC code has been formally scanned during build time using NexusIQ and all Critical
358 vulnerabilities have been addressed, items that remain open have been assessed
359 for risk and determined to be false positive. The VFC open Critical security
360 vulnerabilities and their risk assessment have been documented as part
361 of the `project <https://wiki.onap.org/pages/viewpage.action?pageId=45298878>`_.
362
363 Quick Links:
364
365 - `VFC project page <https://wiki.onap.org/display/DW/Virtual+Function+Controller+Project>`_
366 - `Passing Badge information for VFC <https://bestpractices.coreinfrastructure.org/en/projects/1608>`_
367 - `Project Vulnerability Review Table for VFC <https://wiki.onap.org/pages/viewpage.action?pageId=45298878>`_
368
369 **Upgrade Notes**
370         NA
371
372 **Deprecation Notes**
373         NA
374
375 **Other**
376         NA
377
378 Version: 1.1.0
379 --------------
380
381 :Release Date: 2018-06-07
382
383 **New Features**
384
385 - NS/VNF manual scaling supporting for VoLTE use case
386 - VNF Integration, integration with VNF via GVNFM
387 - S3P improvement
388
389 Released components:
390
391 NFVO
392  - vfc-nfvo-lcm
393  - vfc-nfvo-catalog
394  - vfc-nfvo-resmgr
395  - vfc-nfvo-driver-emsdriver
396  - vfc-nfvo-driver-gvnfm-gvnfmadapter
397  - vfc-nfvo-driver-gvnfm-jujudriver
398  - vfc-nfvo-driver-svnfm-ztedriver
399  - vfc-nfvo-driver-svnfm-huaweidriver
400  - vfc-nfvo-driver-svnfm-nokiadriver
401  - vfc-nfvo-driver-svnfm-nokiav2driver
402  - vfc-nfvo-driver-sfc-ztesfcdriver
403  - vfc-nfvo-multivimproxy
404 GVNFM
405  - vfc-gvnfm-vnflcm
406  - vfc-gvnfm-vnfmgr
407  - vfc-gvnfm-vnfres
408 Workflow
409  - workflow-engine-mgr-service
410  - activiti-extension
411
412 **Bug Fixes**
413
414 This is the initial release
415
416 **Known Issues**
417
418  - `VFC-896 <https://jira.onap.org/browse/VFC-896>`_  vim-id in AAI is handled as a mandatory parameter
419  - `VFC-890 <https://jira.onap.org/browse/VFC-890>`_  The hard coded SDC user and password in catalog & LCM is not present in SDC
420  - `VFC-891 <https://jira.onap.org/browse/VFC-891>`_  The AAI credentials is hard coded in LCM
421
422 **Security Notes**
423
424 VFC code has been formally scanned during build time using NexusIQ and all Critical
425 vulnerabilities have been addressed, items that remain open have been assessed
426 for risk and determined to be false positive. The VFC open Critical security
427 vulnerabilities and their risk assessment have been documented as part
428 of the `project <https://wiki.onap.org/pages/viewpage.action?pageId=25437810>`_.
429
430 Quick Links:
431
432 - `VFC project page <https://wiki.onap.org/display/DW/Virtual+Function+Controller+Project>`_
433 - `Passing Badge information for VFC <https://bestpractices.coreinfrastructure.org/en/projects/1608>`_
434 - `Project Vulnerability Review Table for VFC <https://wiki.onap.org/pages/viewpage.action?pageId=25437810>`_
435
436 **Upgrade Notes**
437         NA
438
439 **Deprecation Notes**
440         NA
441
442 **Other**
443         NA
444
445 Version: 1.0.0
446 --------------
447
448 :Release Date: 2017-11-16
449
450 **New Features**
451
452 - NS lifecycle management, including NS instance creation, termination and healing
453 - VNF lifecycle management, including VNF instance creation, termination and healing
454 - VNF FCAPS, collecting FCAPS data from vendor EMS
455 - VNFM Integration, integration with specific VNFMs of vendors to deploy commercial VNFs
456 - VNF Integration, integration with VNF via GVNFM
457
458 Released components:
459
460 NFVO
461  - vfc-nfvo-lcm
462  - vfc-nfvo-catalog
463  - vfc-nfvo-resmgr
464  - vfc-nfvo-driver-emsdriver
465  - vfc-nfvo-driver-gvnfm-gvnfmadapter
466  - vfc-nfvo-driver-gvnfm-jujudriver
467  - vfc-nfvo-driver-svnfm-ztedriver
468  - vfc-nfvo-driver-svnfm-huaweidriver
469  - vfc-nfvo-driver-svnfm-nokiadriver
470  - vfc-nfvo-driver-sfc-ztesfcdriver
471 GVNFM
472  - vfc-gvnfm-vnflcm
473  - vfc-gvnfm-vnfmgr
474  - vfc-gvnfm-vnfres
475 Workflow
476  - workflow-engine-mgr-service
477  - activiti-extension
478
479 **Bug Fixes**
480
481 This is the initial release
482
483 **Known Issues**
484
485 None
486
487 **Security Issues**
488
489 None
490
491 **Upgrade Notes**
492
493 This is the initial release
494
495 **Deprecation Notes**
496
497 This is the initial release
498
499 **Other**
500         NA
501
502 ===========
503
504 End of Release Notes