update vfc release note
[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 VF-C includes two main components, NFV-O and GVNFM, to implement life cycle
9 management and FCAPS of VNF and NS. VF-C takes part in end to end service
10 orchestration and close loop automation by working with SO, DCAE and Policy.
11 VF-C also provides standard southbound interface to VNFMs and can integrate
12 with multi vendor VNFMs via drivers.
13
14 Version: 1.3.0
15 --------------
16
17 :Release Date: 2019-06-06
18
19 **New Features**
20
21 - Functional Enhancement: 
22
23 1. Upgrade Multicloud API to support consistent identification of cloud region functional requirement 
24 2. OOF Integration Optimization.Optimize the methodology for VNF(vdu) placement, add the process for placement with selected candidates(VIM)
25 3. Align VNFD SOL2.5.1 and model multi-version support
26
27 - Standard Alignment-SOL005 Alignment
28
29 - Maturity Enhancement:
30
31 1. Mysql  DB migrate to OOM shared MariaDB Galera Cluster
32 2. Configuration inject automatically
33 3. Add data persistent storage to avoid data loss due to pod restart
34
35
36
37 Released components:
38
39 NFVO
40  - vfc-nfvo-lcm 1.3.2
41  - vfc-nfvo-catalog 1.3.2
42  - vfc-nfvo-resmgr 1.3.0
43  - vfc-nfvo-driver-emsdriver 1.3.0
44  - vfc-nfvo-driver-gvnfm-gvnfmadapter 1.3.3
45  - vfc-nfvo-driver-gvnfm-jujudriver 1.3.1
46  - vfc-nfvo-driver-svnfm-ztedriver 1.3.1
47  - vfc-nfvo-driver-svnfm-huaweidriver 1.3.0
48  - vfc-nfvo-driver-svnfm-nokiav2driver 1.3.1
49  - vfc-nfvo-driver-sfc-ztesfcdriver 1.3.1
50  - vfc-nfvo-multivimproxy 1.3.0
51  - vfc-nfvo-db 1.3.0
52 GVNFM
53  - vfc-gvnfm-vnflcm 1.3.2
54  - vfc-gvnfm-vnfmgr 1.3.2
55  - vfc-gvnfm-vnfres 1.3.2
56 Workflow
57  - workflow-engine-mgr-service 1.3.0
58  - activiti-extension 1.3.0
59
60 **Bug Fixes**
61
62 **Known Issues**
63
64  - `VFC-1402 <https://jira.onap.org/browse/VFC-1402>`_ Lost connection to Mariadb server during query in vnflcm.
65  - `VFC-1411 <https://jira.onap.org/browse/VFC-1411>`_ The network can not be deleted in ns terminate.
66
67 **Security Notes**
68
69 VFC code has been formally scanned during build time using NexusIQ and all Critical
70 vulnerabilities have been addressed, items that remain open have been assessed
71 for risk and determined to be false positive. The VFC open Critical security
72 vulnerabilities and their risk assessment have been documented as part
73 of the `project <https://wiki.onap.org/pages/viewpage.action?pageId=51282550>`_.
74
75 Quick Links:
76
77 - `VFC project page <https://wiki.onap.org/display/DW/Virtual+Function+Controller+Project>`_
78 - `Passing Badge information for VFC <https://bestpractices.coreinfrastructure.org/en/projects/1608>`_
79 - `Project Vulnerability Review Table for VFC <https://wiki.onap.org/pages/viewpage.action?pageId=51282550>`_
80
81 **Upgrade Notes**
82         NA
83
84 **Deprecation Notes**
85         NA
86
87 **Other**
88         NA
89
90 Version: 1.2.0
91 --------------
92
93 :Release Date: 2018-11-30
94
95 **New Features**
96
97 - NS Orchestration supports PNF:1.NSLCM supports NSD, composed of VNF, PNF, and VL;2.Catalog supports PNFD and updates NSD DM
98 - Hardware Platform Awareness (HPA) Support:1.integrate with OOF;2.VF-C can parse R2+ TOSCA MODEL which includes HPA feature
99 - Standard Alignment:SOL003 Alignment in GVNFM and Catalog
100 - Standalone DB Microservice
101
102 Released components:
103
104 NFVO
105  - vfc-nfvo-lcm 1.2.2
106  - vfc-nfvo-catalog 1.2.2
107  - vfc-nfvo-resmgr 1.2.1
108  - vfc-nfvo-driver-emsdriver 1.2.1
109  - vfc-nfvo-driver-gvnfm-gvnfmadapter 1.2.2
110  - vfc-nfvo-driver-gvnfm-jujudriver 1.2.1
111  - vfc-nfvo-driver-svnfm-ztedriver 1.2.1
112  - vfc-nfvo-driver-svnfm-huaweidriver 1.2.1
113  - vfc-nfvo-driver-svnfm-nokiav2driver 1.2.1
114  - vfc-nfvo-driver-sfc-ztesfcdriver 1.2.0
115  - vfc-nfvo-multivimproxy 1.2.1
116  - vfc-nfvo-db 1.2.2
117 GVNFM
118  - vfc-gvnfm-vnflcm 1.2.2
119  - vfc-gvnfm-vnfmgr 1.2.1
120  - vfc-gvnfm-vnfres 1.2.1
121 Workflow
122  - workflow-engine-mgr-service
123  - activiti-extension
124
125 **Bug Fixes**
126
127 **Known Issues**
128
129  - `VFC-896 <https://jira.onap.org/browse/VFC-896>`_  vim-id in AAI is handled as a mandatory parameter
130  - `VFC-890 <https://jira.onap.org/browse/VFC-890>`_  The hard coded SDC user and password in catalog & LCM is not present in SDC
131  - `VFC-891 <https://jira.onap.org/browse/VFC-891>`_  The AAI credentials is hard coded in LCM
132  - 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.
133
134 **Security Notes**
135
136 VFC code has been formally scanned during build time using NexusIQ and all Critical
137 vulnerabilities have been addressed, items that remain open have been assessed
138 for risk and determined to be false positive. The VFC open Critical security
139 vulnerabilities and their risk assessment have been documented as part
140 of the `project <https://wiki.onap.org/pages/viewpage.action?pageId=45298878>`_.
141
142 Quick Links:
143
144 - `VFC project page <https://wiki.onap.org/display/DW/Virtual+Function+Controller+Project>`_
145 - `Passing Badge information for VFC <https://bestpractices.coreinfrastructure.org/en/projects/1608>`_
146 - `Project Vulnerability Review Table for VFC <https://wiki.onap.org/pages/viewpage.action?pageId=45298878>`_
147
148 **Upgrade Notes**
149         NA
150
151 **Deprecation Notes**
152         NA
153
154 **Other**
155         NA
156
157 Version: 1.1.0
158 --------------
159
160 :Release Date: 2018-06-07
161
162 **New Features**
163
164 - NS/VNF manual scaling supporting for VoLTE use case
165 - VNF Integration, integration with VNF via GVNFM
166 - S3P improvement
167
168 Released components:
169
170 NFVO
171  - vfc-nfvo-lcm
172  - vfc-nfvo-catalog
173  - vfc-nfvo-resmgr
174  - vfc-nfvo-driver-emsdriver
175  - vfc-nfvo-driver-gvnfm-gvnfmadapter
176  - vfc-nfvo-driver-gvnfm-jujudriver
177  - vfc-nfvo-driver-svnfm-ztedriver
178  - vfc-nfvo-driver-svnfm-huaweidriver
179  - vfc-nfvo-driver-svnfm-nokiadriver
180  - vfc-nfvo-driver-svnfm-nokiav2driver
181  - vfc-nfvo-driver-sfc-ztesfcdriver
182  - vfc-nfvo-multivimproxy
183 GVNFM
184  - vfc-gvnfm-vnflcm
185  - vfc-gvnfm-vnfmgr
186  - vfc-gvnfm-vnfres
187 Workflow
188  - workflow-engine-mgr-service
189  - activiti-extension
190
191 **Bug Fixes**
192
193 This is the initial release
194
195 **Known Issues**
196
197  - `VFC-896 <https://jira.onap.org/browse/VFC-896>`_  vim-id in AAI is handled as a mandatory parameter
198  - `VFC-890 <https://jira.onap.org/browse/VFC-890>`_  The hard coded SDC user and password in catalog & LCM is not present in SDC
199  - `VFC-891 <https://jira.onap.org/browse/VFC-891>`_  The AAI credentials is hard coded in LCM
200
201 **Security Notes**
202
203 VFC code has been formally scanned during build time using NexusIQ and all Critical
204 vulnerabilities have been addressed, items that remain open have been assessed
205 for risk and determined to be false positive. The VFC open Critical security
206 vulnerabilities and their risk assessment have been documented as part
207 of the `project <https://wiki.onap.org/pages/viewpage.action?pageId=25437810>`_.
208
209 Quick Links:
210
211 - `VFC project page <https://wiki.onap.org/display/DW/Virtual+Function+Controller+Project>`_
212 - `Passing Badge information for VFC <https://bestpractices.coreinfrastructure.org/en/projects/1608>`_
213 - `Project Vulnerability Review Table for VFC <https://wiki.onap.org/pages/viewpage.action?pageId=25437810>`_
214
215 **Upgrade Notes**
216         NA
217
218 **Deprecation Notes**
219         NA
220
221 **Other**
222         NA
223
224 Version: 1.0.0
225 --------------
226
227 :Release Date: 2017-11-16
228
229 **New Features**
230
231 - NS lifecycle management, including NS instance creation, termination and healing
232 - VNF lifecycle management, including VNF instance creation, termination and healing
233 - VNF FCAPS, collecting FCAPS data from vendor EMS
234 - VNFM Integration, integration with specific VNFMs of vendors to deploy commercial VNFs
235 - VNF Integration, integration with VNF via GVNFM
236
237 Released components:
238
239 NFVO
240  - vfc-nfvo-lcm
241  - vfc-nfvo-catalog
242  - vfc-nfvo-resmgr
243  - vfc-nfvo-driver-emsdriver
244  - vfc-nfvo-driver-gvnfm-gvnfmadapter
245  - vfc-nfvo-driver-gvnfm-jujudriver
246  - vfc-nfvo-driver-svnfm-ztedriver
247  - vfc-nfvo-driver-svnfm-huaweidriver
248  - vfc-nfvo-driver-svnfm-nokiadriver
249  - vfc-nfvo-driver-sfc-ztesfcdriver
250 GVNFM
251  - vfc-gvnfm-vnflcm
252  - vfc-gvnfm-vnfmgr
253  - vfc-gvnfm-vnfres
254 Workflow
255  - workflow-engine-mgr-service
256  - activiti-extension
257
258 **Bug Fixes**
259
260 This is the initial release
261
262 **Known Issues**
263
264 None
265
266 **Security Issues**
267
268 None
269
270 **Upgrade Notes**
271
272 This is the initial release
273
274 **Deprecation Notes**
275
276 This is the initial release
277
278 **Other**
279         NA
280
281 ===========
282
283 End of Release Notes