aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIkramullah, Ikram (fi241c) <fi241c@att.com>2021-07-14 18:46:00 -0400
committerIkramullah, Ikram <ikram@research.att.com>2021-07-14 18:53:01 -0400
commitad1d329af656dc88960246ecdb2dd24d2fb04c1d (patch)
treebaae7173795f13a0a2a616d6a1c66e80da7c5299
parent9d57a89b3c487edc673e78660b9924c429f923bb (diff)
Documenting a known issue
VID won't consider passwords with some characters, a known issue. This commit is to document it. Issue-ID: VID-983 Signed-off-by: Ikramullah, Ikram <ikram@research.att.com> Change-Id: If18f43135302870573c1507fa27fa8d595f7351d
-rw-r--r--docs/release-notes.rst8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst
index d60d08c85..f2109ad59 100644
--- a/docs/release-notes.rst
+++ b/docs/release-notes.rst
@@ -31,7 +31,13 @@ This section is empty.
**Known Issues**
-This section is empty.
+ 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
**Resolved Issues**
https://jira.onap.org/browse/VID-890