Bug 1537632
Summary: | Puppet report for installer not generated due to "Invalid byte sequence in US-ASCII" | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Perry Gagne <pgagne> |
Component: | Installation | Assignee: | Ewoud Kohl van Wijngaarden <ekohlvan> |
Status: | CLOSED ERRATA | QA Contact: | Perry Gagne <pgagne> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.3.0 | CC: | egolov, ehelms, ekohlvan, zhunting |
Target Milestone: | 6.6.0 | Keywords: | Triaged |
Target Release: | Unused | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | foreman-installer-1.22.0-RC2 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-10-22 19:47:36 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Comment 4
Ewoud Kohl van Wijngaarden
2018-11-20 16:33:07 UTC
Upstream bug assigned to ekohlvan Moving this bug to POST for triage into Satellite 6 since the upstream issue https://projects.theforeman.org/issues/25516 has been resolved. There was a regression which caused the checks not to be run. Verified fix in sat 6.6 snap 10 Installer prints an error when LC_ALL=C [root@sat ~]# satellite-installer -v --scenario satellite --foreman-initial-admin-username <user> --foreman-initial-admin-password <password> The LC_ALL environment variable should not be set to C Your system does not meet configuration criteria [ INFO 2019-07-11T13:53:52 verbose] Executing hooks in group pre_migrations [ INFO 2019-07-11T13:53:52 verbose] All hooks in group pre_migrations finished [ INFO 2019-07-11T13:53:52 verbose] Executing hooks in group boot [ INFO 2019-07-11T13:53:52 verbose] All hooks in group boot finished [ INFO 2019-07-11T13:53:52 verbose] Executing hooks in group init [ INFO 2019-07-11T13:53:52 verbose] All hooks in group init finished [ INFO 2019-07-11T13:53:52 verbose] Loading default values from puppet modules... [ INFO 2019-07-11T13:53:52 verbose] ... finished [ INFO 2019-07-11T13:53:52 verbose] Executing hooks in group pre_values [ INFO 2019-07-11T13:53:52 verbose] All hooks in group pre_values finished [ INFO 2019-07-11T13:53:52 verbose] Running installer with args [["-v", "--scenario", "satellite", "--foreman-initial-admin-username", "<user> ", "--foreman-initial-admin-password", "<password>"]] [ INFO 2019-07-11T13:53:52 verbose] Installer finished in 2.63093212 seconds [root@sat ~]# Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2019:3172 |