aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2018-06-08 15:23:36 -0400
committerJimmy Forsyth <jf2512@att.com>2018-06-08 15:24:14 -0400
commit5c925819ab432f9fa77ec0c5fbe4e0048be8d64b (patch)
tree55df695f4e71f47d7819941dfe7f5dae07dc3e63
parent88e3ea7785119d6bd9f963926f322dc4db03e2cf (diff)
Add known issues section to release notes
to outline how to workaround and potentially fix the resiliency issue in AAI where a deleted resources or traversal pod will cause the service to always return 503. Issue-ID: AAI-1217 Change-Id: I530a72385ae6afcf2cccc9a11c83d94a76f0eaa2 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r--docs/release-notes.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst
index 9078a0cc..21404aae 100644
--- a/docs/release-notes.rst
+++ b/docs/release-notes.rst
@@ -281,6 +281,10 @@ Source code of AAI is released under the following repositories at https://gerri
- `AAI-1153 <https://jira.onap.org/browse/AAI-1153>`_ [Champ] Bump to 1.2.2-SNAPSHOT and 1.2.2 in version.properties
+**Known Issues**
+
+If the either the aai-resources or aai-traversal pod is deleted, haproxy will not automatically detect when the pod is re-instantiated. As a temporary workaround, you can delete the haproxy pod (the one named "aai", for example, "dev-aai-8794fbff5-clx7d") and when the aai pod restarts the service should operate normally. A proposed fix is here: https://gerrit.onap.org/r/#/c/51075/1 if you want to see how to configure the haproxy service to auto-recover when the IP address of either the aai-resources or aai-traversal pod changes.
+
**Security Notes**
AAI code has been formally scanned during build time using NexusIQ and all Critical vulnerabilities have been addressed, items that remain open have been assessed for risk and determined to be false positive. The AAI open Critical security vulnerabilities and their risk assessment have been documented as part of the `project <https://wiki.onap.org/pages/viewpage.action?pageId=25441383>`_.