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.
DescriptionStephen Wadeley
2022-04-14 08:19:04 UTC
Description of problem:
When running bootstrap.py to register a Content Host to a Satellite that does not have puppet enabled it fails
Version-Release number of selected component (if applicable):
6.11 snap 15
~]# rpm -q satellite
satellite-6.11.0-0.8.beta.el7sat.noarch
~]# rpm -q katello-client-bootstrap
katello-client-bootstrap-1.7.8-1.el7sat.noarch
~]#
How reproducible:
every time
Steps to Reproduce:
1. Install Sat6.11 but do not enable puppet
~]# satellite-installer --help | grep -i enable-puppet
--[no-]enable-puppet Enable 'puppet' puppet module (default: false)
2. Sync RHEL7 repo, create AK for RHEL7, create HG with necessary settings
3. run boot strap on Content Host
Actual results:
[SUCCESS], [2022-04-13 14:27:07], [/usr/bin/yum -y remove puppet-agent], completed successfully.
[NOTIFICATION], [2022-04-13 14:27:07], [/var/lib/puppet/ does not exist - not removing]
[NOTIFICATION], [2022-04-13 14:27:07], [/opt/puppetlabs/puppet/cache does not exist - not removing]
[NOTIFICATION], [2022-04-13 14:27:07], [/etc/puppetlabs/puppet/ssl does not exist - not removing]
Traceback (most recent call last):
File "bootstrap.py", line 1573, in <module>
install_puppet_agent()
File "bootstrap.py", line 548, in install_puppet_agent
puppet_env = return_puppetenv_for_hg(return_matching_foreman_key('hostgroups', 'title="%s"' % options.hostgroup, 'id', False))
File "bootstrap.py", line 860, in return_puppetenv_for_hg
if hostgroup['environment_name']:
KeyError: 'environment_name'
Expected results:
registration succeeds
Additional info:
Found while testing Bug 2064707 - bootstrap.py can't reach the API via the capsule
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.11 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-2022:5498
Description of problem: When running bootstrap.py to register a Content Host to a Satellite that does not have puppet enabled it fails Version-Release number of selected component (if applicable): 6.11 snap 15 ~]# rpm -q satellite satellite-6.11.0-0.8.beta.el7sat.noarch ~]# rpm -q katello-client-bootstrap katello-client-bootstrap-1.7.8-1.el7sat.noarch ~]# How reproducible: every time Steps to Reproduce: 1. Install Sat6.11 but do not enable puppet ~]# satellite-installer --help | grep -i enable-puppet --[no-]enable-puppet Enable 'puppet' puppet module (default: false) 2. Sync RHEL7 repo, create AK for RHEL7, create HG with necessary settings 3. run boot strap on Content Host Actual results: [SUCCESS], [2022-04-13 14:27:07], [/usr/bin/yum -y remove puppet-agent], completed successfully. [NOTIFICATION], [2022-04-13 14:27:07], [/var/lib/puppet/ does not exist - not removing] [NOTIFICATION], [2022-04-13 14:27:07], [/opt/puppetlabs/puppet/cache does not exist - not removing] [NOTIFICATION], [2022-04-13 14:27:07], [/etc/puppetlabs/puppet/ssl does not exist - not removing] Traceback (most recent call last): File "bootstrap.py", line 1573, in <module> install_puppet_agent() File "bootstrap.py", line 548, in install_puppet_agent puppet_env = return_puppetenv_for_hg(return_matching_foreman_key('hostgroups', 'title="%s"' % options.hostgroup, 'id', False)) File "bootstrap.py", line 860, in return_puppetenv_for_hg if hostgroup['environment_name']: KeyError: 'environment_name' Expected results: registration succeeds Additional info: Found while testing Bug 2064707 - bootstrap.py can't reach the API via the capsule