Fix format issue on RN
[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
4
5 VF-C Release Notes
6 ==================
7
8 .. note::
9 ..      * This Release Notes must be updated each time the team decides to Release new artifacts.
10 ..      * The scope of this Release Notes is for this particular component. In other words, each ONAP component has its Release Notes.
11 ..      * This Release Notes is cumulative, the most recently Released artifact is made visible in the top of this Release Notes.
12 ..      * Except the date and the version number, all the other sections are optional but there must be at least one section describing the purpose of this new release.
13 ..      * This note must be removed after content has been added.
14
15 VF-C includes two main components, NFV-O and GVNFM, to implement life cycle management and FCAPS of VNF and NS. VF-C takes part in end to end service orchestration and close loop automation by working with SO, DCAE and Policy. 
16 VF-C also provides standard southbound interface to VNFMs and can integrate with multi vendor VNFMs via drivers.
17
18 Version: 1.1.0
19 --------------
20
21 :Release Date: 2018-06-07
22
23 **New Features**
24
25 - NS/VNF manual scaling supporting for VoLTE use case
26 - VNF Integration, integration with VNF via GVNFM
27 - S3P improvement
28  
29 Released components:
30
31 NFVO
32  - vfc-nfvo-lcm
33  - vfc-nfvo-catalog
34  - vfc-nfvo-resmgr
35  - vfc-nfvo-driver-emsdriver
36  - vfc-nfvo-driver-gvnfm-gvnfmadapter
37  - vfc-nfvo-driver-gvnfm-jujudriver
38  - vfc-nfvo-driver-svnfm-ztedriver
39  - vfc-nfvo-driver-svnfm-huaweidriver
40  - vfc-nfvo-driver-svnfm-nokiadriver
41  - vfc-nfvo-driver-svnfm-nokiav2driver
42  - vfc-nfvo-driver-sfc-ztesfcdriver
43  - vfc-nfvo-multivimproxy
44 GVNFM
45  - vfc-gvnfm-vnflcm
46  - vfc-gvnfm-vnfmgr
47  - vfc-gvnfm-vnfres
48 Workflow
49  - workflow-engine-mgr-service
50  - activiti-extension
51
52 **Bug Fixes**
53
54 This is the initial release
55
56 **Known Issues**
57
58  - VFC-896  vim-id in AAI is handled as a mandatory parameter
59  - VFC-890  The hard coded SDC user and password in catalog & LCM is not present in SDC
60  - VFC-891  The AAI credentials is hard coded in LCM
61
62 **Security Notes**
63
64 VFC code has been formally scanned during build time using NexusIQ and all Critical vulnerabilities have been addressed, items that remain open have been assessed for risk and determined to be false positive. The VFC open Critical security vulnerabilities and their risk assessment have been documented as part of the `project <https://wiki.onap.org/pages/viewpage.action?pageId=25437810>`_.
65
66 Quick Links:
67
68 - `VFC project page <https://wiki.onap.org/display/DW/Virtual+Function+Controller+Project>`_
69 - `Passing Badge information for VFC <https://bestpractices.coreinfrastructure.org/en/projects/1608>`_
70 - `Project Vulnerability Review Table for VFC <https://wiki.onap.org/pages/viewpage.action?pageId=25437810>`_
71
72 **Upgrade Notes**
73         NA
74
75 **Deprecation Notes**
76         NA
77
78 **Other**
79         NA
80
81 Version: 1.0.0
82 --------------
83
84 :Release Date: 2017-11-16
85
86 **New Features**
87
88 - NS lifecycle management, including NS instance creation, termination and healing
89 - VNF lifecycle management, including VNF nstance creation, termination and healing
90 - VNF FCAPS, collecting FCAPS data from vendor EMS
91 - VNFM Integration, integration with specific VNFMs of vendors to deploy commercial VNFs
92 - VNF Integration, integration with VNF via GVNFM
93  
94 Released components:
95
96 NFVO
97  - vfc-nfvo-lcm
98  - vfc-nfvo-catalog
99  - vfc-nfvo-resmgr
100  - vfc-nfvo-driver-emsdriver
101  - vfc-nfvo-driver-gvnfm-gvnfmadapter
102  - vfc-nfvo-driver-gvnfm-jujudriver
103  - vfc-nfvo-driver-svnfm-ztedriver
104  - vfc-nfvo-driver-svnfm-huaweidriver
105  - vfc-nfvo-driver-svnfm-nokiadriver
106  - vfc-nfvo-driver-sfc-ztesfcdriver
107 GVNFM
108  - vfc-gvnfm-vnflcm
109  - vfc-gvnfm-vnfmgr
110  - vfc-gvnfm-vnfres
111 Workflow
112  - workflow-engine-mgr-service
113  - activiti-extension
114
115 **Bug Fixes**
116
117 This is the initial release
118
119 **Known Issues**
120
121 None
122
123 **Security Issues**
124
125 None
126
127 **Upgrade Notes**
128
129 This is the initial release
130
131 **Deprecation Notes**
132
133 This is the initial release
134
135 **Other**
136         NA
137
138 ===========
139
140 End of Release Notes