blob: 6a6a196b6b7c75b2110177a6a429ec4f470542b2 [file] [log] [blame]
Sylvain Desbureauxdd769782020-05-29 11:19:42 +02001.. This work is licensed under a Creative Commons Attribution 4.0 International
2.. License.
3.. http://creativecommons.org/licenses/by/4.0
4.. Copyright 2017 Bell Canada & Amdocs Intellectual Property. All rights
5.. reserved.
6.. _release_notes_casablanca:
7
Eric Debeauc4e405f2020-12-07 14:49:52 +01008:orphan:
9
Sylvain Desbureauxdd769782020-05-29 11:19:42 +020010ONAP Operations Manager Release Notes
11=====================================
12
13Version 3.0.0 Casablanca Release
14--------------------------------
15
16:Release Date: 2018-11-30
17
18**Previous Release Notes**
19
20- :ref:`Beijing <release_notes_beijing>`
21- :ref:`Amsterdam <release_notes_amsterdam>`
22
23Summary
24-------
25
26The focus of this release was on incremental improvements in the following
27areas:
28
29* Pluggable persistent storage with support for GlusterFS as the first storage
30 class provisioner
31
32* CPU and Memory limits in Helm Charts to improve Pod placement based on
33 resource availablity in Kubernetes Cluster
34
35* Support of Node Selectors for Pod placement
36
37* Common "shared" Helm Charts referencing common images
38
39 - mariadb-galera
40 - postgres
41 - cassandra
42 - mysql
43 - mongo
44
45* Integration of ARK Backup and Restore solution
46
47* Introduction of Helm deploy and undeploy plugins to better manage ONAP
48 deployments
49
50
51**Security Notes**
52
53OOM code has been formally scanned during build time using NexusIQ and no
54Critical vulnerability was found.
55
56Quick Links:
57
58 - `OOM project page <https://wiki.onap.org/display/DW/ONAP+Operations+Manager+Project>`_
59
60 - `Passing Badge information for OOM <https://bestpractices.coreinfrastructure.org/en/projects/1631>`_
61
62
63**Known Issues**
64
65 * **Problem**: kubectl connections to pods (kubectl exec|logs) will
66 fail after a while due to a known bug in Kubernetes (1.11.2)
67
68 **Workaround**: Restart of the kubelet daemons on the k8s hosts
69
70 **Fix**: Will be delivered in the next release via a new
71 Kubernetes version (1.12)
72
73 - `K8S Bug Report <https://github.com/kubernetes/kubernetes/issues/67659>`_
74 - `OOM-1532 <https://jira.onap.org/browse/OOM-1532>`_
75 - `OOM-1516 <https://jira.onap.org/browse/OOM-1516>`_
76 - `OOM-1520 <https://jira.onap.org/browse/OOM-1520>`_
77
78End of Release Notes