Bug 1816699
Summary: | Satellite Receptor Installer role can miss accounts under certain conditions | |||
---|---|---|---|---|
Product: | Red Hat Satellite | Reporter: | jag <jag> | |
Component: | RH Cloud - Cloud Connector | Assignee: | Shimon Shtein <sshtein> | |
Status: | CLOSED ERRATA | QA Contact: | Lukáš Hellebrandt <lhellebr> | |
Severity: | low | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 6.7.0 | CC: | ahumbe, aruzicka, bbuckingham, dvoss, jhutar, jyejare, lhellebr, mhulan, mmccune, pcreech | |
Target Milestone: | 6.8.0 | Keywords: | PrioBumpGSS, Triaged | |
Target Release: | Unused | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Known Issue | ||
Doc Text: |
If all of a Red Hat account's organizations include both custom subscriptions and Red Hat subscriptions, and you added the custom subscriptions first, the "Configure Cloud Connector" Ansible playbook will not detect the account number and will fail to configure a Cloud Connector for that account. To work around this issue, add the Red Hat subscriptions before adding the custom subscriptions.
|
Story Points: | --- | |
Clone Of: | ||||
: | 1851148 (view as bug list) | Environment: | ||
Last Closed: | 2020-10-27 13:00:52 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
jag
2020-03-24 14:54:02 UTC
*** Bug 1837866 has been marked as a duplicate of this bug. *** Verified! ------------------ As per discussion with DEV, the bug verification has been superseded by https://bugzilla.redhat.com/show_bug.cgi?id=1833031. And the bug is already marked Verified hence changing the state to Verified! Still I have retested it today and there is no change in Verification comment of that bug as : ``` Receptor installed and configured successfully through Configure Cloud Connector job template. # grep foreman-rake /usr/share/ansible/roles/project-receptor.satellite_receptor_installer/tasks/main.yml command: foreman-rake katello:receptor:extract_orgs OUTPUT_FILE={{ tempfile.path }} # time foreman-rake katello:receptor:extract_orgs OUTPUT_FILE=/tmp/testfile Wrote results to /tmp/testfile. Please delete it when finished. real 0m35.491s user 0m30.005s sys 0m4.220s # cat /tmp/testfile [output omitted but contains account ID and key] # cat /etc/receptor/*/receptor.conf | grep client_key client_key=/etc/receptor/rh_<account_id>/key.pem # cat /etc/receptor/rh_<account_id>/key.pem -----BEGIN RSA PRIVATE KEY----- [...] ``` 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 (Important: Satellite 6.8 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-2020:4366 |