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