From ed5ff714fac29651318868a65267030e3c31c3ee Mon Sep 17 00:00:00 2001 From: Mike Elliott Date: Wed, 7 Nov 2018 15:47:19 -0500 Subject: Update OOM docs for Casablanca Updating release notes, Helm and K8s versions and started documenting use of (un)deploy plugins. Change-Id: Ia51db5f1489e8d63fd7e1f10e80174eb9f182f0f Issue-ID: OOM-1497 Signed-off-by: Mike Elliott --- docs/release-notes.rst | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'docs/release-notes.rst') diff --git a/docs/release-notes.rst b/docs/release-notes.rst index c87eee0114..a54dd79744 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -8,6 +8,37 @@ Release Notes ============= +Version 3.0.0 Casablanca Release +-------------------------------- + +:Release Date: 2018-11-30 + +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 cluster + - postgres cluster + - cassandra + - mysql + - mongodb +- 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 `_ + + - `Passing Badge information for OOM `_ + Version 2.0.0 Beijing Release ----------------------------- -- cgit 1.2.3-korg From a4007dd6135b3d2fe02d5ce7e88ded68155403cd Mon Sep 17 00:00:00 2001 From: andreasgeissler Date: Thu, 29 Nov 2018 11:44:29 +0000 Subject: Added Known Issue Added Workaround for known Kubernetes problem Issue-ID: OOM-1532 Change-Id: Idc0d9c882c4992a6db68e66ac43bad25566a8270 Signed-off-by: andreasgeissler --- docs/release-notes.rst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs/release-notes.rst') diff --git a/docs/release-notes.rst b/docs/release-notes.rst index a54dd79744..77929b7ff4 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -39,6 +39,15 @@ Quick Links: - `Passing Badge information for OOM `_ + +**Known Issues** + +Problem: kubectl connections to pods (kubectl exec|logs) will fail after a while due to a known bug in Kubernetes +Workaround: Restart of the kubelet daemons on the k8s hosts +Fix: Will be delivered in the next release via a new Kubernetes version +- `OOM-1532 `_ + + Version 2.0.0 Beijing Release ----------------------------- -- cgit 1.2.3-korg From f92f643cccdf90ab3cc92c16e8ff89061e280a0a Mon Sep 17 00:00:00 2001 From: andreasgeissler Date: Thu, 29 Nov 2018 14:45:24 +0000 Subject: Update Known Issue Updated the workaround and added links to k8s ticket and OOM issues related Issue-ID: OOM-1532 Change-Id: I43c1e23b1310dac4ae19d0b9c7fc07167da4f053 Signed-off-by: andreasgeissler --- docs/release-notes.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'docs/release-notes.rst') diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 77929b7ff4..b8e52fe9d1 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -42,10 +42,13 @@ Quick Links: **Known Issues** -Problem: kubectl connections to pods (kubectl exec|logs) will fail after a while due to a known bug in Kubernetes +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 +Fix: Will be delivered in the next release via a new Kubernetes version (1.12) +- `K8S Bug Report `_ - `OOM-1532 `_ +- `OOM-1516 `_ +- `OOM-1520 `_ Version 2.0.0 Beijing Release -- cgit 1.2.3-korg From 3c8ecaca5fa50a8ee1fe26f6f59be8feff4dc343 Mon Sep 17 00:00:00 2001 From: Mike Elliott Date: Thu, 29 Nov 2018 13:25:57 -0500 Subject: Update format of release summary Change-Id: Ic0f0d402aee990ebe65d11c1b64e3beb7e1f9257 Issue-ID: OOM-1498 Signed-off-by: Mike Elliott --- docs/release-notes.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'docs/release-notes.rst') diff --git a/docs/release-notes.rst b/docs/release-notes.rst index b8e52fe9d1..3e8a1be1b7 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -17,17 +17,17 @@ 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 cluster - - postgres cluster +* 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 - - mongodb -- Integration of ARK Backup and Restore solution -- Introduction of Helm deploy and undeploy plugins to better manage ONAP deployments + - mongo +* Integration of ARK Backup and Restore solution +* Introduction of Helm deploy and undeploy plugins to better manage ONAP deployments **Security Notes** -- cgit 1.2.3-korg