Bug #31168
Show host name in ENC output
Pull request:
Fixed in Releases:
Found in Releases:
Description
Having the name of the Host displayed in the ENC output can be re-used as Ansible roles example: Red Hat Insights Ansible role has an option "display_name" which we can default to hostname of the host registered which can be either an FQDN (which is by default) or in case a user has set Append domain names to host being set to No then it sets shortname for hosts.
Then Insights remediation scripts would fail to lookup the host from Foreman, which is actual reason for issue reported in https://bugzilla.redhat.com/show_bug.cgi?id=1644832
Related issues
Associated revisions
Fixes #31168 - rename ENC var name to hostname
History
#1
Updated by The Foreman Bot over 1 year ago
- Assignee set to Nagoor Shaik
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8103 added
#2
Updated by The Foreman Bot over 1 year ago
- Fixed in Releases 2.4.0 added
#3
Updated by Nagoor Shaik over 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|3e6070e3d2ce139f3ff4f601549b1efb580ac260.
#4
Updated by The Foreman Bot over 1 year ago
- Pull request https://github.com/theforeman/foreman/pull/8134 added
#5
Updated by Ewoud Kohl van Wijngaarden over 1 year ago
- Related to Bug #31882: The fix for #31168 overwrites $::hostname with the FQDN in Puppet added
#6
Updated by Tomer Brisker over 1 year ago
- Category set to External Nodes
Fixes #31168 - Add host name to ENC output (#8103)