Project

General

Profile

Activity

From 07/28/2021 to 08/26/2021

08/26/2021

06:37 PM Revision 9e4d03cb (installer): Remove Apache as Puppet server environment owner
This was needed when Pulp 2 (which ran as Apache) deployed environments.
Now it no longer matters and it's up to the ...
Ewoud Kohl van Wijngaarden
06:37 PM Revision 29dd2f11 (installer): Remove defaults for parameters that have been removed
Ewoud Kohl van Wijngaarden

08/25/2021

02:00 PM Revision 4c129efe (installer): Refs #33277: Unset foreman_service_puma_workers and foreman_service_puma_threads_max if set to default value
This resets the foreman_server_puma_workers value to pick up the
newest default which is undef. The change from https...
Eric Helms

08/24/2021

07:19 PM Feature #33337 (Ready For Testing): For Katello scenario, do not deploy Puppet by default
The Foreman Bot
07:09 PM Feature #33337 (Closed): For Katello scenario, do not deploy Puppet by default
Eric Helms
06:56 PM Revision d5c3c9f0 (puppet-foreman): Release 18.2.0
Eric Helms
06:08 PM Bug #33320 (Closed): Refer to FQDN instead of "Foreman server" in SmartProxy registration error messages
Applied in changeset commit:puppet-foreman|125af72bc80e5edb680b5cfef201f2a3e67146e2. William Clark
05:46 PM Revision 125af72b (puppet-foreman): Fixes #33320 - Refer to FQDN instead of "Foreman server" in SmartProxy registration error messages
William Clark
01:01 PM Bug #33277 (Closed): Change Puma defaults to match recommendations from Puma documentation
Applied in changeset commit:puppet-foreman|533c1f3be8069139d7375841019afeb7c1102830. Eric Helms
12:29 PM Revision 533c1f3b (puppet-foreman): Fixes #33277: Change Puma default workers to 1.5 * CPU, max threads to 5
The Puma documentation recommends for CRuby based installations to
start with number of CPUs times 1.5 for workers an...
Eric Helms

08/23/2021

04:06 PM Revision 9fb92616 (puppet-candlepin): Release 12.0.1
Eric Helms
03:08 PM Bug #33321 (Closed): Candlepin.conf refers to incorrect job schedule options
Applied in changeset commit:puppet-candlepin|8e4a5aabc7dc2ae1966181e807a924260c2f374f. Jonathon Turel
02:30 PM Bug #33321 (Ready For Testing): Candlepin.conf refers to incorrect job schedule options
The Foreman Bot
02:26 PM Bug #33321 (Closed): Candlepin.conf refers to incorrect job schedule options
Jonathon Turel
02:54 PM Revision 8e4a5aab (puppet-candlepin): Fixes #33321 - Update job scheduling config options for correctness
Jonathon Turel
02:42 PM Bug #33320 (Ready For Testing): Refer to FQDN instead of "Foreman server" in SmartProxy registration error messages
The Foreman Bot
01:43 PM Bug #33320 (Closed): Refer to FQDN instead of "Foreman server" in SmartProxy registration error messages
Foreman server is somewhat ambiguous as it can be branded differently in downstream builds or the user could have mul... William Clark
01:47 PM Revision 1f3bab3b (puppet-dhcp): Drop EL6 support
Ewoud Kohl van Wijngaarden
01:09 PM Bug #31396 (Rejected): Foreman::Rake returned 1 instead of one of [0]
Ewoud Kohl van Wijngaarden
01:04 PM Bug #32323: Warning: postgresql.service changed on disk. Run 'systemctl daemon-reload' to reload units.
See https://bugzilla.redhat.com/show_bug.cgi?id=1964394#c3 for a more detailed analysis. Ewoud Kohl van Wijngaarden

08/19/2021

07:04 PM Bug #33312 (Ready For Testing): Tuning profiles are missing defaults for Puma workers and threads
The Foreman Bot
06:35 PM Bug #33312 (Ready For Testing): Tuning profiles are missing defaults for Puma workers and threads
Eric Helms

08/18/2021

