aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwreehil <wr148d@att.com>2020-11-30 09:41:03 -0500
committerwreehil <wr148d@att.com>2020-11-30 09:41:03 -0500
commit1293323a7304a8219630496e127b9bf5f6ada9b0 (patch)
tree46ac29f41e9961d266eff1487c0d2ffc4187d813
parent4c1ae46d787ef4b19677768919160a003fc3aa6d (diff)
Update the release notes to have the workaround for the dmaap events issue
Issue-ID: AAI-3219 Signed-off-by: wreehil <wr148d@att.com> Change-Id: I465ede397dc5bc60f63de3d489663055b0a6b25d
-rw-r--r--docs/release-notes.rst23
1 files changed, 22 insertions, 1 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst
index 6b304581..32886f68 100644
--- a/docs/release-notes.rst
+++ b/docs/release-notes.rst
@@ -17,7 +17,7 @@ Release Data
Version: 7.0.0
--------------
-:Release Date: 2020-11-19 (TBD)
+:Release Date: 2020-12-04 (TBD)
New Features
------------
@@ -44,11 +44,32 @@ The R7 Guilin release of ONAP includes updates to both use cases and non-functio
* ESR GUI is retired
* AAI Sparky UI is not supported in Guilin nor is its supporting mS data-router, search-data-service, or elastic. Targeted for retirement in Honolulu.
+Known Limitations, Issues, and Workarounds
+==========================================
+
Known Issues
------------
* `AAI-3219 <https://jira.onap.org/browse/AAI-3219>`_ - AAI-EVENT notifications failed to be published to DMaap
+Workarounds
+-----------
+
+The following is our workaround (i.e., replacing HTTPS with HTTP):
+
+ .. code-block:: bash
+ /** Change each of these configmaps below**/
+ kubectl -n onap edit configmaps dev-aai-resources-configmap
+ kubectl -n onap edit configmaps dev-aai-traversal-configmap
+ kubectl -n onap edit configmaps dev-aai-graphadmin-configmap
+ kubectl -n onap edit configmaps dev-aai-data-router-dynamic
+ // The target attributes need to be changed are:
+ // change Dmaap port from 3905 => 3904
+ // change Dmaap protocol from https => http
+ /** Restart related pods **/
+ kubectl n onap delete pod {POD1} {POD2} {POD3} {POD4}
+ //where POD1-4 are pod names of dev-aai-resources, dev-aai-traversal, dev-aai-graphadmin, and dev-aai-data-router, respectively.
+
References
==========