Documenting a known issue 06/122706/1
authorIkramullah, Ikram <ikram@research.att.com>
Mon, 19 Jul 2021 14:18:04 +0000 (10:18 -0400)
committerIkramullah, Ikram <ikram@research.att.com>
Mon, 19 Jul 2021 14:18:58 +0000 (10:18 -0400)
VID won't consider passwords with some characters, a known issue. This commit is to document it.

Issue-ID: VID-983
Change-Id: I4610a51e19a3cd8f244a1dd2c2fbea2907244466
Signed-off-by: Ikramullah, Ikram <ikram@research.att.com>
docs/release-notes.rst

index f2109ad..5c8be4c 100644 (file)
@@ -31,13 +31,10 @@ This section is empty.
 
 **Known Issues**
 
-       1. Default vid mariadb-password has special character '/' in the password. We must change the default password without special characters.
-          Workaround: Override the 'userPassword' in the values.yaml file
-
-       2. Vid default user 'onap' doesn't have permissions to create directory /opt/app/vid/cache. Do make necessarily changes in the docker file.
-          Workaround: run the vid pod with root privileges.
-
-          See https://jira.onap.org/browse/VID-983 for more details
+   VID-983: Two issues where encountered when attempting to deploy in OKD resulting in deployment failure. These issues have not been reported in OOM deployments; however, we cannot say for certain that they will not be encountered in OOM. If encountered, please note the issue and workarounds:
+      * Default VID mariadb-password has special character ‘/’ in the password. Change the default password to remove special characters. Workaround: Override the ‘userPassword’ in the values.yaml file.
+      * VID default user ‘onap’ doesn’t have permissions to create directory /opt/app/vid/cache. Make necessary changes in the docker file. Workaround: run the vid pod with root privileges.
+      * See https://jira.onap.org/browse/VID-983 for more details.
 
 **Resolved Issues**
        https://jira.onap.org/browse/VID-890