| Summary: | We should warn users when installing on host without FQDN set | ||
|---|---|---|---|
| Product: | Red Hat Satellite | Reporter: | Lukas Zapletal <lzap> |
| Component: | Installer | Assignee: | Katello Bug Bin <katello-bugs> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Tazim Kolhar <tkolhar> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.0.2 | CC: | bkearney, cwelton, tkolhar |
| Target Milestone: | Unspecified | ||
| Target Release: | Unused | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-07-02 14:07:00 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: | |
|
Description
Lukas Zapletal
2013-11-25 16:32:08 UTC
Also we need to check if hostname can be reverted to non-FQDN hostname after installation is done. We might have some gethostname(2) calls in our runtime code that would start returning incorrect results. Correcting VERIFY part: To verify this bug, install sat6 on both scenarios: - on a box that has no domain set and is not in DNS - on a box that has no domain set and is in DNS (fqdn points to the server) In the former scenario, a warning should be issued. In both cases Satellite 6.0 installation should work properly (login, logout, syncing content). Delivered in katello-installer-0.0.37-1.el6sat.noarch please provide verification steps change FQDN to something without domain run the installer # katello-installer Output of 'facter fqdn' is different from 'hostname -f' Make sure above command gives the same output. If needed, change the hostname permanently via 'hostname' command and editing appropriate configuration file. (e.g. on Red Hat systems /etc/sysconfig/network). If 'hostname -f' still returns unexpected result, check /etc/hosts and put hostname entry in the correct order, for example: 1.2.3.4 full.hostname.com full Fully qualified hostname must be the first entry on the line Your system does not meet configuration criteria installer gives error This was delivered with 6.0.3, which is the Satellite 6 Beta. |