05:37 PM Revision d5495b6b (puppet-dhcp): Drop Debian 8 support and update default template
The primary motivation was to update the /etc/default-isc-dhcp-server
file to the new template introduced in Debian 9...
Ewoud Kohl van Wijngaarden
05:37 PM Revision 8ab95bcd (puppet-dhcp): Ensure systemd drop-in happens before service
By using notify_service we ensure that the drop-in exists before the
service is started and restarted if it changes.
Ewoud Kohl van Wijngaarden

08/17/2021

08:54 PM Bug #33277 (Ready For Testing): Change Puma defaults to match recommendations from Puma documentation
The Foreman Bot
08:54 PM Bug #33277 (Closed): Change Puma defaults to match recommendations from Puma documentation
Eric Helms

08/16/2021

05:42 PM Revision 37a6e9ea (puppet-foreman_proxy_content): Move more parameters from params.pp to init.pp
In baa0e9ceae72f3cf14c354a2d1a05991ddd868a5 another parameter was added
to params.pp, but booleans are fine to keep i...
Ewoud Kohl van Wijngaarden
05:40 PM Revision 198ca340 (puppet-foreman_proxy_content): Revert "Refs #32338 - Move content array param to params.pp"
This reverts commit ba98d069944c31d07290d028b9f0ce722dc53592. The Kafo
bug has been resolved and this workaround is n...
Ewoud Kohl van Wijngaarden

08/12/2021

08:08 PM Bug #33233 (Closed): Foreman client certificates should be used to set up qpid queues
Applied in changeset commit:puppet-katello|634606abad7140bcb4039ed54504b2d8b2df86ab. Eric Helms
07:42 PM Revision 634606ab (puppet-katello): Fixes #33233: Use Foreman client certificates to setup qpid queues
Katello uses the Foreman client certificates to talk to Qpid when
katello-agent support is enabled, the same should b...
Eric Helms

08/11/2021

05:52 PM Revision dcd015ce (installer): Refs #33214: Reset puma min threads to default from puppet module
If the default value for foreman_service_puma_threads_min is found,
which is zero, this deletes that value from the a...
Eric Helms

08/10/2021

11:08 PM Bug #33214 (Closed): potential memory leak in puma
Applied in changeset commit:puppet-foreman|172a16d0a0556b26c2c764f7339f292447cf62f2. Eric Helms
10:19 PM Revision 172a16d0 (puppet-foreman): Fixes #33214: Set minimum Puma threads equal to maximum puma threads by default
This has been shown to prevent memory leaks that can appear in Foreman
when running under Puma. This only changes the...
Eric Helms
12:29 PM Bug #33233 (Ready For Testing): Foreman client certificates should be used to set up qpid queues
The Foreman Bot
12:29 PM Bug #33233 (Closed): Foreman client certificates should be used to set up qpid queues
Eric Helms

08/06/2021

05:28 PM Feature #32659: Support Puppet 7
This explicitly had no category set. It's really changes all over the place. Literally all 3 categories. Ewoud Kohl van Wijngaarden
04:39 PM Feature #32968: It is not easy to increase the log level of the Pulp 3 backend
The installer side was cherry picked to 2.5.2, I'm not sure if the hammer side was. However, this is the installer ch... Ewoud Kohl van Wijngaarden
09:14 AM Revision fe6f99bc (installer): Bump version to 3.1.0-develop
Amit Upadhye

08/04/2021

11:36 PM Bug #33214 (Ready For Testing): potential memory leak in puma
The Foreman Bot
09:27 PM Bug #33214 (Closed): potential memory leak in puma
Eric Helms
04:30 PM Revision 24ca255b (puppet-foreman): Release 18.1.0
Ewoud Kohl van Wijngaarden
04:09 PM Feature #33210 (New): Generate a db encryption key when installing pulp
Starting in pulpcore 3.15, certain fields will be encrypted in the database:
https://pulp.plan.io/issues/8192
P...
David Davis
10:59 AM Revision 0e509db2 (installer): Drop cdn_ssl_version hook
This data migration was introducedin Foreman 2.2, and is no longer
needed. There are no paths that would migrate dire...
Eric Helms

08/03/2021

