seshukm | c42c06d | 2017-11-03 19:13:34 +0530 | [diff] [blame] | 1 | .. This work is licensed under a Creative Commons Attribution 4.0 International License. |
| 2 | .. http://creativecommons.org/licenses/by/4.0 |
| 3 | .. Copyright 2017 Huawei Intellectual Property. All rights reserved. |
| 4 | |
| 5 | |
seshukm | 9b1133a | 2017-11-13 11:20:46 +0530 | [diff] [blame] | 6 | Service Orchestrator Release Notes |
| 7 | ================================== |
seshukm | c42c06d | 2017-11-03 19:13:34 +0530 | [diff] [blame] | 8 | |
seshukm | 9b1133a | 2017-11-13 11:20:46 +0530 | [diff] [blame] | 9 | The SO provides the highest level of service orchestration in the ONAP architecture. |
seshukm | c42c06d | 2017-11-03 19:13:34 +0530 | [diff] [blame] | 10 | |
subhash kumar singh | fe588ed | 2018-05-17 02:19:33 +0000 | [diff] [blame] | 11 | Version: 1.2.2 |
| 12 | -------------- |
| 13 | |
| 14 | :Release Date: 2018-05-24 |
| 15 | |
| 16 | The Beijing release is the second release of the Service Orchestrator (SO) project. |
| 17 | |
| 18 | **New Features** |
| 19 | * Enhance Platform maturity by improving CLAMP maturity matrix see `Wiki <https://wiki.onap.org/display/DW/Beijing+Release+Platform+Maturity>`_. |
| 20 | * Manual scaling of network services and VNFs. |
| 21 | * Homing and placement capabiliities through OOF interaction. |
| 22 | * Ability to perform change management. |
| 23 | * Integrated to APPC |
| 24 | * Integrated to OOF |
| 25 | * Integrated to OOM |
| 26 | |
| 27 | Bug Fixes |
| 28 | --------- |
| 29 | 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>`_. |
| 30 | |
| 31 | **Known Issues** |
| 32 | |
| 33 | **Security Issues** |
| 34 | SO CII Badging details can be found `here<https://bestpractices.coreinfrastructure.org/en/projects/1702>`_. |
| 35 | The remaining security issues and their workarounds are captured `here <https://wiki.onap.org/pages/viewpage.action?pageId=28377799>`_. |
| 36 | |
| 37 | **Upgrade Notes** |
| 38 | |
| 39 | **Deprecation Notes** |
| 40 | |
| 41 | |
| 42 | Version: 1.1.2 |
| 43 | -------------- |
| 44 | |
| 45 | :Release Date: 2018-01-18 |
| 46 | |
| 47 | Bug Fixes |
| 48 | --------- |
| 49 | The key defects fixed in this release : |
| 50 | |
| 51 | - `SO-344 <https://jira.onap.org/browse/SO-344>`_ |
| 52 | Only pass one VNF to DoCreateVnfAndModules. |
| 53 | |
| 54 | - `SO-348 <https://jira.onap.org/browse/SO-348>`_ |
| 55 | Json Analyze Exception in PreProcessRequest. |
| 56 | |
| 57 | - `SO-352 <https://jira.onap.org/browse/SO-352>`_ |
| 58 | SO failed to create VNF - with error message: Internal Error Occurred in CreateVnfInfra QueryCatalogDB Process. |
| 59 | |
| 60 | - `SO-354 <https://jira.onap.org/browse/SO-354>`_ |
| 61 | Change the Service Type And Service Role |
| 62 | |
| 63 | |
seshukm | 86d1185 | 2017-11-16 14:35:05 +0530 | [diff] [blame] | 64 | Version: 1.1.1 |
seshukm | c42c06d | 2017-11-03 19:13:34 +0530 | [diff] [blame] | 65 | -------------- |
| 66 | |
Seshu-Kumar-M | a105190 | 2017-11-08 14:35:55 +0530 | [diff] [blame] | 67 | :Release Date: 2017-11-16 |
seshukm | c42c06d | 2017-11-03 19:13:34 +0530 | [diff] [blame] | 68 | |
| 69 | |
seshukm | c42c06d | 2017-11-03 19:13:34 +0530 | [diff] [blame] | 70 | **New Features** |
seshukm | 9b1133a | 2017-11-13 11:20:46 +0530 | [diff] [blame] | 71 | |
Seshu-Kumar-M | a105190 | 2017-11-08 14:35:55 +0530 | [diff] [blame] | 72 | The SO provides the highest level of service orchestration in the ONAP architecture. |
seshukm | 9b1133a | 2017-11-13 11:20:46 +0530 | [diff] [blame] | 73 | It executes end-to-end service activities by processing workflows and business logic and coordinating other ONAP and external component activities. |
seshukm | c42c06d | 2017-11-03 19:13:34 +0530 | [diff] [blame] | 74 | |
seshukm | 9b1133a | 2017-11-13 11:20:46 +0530 | [diff] [blame] | 75 | The orchestration engine is a reusable service. Any component of the architecture can execute SO orchestration capabilities. |
Seshu-Kumar-M | a105190 | 2017-11-08 14:35:55 +0530 | [diff] [blame] | 76 | |
seshukm | 9b1133a | 2017-11-13 11:20:46 +0530 | [diff] [blame] | 77 | * Orchestration services will process workflows based on defined models and recipe. |
| 78 | * The service model maintains consistency and reusability across all orchestration activities and ensures consistent methods, structure and version of the workflow execution environment. |
| 79 | * Orchestration processes interact with other platform components or external systems via standard and well-defined APIs. |
seshukm | c42c06d | 2017-11-03 19:13:34 +0530 | [diff] [blame] | 80 | |
seshukm | c42c06d | 2017-11-03 19:13:34 +0530 | [diff] [blame] | 81 | |
| 82 | **Deprecation Notes** |
seshukm | 9b1133a | 2017-11-13 11:20:46 +0530 | [diff] [blame] | 83 | |
Seshu-Kumar-M | a105190 | 2017-11-08 14:35:55 +0530 | [diff] [blame] | 84 | There is a MSO 1.0.0 SO implementation existing in the pre-R1 ONAP Gerrit system. |
| 85 | The MSO1.0.0 is deprecated by the R1 release and the current release is built over this release. |
| 86 | The Gerrit repos of mso/* are voided and already locked as read-only. |
Seshu-Kumar-M | 89ff854 | 2017-11-08 17:31:22 +0530 | [diff] [blame] | 87 | Following are the deprecated SO projects in gerrit repo: |
seshukm | c42c06d | 2017-11-03 19:13:34 +0530 | [diff] [blame] | 88 | |
seshukm | 9b1133a | 2017-11-13 11:20:46 +0530 | [diff] [blame] | 89 | - mso |
| 90 | - mso/chef-repo |
| 91 | - mso/docker-config |
| 92 | - mso/libs |
| 93 | - mso/mso-config |
| 94 | |
seshukm | c42c06d | 2017-11-03 19:13:34 +0530 | [diff] [blame] | 95 | **Other** |
| 96 | |
| 97 | =========== |
| 98 | |
| 99 | End of Release Notes |