From bf1523052d44f8f84847b58767ed394b825fb2f3 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Fri, 8 Jun 2018 15:23:36 -0400 Subject: 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 --- docs/release-notes.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/release-notes.rst') 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 `_ [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 `_. -- cgit 1.2.3-korg