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.