Bug 1833031

Summary: Improve RH account ID fetching in cloud connector playbook
Product: Red Hat Satellite Reporter: Adam Ruzicka <aruzicka>
Component: RH Cloud - Cloud ConnectorAssignee: satellite6-bugs <satellite6-bugs>
Status: CLOSED ERRATA QA Contact: Lukáš Hellebrandt <lhellebr>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.7.0CC: aruzicka, sokeeffe
Target Milestone: 6.8.0Keywords: Triaged
Target Release: Unused   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: ansiblerole-satellite-receptor-installer-0.6.7 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-10-27 13:02:12 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 Adam Ruzicka 2020-05-07 17:08:48 UTC
Description of problem:
Currently RH accound ID is obtained from one of entries from  Satellite's/Katello's subscriptions API.

Actual results:
RH account ID is obtained from subscriptions api which feels like a hack.

Expected results:
BZ1801871 should expose RH account ID as an attribute of an Owner, the playbook should use this API instead.

Comment 6 Lukáš Hellebrandt 2020-07-17 13:37:32 UTC
Verified with Sat 6.8 snap 8.0.

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-----
[...]

Comment 9 errata-xmlrpc 2020-10-27 13:02:12 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 (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