aboutsummaryrefslogtreecommitdiffstats
path: root/docs/release-notes.rst
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2018-06-08 15:23:36 -0400
committerJames Forsyth <jf2512@att.com>2018-06-08 19:51:48 +0000
commitbf1523052d44f8f84847b58767ed394b825fb2f3 (patch)
tree72067f14482be6829975ad1ff424855503ecd425 /docs/release-notes.rst
parent69827ea807d05c5d2c3c9bcdbfb789625ee3e879 (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>
Diffstat (limited to 'docs/release-notes.rst')
-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>`_.