Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
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

Summary: Item in "Content host" is always a short name when a server has HOSTNAME set without a domain name.
Product: Red Hat Satellite Reporter: Vladimir Dulava <vdulava>
Component: Subscription ManagementAssignee: Eric Helms <ehelms>
Status: CLOSED DUPLICATE QA Contact: Katello QA List <katello-qa-list>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.2.2CC: bbuckingham
Target Milestone: Unspecified   
Target Release: Unused   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-10-31 18:45:21 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:

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 ***