blob: 832ec580ccf8d893d154961e77b80285147d2f86 [file] [log] [blame]
Piotr Marcinkiewicz31dceea2021-06-29 16:15:49 +02001.. 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*************************************
10ONAP Operations Manager Release Notes
11*************************************
12
13Previous 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
24Abstract
25========
26
27This document provides the release notes for the Honolulu release.
28
29Summary
30=======
31
32The focus of this release is to strengthen the foundation of OOM installer.
33
34Release 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
51New 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
69A list of issues resolved in this release can be found here:
70https://jira.onap.org/projects/OOM/versions/11073
71
72major 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
105Deliverables
106------------
107
108Software Deliverables
109~~~~~~~~~~~~~~~~~~~~~
110
111OOM provides `Helm charts <https://git.onap.org/oom/>`_ that needs to be
efiacor0fb3b8f2022-10-28 15:29:26 +0100112"compiled".
Piotr Marcinkiewicz31dceea2021-06-29 16:15:49 +0200113
114Documentation Deliverables
115~~~~~~~~~~~~~~~~~~~~~~~~~~
116
Piotr Marcinkiewicz31dceea2021-06-29 16:15:49 +0200117
118Known Limitations, Issues and Workarounds
119=========================================
120
121Known Vulnerabilities
122---------------------
123
124- Hard coded password used for all OOM deployments
125 [`OJSI-188 <https://jira.onap.org/browse/OJSI-188>`_]
efiacor0fb3b8f2022-10-28 15:29:26 +0100126- `Hard coded certificates <../oom_hardcoded_certificates>` in Helm packages
Piotr Marcinkiewicz31dceea2021-06-29 16:15:49 +0200127
128Workarounds
129-----------
130
mpriyank709ea3f2023-01-13 10:05:46 +0000131- `<https://github.com/bitnami/charts/issues>`_
guillaume.lambertb90e8fc2021-09-26 21:28:50 +0200132 Workaround is to generate a password with "short" strength or pregenerate
Piotr Marcinkiewicz31dceea2021-06-29 16:15:49 +0200133 passwords without single quote in it. Default deployment is using "short"
134 password generation for mariadb.
135
136Security Notes
137--------------
138
139**Fixed Security Issues**
140
141References
142==========
143
144For more information on the ONAP Frankfurt release, please see:
145
146#. `ONAP Home Page`_
147#. `ONAP Documentation`_
148#. `ONAP Release Downloads`_
149#. `ONAP Wiki Page`_
150
151
152.. _`ONAP Home Page`: https://www.onap.org
153.. _`ONAP Wiki Page`: https://wiki.onap.org
154.. _`ONAP Documentation`: https://docs.onap.org
155.. _`ONAP Release Downloads`: https://git.onap.org