Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1388765 - Item in "Content host" is always a short name when a server has HOSTNAME set without a domain name.
Summary: Item in "Content host" is always a short name when a server has HOSTNAME set ...
Keywords:
Status: CLOSED DUPLICATE of bug 1380473
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Subscription Management
Version: 6.2.2
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: Unspecified
Assignee: Eric Helms
QA Contact: Katello QA List
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-10-26 07:29 UTC by Vladimir Dulava
Modified: 2020-02-14 18:03 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-10-31 18:45:21 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Vladimir Dulava 2016-10-26 07:29:41 UTC
Description of problem:
Item in "Content host" is always a short name when a server has HOSTNAME set without a domain name if registered to satellite with subscription-manager command.

Version-Release number of selected component (if applicable):
Sat 6.2.2

How reproducible:
Try to register a host to satellite 6.2.2 with subscription-manager.
Even in case the FQDN was set correctly or the --name flag was used, the server was registered with short hostname.

Steps to Reproduce:
1. Register host to sat 6.2.2 from hosts cli
2. Check host name in sat gui
3. Check host name via hammer host list from sat cli

Actual results:
[root@mariachitest2 ~]# hammer host list
[Foreman] Password for admin: 
---|------------------------|------------------|------------|-------------|------------------
ID | NAME                   | OPERATING SYSTEM | HOST GROUP | IP          | MAC              
---|------------------------|------------------|------------|-------------|------------------
3  | mariachitest1          | RedHat 7.2       |            | 10.34.84.93 | 00:1a:4a:22:39:e5
1  | mariachitest2.rofl.lol | RedHat 7.2       |            | 10.34.84.90 | 00:1a:4a:22:39:e6
4  | mariachitest3          | RHEL Server 6.8  |            | 10.34.84.76 | 00:1a:4a:22:39:e9
---|------------------------|------------------|------------|-------------|------------------
[root@mariachitest2 ~]# 


Expected results:
[root@mariachitest2 ~]# hammer host list
[Foreman] Password for admin: 
---|------------------------|------------------|------------|-------------|------------------
ID | NAME                   | OPERATING SYSTEM | HOST GROUP | IP          | MAC              
---|------------------------|------------------|------------|-------------|------------------
3  | mariachitest1.rofl.lol | RedHat 7.2       |            | 10.34.84.93 | 00:1a:4a:22:39:e5
1  | mariachitest2.rofl.lol | RedHat 7.2       |            | 10.34.84.90 | 00:1a:4a:22:39:e6
4  | mariachitest3.rofl.lol | RHEL Server 6.8  |            | 10.34.84.76 | 00:1a:4a:22:39:e9
---|------------------------|------------------|------------|-------------|------------------
[root@mariachitest2 ~]# 


Additional info:

Comment 1 Brad Buckingham 2016-10-31 18:45:21 UTC
Based on feedback from Justin, this issue appears to be a duplicate of bug 1380473.

*** This bug has been marked as a duplicate of bug 1380473 ***


Note You need to log in before you can comment on or make changes to this bug.