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