07:24 PM Revision 7b315255 (puppet-certs): Allow passing string for hostname to certs::qpid_router::client
Eric Helms
05:10 PM Revision 84bb1a95 (installer): Add webhooks CLI plugin
Oleh Fedorenko
05:10 PM Revision 838dd53a (installer): Add hammer-cli-foreman-puppet
Amir Fefer
03:59 PM Revision 9b2fcc6e (puppet-foreman): Add hammer plugin for foreman_puppet
Amir Fefer
02:04 PM Revision 51a84139 (puppet-certs): Add types for parameters for all classes
Eric Helms
01:36 PM Revision 76670fdd (installer): Add a migration for foreman_proxy's httpboot
The httpboot option changed[1] from Optional[Boolean] to Boolean. That
requires a migration if the value was undef.
...
Ewoud Kohl van Wijngaarden
01:35 PM Revision 54e9fb28 (puppet-tftp): Fix beaker task
In puppetlabs_spec_helper 4.x the beaker task was removed. This loads it from voxpupuli-aceptance. Ewoud Kohl van Wijngaarden
01:35 PM Revision 1609da97 (puppet-qpid): Fix beaker task
In puppetlabs_spec_helper 4.x the beaker task was removed. This loads it from voxpupuli-aceptance. Ewoud Kohl van Wijngaarden
01:35 PM Revision 617e15a8 (puppet-puppetserver_foreman): Fix beaker task
In puppetlabs_spec_helper 4.x the beaker task was removed. This loads it from voxpupuli-aceptance. Ewoud Kohl van Wijngaarden
01:35 PM Revision 7534cbe6 (puppet-puppet): Fix beaker task
In puppetlabs_spec_helper 4.x the beaker task was removed. This loads it from voxpupuli-aceptance. Ewoud Kohl van Wijngaarden
01:35 PM Revision 13c10a32 (puppet-pulpcore): Fix beaker task
In puppetlabs_spec_helper 4.x the beaker task was removed. This loads it from voxpupuli-aceptance. Ewoud Kohl van Wijngaarden
01:35 PM Revision 83100a0f (puppet-katello): Fix beaker task
In puppetlabs_spec_helper 4.x the beaker task was removed. This loads it from voxpupuli-aceptance. Ewoud Kohl van Wijngaarden
01:35 PM Revision dd4c9ba6 (puppet-git): Fix beaker task
In puppetlabs_spec_helper 4.x the beaker task was removed. This loads it from voxpupuli-aceptance. Ewoud Kohl van Wijngaarden
01:34 PM Revision c5d79ef7 (puppet-foreman_proxy_content): Fix beaker task
In puppetlabs_spec_helper 4.x the beaker task was removed. This loads it from voxpupuli-aceptance. Ewoud Kohl van Wijngaarden
01:34 PM Revision f8708aea (puppet-foreman_proxy): Fix beaker task
In puppetlabs_spec_helper 4.x the beaker task was removed. This loads it from voxpupuli-aceptance. Ewoud Kohl van Wijngaarden
01:34 PM Revision becbd354 (puppet-foreman): Fix beaker task
In puppetlabs_spec_helper 4.x the beaker task was removed. This loads it from voxpupuli-aceptance. Ewoud Kohl van Wijngaarden
01:34 PM Revision e2cfa2d0 (puppet-dns): Fix beaker task
In puppetlabs_spec_helper 4.x the beaker task was removed. This loads it from voxpupuli-aceptance. Ewoud Kohl van Wijngaarden
01:34 PM Revision 5d3c0967 (puppet-dhcp): Fix beaker task
In puppetlabs_spec_helper 4.x the beaker task was removed. This loads it from voxpupuli-aceptance. Ewoud Kohl van Wijngaarden
01:34 PM Revision 56b7dca9 (puppet-certs): Fix beaker task
In puppetlabs_spec_helper 4.x the beaker task was removed. This loads it from voxpupuli-aceptance. Ewoud Kohl van Wijngaarden
01:34 PM Revision 27a0f4d4 (puppet-candlepin): Fix beaker task
In puppetlabs_spec_helper 4.x the beaker task was removed. This loads it
from voxpupuli-aceptance. puppetlabs_spec_he...
Ewoud Kohl van Wijngaarden
10:41 AM Revision 82a4e9ec (installer): Refs #33191 - Use symbols for facts
In 567172b6411ed9d0731614fd29455e8b7877ccd0 facts were incorrectly using
strings while it should use symbols.
It als...
Ewoud Kohl van Wijngaarden

