Issue #6434
closedansible-pulp does not ensure that a full Unicode locale is installed
Description
Per the pulp-dev email thread "Language pack on Fedora":
Hey guys,
On Fedora, (now presumably EL8 as well), we get lots of warnings/errors (including within the postgreql ansible role I think), unless we install the en_US.UTF-8 locale (to replace/supplement the C.UTF-8 locale) via the package "glibc-langpack-en".
It became an issue for us on either Fedora 29 or 30, which split this into a subpackage, and do not default to installing en_US.UTF-8 in container images. (For Fedora's minimization efforts.)
For now, we are just installing the package.
Does anyone know if Pulp / postgres actually needs it? In the long term, should we either require en_US.UTF-8, or fix the warnings?
Reference info below.
-Mike¶
The kickstart that generates the F30 container images, search for "LANG".
https://fedoraproject.org/wiki/Changes/python3_c.utf-8_locale
The answer via conversations was that Pulp might need it since we interpret metadata like RPM changelogs containing unicode chars for peoples' names.
For postgres, we'd have to research more.
It is currently installed in the pulp/pulpcore operator-centric container image (Fedora 30), but not in guaranteed to be installed by ansible-pulp. It actually is in the Dockerfile for molecule for Fedora & CentOS 8.
Updated by fao89 about 3 years ago
- Triaged changed from No to Yes
- Sprint set to Sprint 70
Updated by bmbouter about 3 years ago
- Category set to Installer - Moved to GitHub issues
- Tags deleted (
Pulp 3 installer)
Updated by mdepaulo@redhat.com over 2 years ago
- Status changed from NEW to CLOSED - WONTFIX
- Sprint deleted (
Sprint 85)
This bug not seem to be breaking installs like I expected.
Closing until we have a need to fix it.