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 1997070 - on satellite with append domain names set to no configure cloud connector fails on 404 not found
Summary: on satellite with append domain names set to no configure cloud connector fai...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: RH Cloud - Cloud Connector
Version: 6.10.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: 6.10.0
Assignee: satellite6-bugs
QA Contact: Lukáš Hellebrandt
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-08-24 11:22 UTC by Stefan Nemeth
Modified: 2021-12-22 14:30 UTC (History)
6 users (show)

Fixed In Version: 4.0.27
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-11-16 14:13:28 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker TFMRHCLOUD-278 0 None None None 2021-09-05 07:18:09 UTC
Red Hat Product Errata RHSA-2021:4702 0 None None None 2021-11-16 14:13:35 UTC

Description Stefan Nemeth 2021-08-24 11:22:12 UTC
Description of problem:

On satellite with short hostname and with setting "Append domain names to the host" set to NO configure cloud connector fails on 

"Cloud connector setup has failed: Error: Request failed with status code 404"

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


How reproducible:

100%

Steps to Reproduce:
1.install satellite 6.10 with hostname setting of in /etc/hosts

192.168.122.209  sat610beta.snemeth.test sat610beta

2. administer -> settings -> Append domain names to the host" set to NO
3. configure -> inventory upload -> configure cloud connector 

Actual results:

"Cloud connector setup has failed: Error: Request failed with status code 404"

Expected results:

Cloud connector configured

Additional info:

https://github.com/theforeman/foreman_rh_cloud/blob/69ab71d3581adc13c1102367968e709652c357dd/lib/foreman_rh_cloud.rb#L101

Is looking for fqdn entry but there is just short name in db without domain

Comment 1 Brad Buckingham 2021-08-26 14:39:19 UTC
Is this a regression from Satellite 6.9?

Comment 3 Stefan Nemeth 2021-08-27 07:54:39 UTC
not a regression since it is reproducible on 6.9 as well. 

in foreman_rh_cloud.rb

def self.foreman_host
    @foreman_host ||= ::Host.unscoped.friendly.find(ENV['SATELLITE_RH_CLOUD_FOREMAN_HOST'] || ::SmartProxy.default_capsule.name)
end

to

def self.foreman_host
    @foreman_host ||= ::Host.unscoped.friendly.find(`hostname -s`.chomp) || ::Host.unscoped.friendly.find(`hostname -f`.chomp)
end

it looks like that it now works for both options, if you have short name or fqdn.

Comment 8 Lukáš Hellebrandt 2021-10-25 10:38:02 UTC
Verified with Sat 6.10.0 snap 23.0.

Used reporoducer from OP, cloud connector configured correctly, the service is running.

Comment 11 errata-xmlrpc 2021-11-16 14:13:28 UTC
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 (Moderate: Satellite 6.10 Release), 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-2021:4702


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