diff options
-rw-r--r-- | docs/release-notes.rst | 10 | ||||
-rw-r--r-- | releases/1.6.3.yaml | 31 |
2 files changed, 38 insertions, 3 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst index afa31fdf70..bc63f6f199 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -1,6 +1,7 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. http://creativecommons.org/licenses/by/4.0 .. Copyright 2018 Huawei Intellectual Property. All rights reserved. +.. _release_notes: Service Orchestrator Release Notes @@ -8,7 +9,7 @@ Service Orchestrator Release Notes The SO provides the highest level of service orchestration in the ONAP architecture. -Version: 1.6.1 +Version: 1.6.3 ----------------------- :Release Date: @@ -223,7 +224,10 @@ Features Being considered for F release (As per the resource availability): **Known Issues** - N/A + +- [`SO-2903 <https://jira.onap.org/browse/SO-2903>`__\ ] - Include so-appc-orchestrator with SO OOM +Appc Orchestrator Pod release : Appc - Ochestrator code changes will be delivered as part of the patch on Frankfurt as the OOM changes were delayed. These would be release as part of the post release flows. + OJSI Issues @@ -601,7 +605,7 @@ The main goal of the Dublin release was to: - [`SO-1206 <https://jira.onap.org/browse/SO-1206>`__\ ] - Added groupInstanceId and groupInstanceName columns - [`SO-1205 <https://jira.onap.org/browse/SO-1205>`__\ ] - separate error status from progression status in req db - [`SO-806 <https://jira.onap.org/browse/SO-806>`__\ ] - SO PNF PnP workflow shall not set "in-maint" AAI flag -- [`SO-798 <https://jira.onap.org/browse/SO-798>`__\ ] - Externalize the PNF PnP workflow 鈥?as a Service Instance Deployment workflow 鈥?adding the Controller +- [`SO-798 <https://jira.onap.org/browse/SO-798>`__\ ] - Externalize the PNF PnP workflow? as a Service Instance Deployment workflow? adding the Controller - [`SO-747 <https://jira.onap.org/browse/SO-747>`__\ ] - POC - Enable SO use of Multicloud Generic VNF Instantiation API - [`SO-700 <https://jira.onap.org/browse/SO-700>`__\ ] - SO should be able to support CCVPN service assurance - [`SO-588 <https://jira.onap.org/browse/SO-588>`__\ ] - Automate robot heatbridge manual step to add VF Module stack resources in AAI diff --git a/releases/1.6.3.yaml b/releases/1.6.3.yaml new file mode 100644 index 0000000000..6e6ca8cfe3 --- /dev/null +++ b/releases/1.6.3.yaml @@ -0,0 +1,31 @@ +--- +distribution_type: 'container' +container_release_tag: '1.6.3' +project: 'so' +log_dir: 'so-maven-docker-stage-frankfurt/67/' +ref: 'fa20cbaba61bbb6dc073ddfadea264bb7b0c823d' +containers: + - name: 'so/vnfm-adapter' + version: '1.6.3-20200531T0643' + - name: 'so/catalog-db-adapter' + version: '1.6.3-20200531T0643' + - name: 'so/request-db-adapter' + version: '1.6.3-20200531T0643' + - name: 'so/openstack-adapter' + version: '1.6.3-20200531T0643' + - name: 'so/sdnc-adapter' + version: '1.6.3-20200531T0643' + - name: 'so/vfc-adapter' + version: '1.6.3-20200531T0643' + - name: 'so/sdc-controller' + version: '1.6.3-20200531T0643' + - name: 'so/bpmn-infra' + version: '1.6.3-20200531T0643' + - name: 'so/so-monitoring' + version: '1.6.3-20200531T0643' + - name: 'so/api-handler-infra' + version: '1.6.3-20200531T0643' + - name: 'so/nssmf-adapter' + version: '1.6.3-20200531T0643' + - name: 'so/ve-vnfm-adapter' + version: '1.6.3-20200531T0643'
\ No newline at end of file |