Merge "[OOF] Update configuration for TN-FH in NxI termination app"
[oom.git] / docs / release-notes-honolulu.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0
2    International License.
3 .. http://creativecommons.org/licenses/by/4.0
4 .. (c) ONAP Project and its contributors
5 .. _release_notes_honolulu:
6
7 :orphan:
8
9 *************************************
10 ONAP Operations Manager Release Notes
11 *************************************
12
13 Previous Release Notes
14 ======================
15
16 - :ref:`Guilin <release_notes_guilin>`
17 - :ref:`Frankfurt <release_notes_frankfurt>`
18 - :ref:`El Alto <release_notes_elalto>`
19 - :ref:`Dublin <release_notes_dublin>`
20 - :ref:`Casablanca <release_notes_casablanca>`
21 - :ref:`Beijing <release_notes_beijing>`
22 - :ref:`Amsterdam <release_notes_amsterdam>`
23
24 Abstract
25 ========
26
27 This document provides the release notes for the Honolulu release.
28
29 Summary
30 =======
31
32 The focus of this release is to strengthen the foundation of OOM installer.
33
34 Release Data
35 ============
36
37 +--------------------------------------+--------------------------------------+
38 | **Project**                          | OOM                                  |
39 |                                      |                                      |
40 +--------------------------------------+--------------------------------------+
41 | **Docker images**                    | N/A                                  |
42 |                                      |                                      |
43 +--------------------------------------+--------------------------------------+
44 | **Release designation**              | Honolulu                             |
45 |                                      |                                      |
46 +--------------------------------------+--------------------------------------+
47 | **Release date**                     | 2021/04/29                           |
48 |                                      |                                      |
49 +--------------------------------------+--------------------------------------+
50
51 New features
52 ------------
53
54 * Kubernetes support for version up to 1.20
55 * Helm support for version up to 3.5
56 * Limits are set for most of the components
57 * Portal-Cassandra image updated to Bitnami, supporting IPv4/IPv6 Dual Stack
58 * CMPv2 external issuer implemented which extends Cert-Manager with ability  to
59   enroll X.509 certificates from CMPv2 servers
60 * New version for mariadb galera using Bitnami image, supporting IPv4/IPv6 Dual
61   Stack
62 * Bump version of common PostgreSQL and ElasticSearch
63 * Move to automatic certificates retrieval for 80% of the components
64 * Consistent retrieval of docker images, with ability to configure proxy for
65   the 4 repositories used by ONAP
66
67 **Bug fixes**
68
69 A list of issues resolved in this release can be found here:
70 https://jira.onap.org/projects/OOM/versions/11073
71
72 major issues solved:
73
74 * Better handling of persistence on PostgreSQL
75 * Better Ingress templating
76 * Better Service templating
77
78 **Known Issues**
79
80 - `OOM-2554 <https://jira.onap.org/browse/OOM-2554>`_ Common pods have java 8
81 - `OOM-2435 <https://jira.onap.org/browse/OOM-2435>`_ SDNC karaf shell:
82   log:list: Error executing command: Unrecognized configuration
83 - `OOM-2629 <https://jira.onap.org/browse/OOM-2629>`_ NetBox demo entry setup
84   not complete
85 - `OOM-2706 <https://jira.onap.org/browse/OOM-2706>`_ CDS Blueprint Processor
86   does not work with local DB
87 - `OOM-2713 <https://jira.onap.org/browse/OOM-2713>`_ Problem on onboarding
88   custom cert to SDNC ONAP during deployment
89 - `OOM-2698 <https://jira.onap.org/browse/OOM-2698>`_ SO helm override fails in
90   for value with multi-level replacement
91 - `OOM-2697 <https://jira.onap.org/browse/OOM-2697>`_ SO with local MariaDB
92   deployment fails
93 - `OOM-2538 <https://jira.onap.org/browse/OOM-2538>`_ strange error with
94   CertInitializer template
95 - `OOM-2547 <https://jira.onap.org/browse/OOM-2547>`_ Health Check failures
96   seen after bringing down/up control plane & worker node VM instances on which
97   ONAP hosted
98 - `OOM-2699 <https://jira.onap.org/browse/OOM-2699>`_ SO so-mariadb
99   readinessCheck fails for local MariaDB instance
100 - `OOM-2705 <https://jira.onap.org/browse/OOM-2705>`_ SDNC DB installation fails
101   on local MariaDB instance
102 - `OOM-2603 <https://jira.onap.org/browse/OOM-2603>`_ [SDNC] allign password for
103   scaleoutUser/restconfUser/odlUser
104
105 Deliverables
106 ------------
107
108 Software Deliverables
109 ~~~~~~~~~~~~~~~~~~~~~
110
111 OOM provides `Helm charts <https://git.onap.org/oom/>`_ that needs to be
112 "compiled" into Helm package. see step 6 in
113 :doc:`quickstart guide <oom_quickstart_guide>`.
114
115 Documentation Deliverables
116 ~~~~~~~~~~~~~~~~~~~~~~~~~~
117
118 - :doc:`Project Description <oom_project_description>`
119 - :doc:`Cloud Setup Guide <oom_cloud_setup_guide>`
120 - :doc:`Quick Start Guide <oom_quickstart_guide>`
121 - :doc:`Setup Ingress Controller <oom_setup_ingress_controller>`
122 - :doc:`Developer Guide <oom_developer_guide>`
123 - :doc:`Hardcoded Certificates <oom_hardcoded_certificates>`
124
125 Known Limitations, Issues and Workarounds
126 =========================================
127
128 Known Vulnerabilities
129 ---------------------
130
131 - Hard coded password used for all OOM deployments
132   [`OJSI-188 <https://jira.onap.org/browse/OJSI-188>`_]
133 - :doc:`Hard coded certificates <oom_hardcoded_certificates>` in Helm packages
134
135 Workarounds
136 -----------
137
138 - `<https://github.com/bitnami/bitnami-docker-mariadb-galera/issues/35>`_
139   Workaround is to generate a password with "short" strength or pregenerate
140   passwords without single quote in it. Default deployment is using "short"
141   password generation for mariadb.
142
143 Security Notes
144 --------------
145
146 **Fixed Security Issues**
147
148 References
149 ==========
150
151 For more information on the ONAP Frankfurt release, please see:
152
153 #. `ONAP Home Page`_
154 #. `ONAP Documentation`_
155 #. `ONAP Release Downloads`_
156 #. `ONAP Wiki Page`_
157
158
159 .. _`ONAP Home Page`: https://www.onap.org
160 .. _`ONAP Wiki Page`: https://wiki.onap.org
161 .. _`ONAP Documentation`: https://docs.onap.org
162 .. _`ONAP Release Downloads`: https://git.onap.org