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