blob: b27b2a3ecaee14d06b3053105574bc7ab0dde073 [file] [log] [blame]
seshukmc42c06d2017-11-03 19:13:34 +05301.. This work is licensed under a Creative Commons Attribution 4.0 International License.
2.. http://creativecommons.org/licenses/by/4.0
seshukm56204662018-06-07 11:28:08 +08003.. Copyright 2018 Huawei Intellectual Property. All rights reserved.
seshukmc42c06d2017-11-03 19:13:34 +05304
5
seshukm9b1133a2017-11-13 11:20:46 +05306Service Orchestrator Release Notes
7==================================
seshukmc42c06d2017-11-03 19:13:34 +05308
seshukm9b1133a2017-11-13 11:20:46 +05309The SO provides the highest level of service orchestration in the ONAP architecture.
seshukmc42c06d2017-11-03 19:13:34 +053010
subhash kumar singhfe588ed2018-05-17 02:19:33 +000011Version: 1.2.2
12--------------
13
Gildas Lanilis15080cb2018-05-31 13:54:13 -070014:Release Date: 2018-06-07
subhash kumar singhfe588ed2018-05-17 02:19:33 +000015
16The Beijing release is the second release of the Service Orchestrator (SO) project.
17
18**New Features**
Gildas Lanilis8b87ed12018-06-01 16:50:11 -070019
subhash kumar singhfe588ed2018-05-17 02:19:33 +000020* Enhance Platform maturity by improving CLAMP maturity matrix see `Wiki <https://wiki.onap.org/display/DW/Beijing+Release+Platform+Maturity>`_.
21* Manual scaling of network services and VNFs.
22* Homing and placement capabiliities through OOF interaction.
23* Ability to perform change management.
24* Integrated to APPC
25* Integrated to OOF
26* Integrated to OOM
27
seshukm1046c7a2018-06-06 16:04:54 +080028**Bug Fixes**
29
seshukm56204662018-06-07 11:28:08 +080030 The defects fixed in this release could be found `here <https://jira.onap.org/issues/?jql=project%20%3D%20SO%20AND%20affectedVersion%20%3D%20%22Beijing%20Release%22%20AND%20status%20%3D%20Closed%20>`_.
subhash kumar singhfe588ed2018-05-17 02:19:33 +000031
32**Known Issues**
seshukm56204662018-06-07 11:28:08 +080033
34 SO docker image is still on ecmop and not onap in the repository.
35 This will be addressed in the next release.
Gildas Lanilis15080cb2018-05-31 13:54:13 -070036
37**Security Notes**
38
seshukm56204662018-06-07 11:28:08 +080039 SO 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 SO open Critical security vulnerabilities and their risk assessment have been documented as part of the `project <https://wiki.onap.org/pages/viewpage.action?pageId=28377799>`_.
Gildas Lanilis15080cb2018-05-31 13:54:13 -070040
41Quick Links:
Gildas Lanilis8b87ed12018-06-01 16:50:11 -070042
Gildas Lanilis15080cb2018-05-31 13:54:13 -070043- `SO project page <https://wiki.onap.org/display/DW/Service+Orchestrator+Project>`_
44- `Passing Badge information for SO <https://bestpractices.coreinfrastructure.org/en/projects/1702>`_
45- `Project Vulnerability Review Table for SO <https://wiki.onap.org/pages/viewpage.action?pageId=28377799>`_
subhash kumar singhfe588ed2018-05-17 02:19:33 +000046
47**Upgrade Notes**
Gildas Lanilis15080cb2018-05-31 13:54:13 -070048 NA
subhash kumar singhfe588ed2018-05-17 02:19:33 +000049
50**Deprecation Notes**
Gildas Lanilis15080cb2018-05-31 13:54:13 -070051 NA
subhash kumar singhfe588ed2018-05-17 02:19:33 +000052
53Version: 1.1.2
54--------------
55
56:Release Date: 2018-01-18
57
58Bug Fixes
59---------
60The key defects fixed in this release :
61
62- `SO-344 <https://jira.onap.org/browse/SO-344>`_
63 Only pass one VNF to DoCreateVnfAndModules.
64
65- `SO-348 <https://jira.onap.org/browse/SO-348>`_
66 Json Analyze Exception in PreProcessRequest.
67
68- `SO-352 <https://jira.onap.org/browse/SO-352>`_
69 SO failed to create VNF - with error message: Internal Error Occurred in CreateVnfInfra QueryCatalogDB Process.
70
71- `SO-354 <https://jira.onap.org/browse/SO-354>`_
72 Change the Service Type And Service Role
73
74
seshukm86d11852017-11-16 14:35:05 +053075Version: 1.1.1
seshukmc42c06d2017-11-03 19:13:34 +053076--------------
77
Seshu-Kumar-Ma1051902017-11-08 14:35:55 +053078:Release Date: 2017-11-16
seshukmc42c06d2017-11-03 19:13:34 +053079
80
seshukmc42c06d2017-11-03 19:13:34 +053081**New Features**
seshukm9b1133a2017-11-13 11:20:46 +053082
Seshu-Kumar-Ma1051902017-11-08 14:35:55 +053083The SO provides the highest level of service orchestration in the ONAP architecture.
seshukm9b1133a2017-11-13 11:20:46 +053084It executes end-to-end service activities by processing workflows and business logic and coordinating other ONAP and external component activities.
seshukmc42c06d2017-11-03 19:13:34 +053085
seshukm9b1133a2017-11-13 11:20:46 +053086The orchestration engine is a reusable service. Any component of the architecture can execute SO orchestration capabilities.
Seshu-Kumar-Ma1051902017-11-08 14:35:55 +053087
seshukm9b1133a2017-11-13 11:20:46 +053088* Orchestration services will process workflows based on defined models and recipe.
89* The service model maintains consistency and reusability across all orchestration activities and ensures consistent methods, structure and version of the workflow execution environment.
90* Orchestration processes interact with other platform components or external systems via standard and well-defined APIs.
seshukmc42c06d2017-11-03 19:13:34 +053091
seshukmc42c06d2017-11-03 19:13:34 +053092
93**Deprecation Notes**
seshukm9b1133a2017-11-13 11:20:46 +053094
Seshu-Kumar-Ma1051902017-11-08 14:35:55 +053095There is a MSO 1.0.0 SO implementation existing in the pre-R1 ONAP Gerrit system.
96The MSO1.0.0 is deprecated by the R1 release and the current release is built over this release.
97The Gerrit repos of mso/* are voided and already locked as read-only.
Seshu-Kumar-M89ff8542017-11-08 17:31:22 +053098Following are the deprecated SO projects in gerrit repo:
seshukmc42c06d2017-11-03 19:13:34 +053099
seshukm9b1133a2017-11-13 11:20:46 +0530100- mso
101- mso/chef-repo
102- mso/docker-config
103- mso/libs
104- mso/mso-config
105
seshukmc42c06d2017-11-03 19:13:34 +0530106**Other**
Gildas Lanilis15080cb2018-05-31 13:54:13 -0700107 NA
seshukmc42c06d2017-11-03 19:13:34 +0530108
109===========
110
111End of Release Notes