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 2075434 - bootstrap.py fails if puppet is not enabled in Satellite
Summary: bootstrap.py fails if puppet is not enabled in Satellite
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Bootstrap
Version: 6.11.0
Hardware: Unspecified
OS: Unspecified
high
medium
Target Milestone: 6.11.0
Assignee: Evgeni Golov
QA Contact: Stephen Wadeley
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-04-14 08:19 UTC by Stephen Wadeley
Modified: 2022-07-05 14:35 UTC (History)
3 users (show)

Fixed In Version: katello-client-bootstrap-1.7.9
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-07-05 14:35:13 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github Katello katello-client-bootstrap pull 364 0 None open better handle setups without Puppet 2022-04-14 14:04:38 UTC
Red Hat Product Errata RHSA-2022:5498 0 None None None 2022-07-05 14:35:34 UTC

Description Stephen 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

Comment 12 errata-xmlrpc 2022-07-05 14:35:13 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.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


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