diff options
author | Ikramullah, Ikram <ikram@research.att.com> | 2021-07-19 10:18:04 -0400 |
---|---|---|
committer | Ikram Ikramullah <ikram@research.att.com> | 2021-07-28 01:36:07 +0000 |
commit | c127568a4e3d618fa6dfde494b4c1f542a1a2d18 (patch) | |
tree | 51925d72619074711fd496460f3569e0f20df4b3 | |
parent | 7d36b5e4afe42ee117aa856849c93c23adac6edd (diff) |
Documenting a known issuehonolulu
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>
(cherry picked from commit a1d209deac01bc0f8f7be96a585bdbef9cc0cdb9)
-rw-r--r-- | docs/release-notes.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst index d60d08c85..5c8be4c9c 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -31,7 +31,10 @@ This section is empty. **Known Issues** -This section is empty. + 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 |