08/02/2021

04:37 PM Bug #27165 (Resolved): foreman-installer --scenario katello does not recognise option --foreman-proxy-plugin-dhcp-remote-isc-dhcp-config
Fixed in #27168 (Foreman 1.23) Ewoud Kohl van Wijngaarden
04:08 PM Feature #33170 (Duplicate): Additional Tftp Support For Rocky
Resolved in #32710. Ewoud Kohl van Wijngaarden
04:08 PM Feature #33191 (Closed): Support automatic reinstallation of puppet-agent-oauth on Debian
Applied in changeset commit:installer|567172b6411ed9d0731614fd29455e8b7877ccd0. Ewoud Kohl van Wijngaarden
04:05 PM Feature #32710 (Closed): Tftp support for Rocky Linux and AlmaLinux
Ewoud Kohl van Wijngaarden
03:28 PM Revision 567172b6 (installer): Fixes #33191 - Debian puppet-agent-oauth reinstall support
This has been supported for a while on RPM-based distros. This adds it
on Debian.
It also changes it to log an error...
Ewoud Kohl van Wijngaarden
03:22 PM Revision ae455be5 (puppet-foreman): Add hammer plugin for foreman_webhooks
Oleh Fedorenko

07/30/2021

02:03 PM Revision adde36b1 (installer): Add ACD plugin
* foreman ACD plugin
* smart proxy ACD plugin
Bernhard Suttner
12:59 PM Feature #33191 (Ready For Testing): Support automatic reinstallation of puppet-agent-oauth on Debian
The Foreman Bot
12:51 PM Feature #33191 (Closed): Support automatic reinstallation of puppet-agent-oauth on Debian
Since #29097 foreman-installer has automatically reinstalled puppet-agent-oauth on RPMs. This is needed when the Ruby... Ewoud Kohl van Wijngaarden
11:08 AM Feature #32659 (Closed): Support Puppet 7
Applied in changeset commit:installer|4de3cadfb12ecc7bfb24ec388428aa3b3674dbe1. Ewoud Kohl van Wijngaarden

07/28/2021

04:08 PM Bug #33162 (Closed): Roles imported from a collection installed to /etc/ansible/collections are not found when run on hosts
Applied in changeset commit:puppet-foreman_proxy|012d533ce0112f0ab974affb795998031f34763d. Ondřej Pražák
11:38 AM Bug #33162 (Ready For Testing): Roles imported from a collection installed to /etc/ansible/collections are not found when run on hosts
The Foreman Bot
11:26 AM Bug #33162 (Closed): Roles imported from a collection installed to /etc/ansible/collections are not found when run on hosts
*Description of problem:*
If an Ansible collection is installed on Foreman to /etc/ansible/collections, the roles fr...
Ondřej Pražák
03:58 PM Revision 012d533c (puppet-foreman_proxy): Fixes #33162 - Set value for Ansible collections_paths
Ondřej Pražák
03:58 PM Feature #33170 (Duplicate): Additional Tftp Support For Rocky
We need similar code added for Rocky Linux like that added for AlamaLinux
https://github.com/theforeman/puppet-fo...
Matthew Smith
02:10 PM Revision 169f5f51 (installer): Use Puppet 7 by default
Ewoud Kohl van Wijngaarden
02:10 PM Revision 4de3cadf (installer): Fixes #32659 - Support Puppet 7
Ewoud Kohl van Wijngaarden
02:09 PM Revision 51d21833 (installer): Puppet 7 compatible version of puppetlabs/xinetd
This is unreleased, but we need this for a correct metadata. There are
no other (code) changes compared to 3.3.0
Ewoud Kohl van Wijngaarden
02:07 PM Revision b21826e2 (installer): Use a released version of puppetlabs/postgresql again
This version is Puppet 7 compatible. We no longer care about Puppet 5 so
that's no longer a concern.
Ewoud Kohl van Wijngaarden
 

Also available in: Atom