8e4d699a1ec4f94228e54ca6d8fc5886201e3d5b
[so.git] / docs / release_notes / 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 .. Copyright 2018 Huawei Intellectual Property.  All rights reserved.
4
5
6 Service Orchestrator Release Notes
7 ==================================
8
9 The SO provides the highest level of service orchestration in the ONAP architecture. 
10
11 Version: 1.3.1
12 --------------
13
14 :Release Date: 2018-09-23
15
16 Temp release for Casablanca at M4.
17 **New Features**
18
19 * Support PNF resource type.
20 * Extend the support of homing to vFW, VDNS usecases.
21 * Workflow Designer Integration.
22 * Monitoring BPMN worflow capabilities through UI.
23 * Support to the CCVPN Usecase.
24 * SO internal architecture improvements 
25
26
27 Version: 1.2.2
28 --------------
29
30 :Release Date: 2018-06-07
31
32 The Beijing release is the second release of the Service Orchestrator (SO) project.
33
34 **New Features**
35
36 * Enhance Platform maturity by improving SO maturity matrix see `Wiki <https://wiki.onap.org/display/DW/Beijing+Release+Platform+Maturity>`_.
37 * Manual scaling of network services and VNFs.
38 * Homing and placement capabilities through OOF interaction. 
39 * Ability to perform change management.
40 * Integrated to APPC
41 * Integrated to OOF 
42 * Integrated to OOM
43  
44 **Bug Fixes**
45
46         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>`_.
47
48 **Known Issues**
49
50         SO docker image is still on ECOMP and not onap in the repository. 
51         This will be addressed in the next release.
52
53 **Security Notes**
54
55         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>`_.
56
57 Quick Links:
58
59 - `SO project page <https://wiki.onap.org/display/DW/Service+Orchestrator+Project>`_
60 - `Passing Badge information for SO <https://bestpractices.coreinfrastructure.org/en/projects/1702>`_
61 - `Project Vulnerability Review Table for SO <https://wiki.onap.org/pages/viewpage.action?pageId=28377799>`_
62
63 **Upgrade Notes**
64         NA
65
66 **Deprecation Notes**
67         NA
68
69 Version: 1.1.2
70 --------------
71
72 :Release Date: 2018-01-18
73
74 Bug Fixes
75 ---------
76 The key defects fixed in this release :
77
78 - `SO-344 <https://jira.onap.org/browse/SO-344>`_
79   Only pass one VNF to DoCreateVnfAndModules.
80
81 - `SO-348 <https://jira.onap.org/browse/SO-348>`_
82   Json Analyze Exception in PreProcessRequest.
83
84 - `SO-352 <https://jira.onap.org/browse/SO-352>`_
85   SO failed to create VNF - with error message: Internal Error Occurred in CreateVnfInfra QueryCatalogDB Process.
86
87 - `SO-354 <https://jira.onap.org/browse/SO-354>`_
88   Change the Service Type And Service Role
89
90
91 Version: 1.1.1
92 --------------
93
94 :Release Date: 2017-11-16
95
96
97 **New Features**
98
99 The SO provides the highest level of service orchestration in the ONAP architecture.
100 It executes end-to-end service activities by processing workflows and business logic and coordinating other ONAP and external component activities. 
101
102 The orchestration engine is a reusable service. Any component of the architecture can execute SO orchestration capabilities. 
103
104 * Orchestration services will process workflows based on defined models and recipe. 
105 * The service model maintains consistency and re-usability across all orchestration activities and ensures consistent methods, structure and version of the workflow execution environment.
106 * Orchestration processes interact with other platform components or external systems via standard and well-defined APIs.
107
108
109 **Deprecation Notes**
110
111 There is a MSO 1.0.0 SO implementation existing in the pre-R1 ONAP Gerrit system.  
112 The MSO1.0.0 is deprecated by the R1 release and the current release is built over this release.
113 The Gerrit repos of mso/* are voided and already locked as read-only.
114 Following are the deprecated SO projects in gerrit repo:
115
116 - mso
117 - mso/chef-repo
118 - mso/docker-config
119 - mso/libs
120 - mso/mso-config
121         
122 **Other**
123         NA
124
125 ===========
126
127 End of Release Notes