Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrects the disconnected setting to use subscription_connection_enabled #958

Merged
merged 1 commit into from
Mar 5, 2025

Conversation

parthaa
Copy link
Collaborator

@parthaa parthaa commented Mar 5, 2025

Katello/katello#9812 basically removed the content_disconnected setting that rh cloud was still using to determine if content was actually disconnected.

Step:

  • add this to your /etc/hosts
    0.0.0.0 cert-api.access.redhat.com cert.cloud.redhat.com cloud.redhat.com console.redhat.com
  • Set subscription_connection_enabled to false
  • Try generating and uploading report on inventory upload
    Before PR
  • Notice rh cloud still tries to upload the generated report.
 Trying 0.0.0.0:443...

* Connected to cert.cloud.redhat.com (127.0.0.1) port 443 (#0)

* ALPN, offering h2

After PR

  • Upload should get ignored.
    Upload was stopped since disconnected mode setting is enabled for content on this instance.

Katello/katello#9812 basically removed the
content_disconnected setting that rh cloud was still using to determine
if content was actually disconnected.
@parthaa parthaa merged commit 5573504 into theforeman:develop Mar 5, 2025
12 checks passed
@parthaa parthaa deleted the disconnecte branch March 5, 2025 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants