Ewoud Kohl van Wijngaarden
Ewoud Kohl van Wijngaarden
In Azure it is possible to see the same interface share the same MAC address. Foreman wants to identify an interface by its MAC address, and doesn't handle it. This...
Unmanaged hosts do not have provisioning so the cards shouldn't be shown. In addition to this it also moves away from using the hostname in the API URL and instead...
This generates a reference that can be placed on the website. Today that's [3.5.2_configuration_options.md](https://github.com/theforeman/theforeman.org/blob/gh-pages/_includes/manuals/nightly/3.5.2_configuration_options.md). Right now this isn't suitable for production use since some settings have a better description on...
Our use case comes from our custom integration with DirectAdmin. Normally DirectAdmin works with bind zone files and uses bind to serve those. We have hooked into this to serve...
I'm forwarding this issue from https://bugzilla.redhat.com/show_bug.cgi?id=2132774. The environment is that Mosquitto 2.0.14 is started via systemd on RHEL8. It's observed that at most 1015 connections are accepted by default, but...
# Summary The RSpec/ReceiveNever cop says: > Prefer `not_to receive(...)` over `receive(...).never` When running rspec it says: > `allow(...).not_to receive` is not supported since it doesn't really make sense. What...
Follow up on https://github.com/theforeman/forklift/pull/1605. Ruby 2.5 was chosen because EL8 ships Ruby 2.5 by default.
This allows forcing HTTP 1.1 per [official suggestion](https://github.com/jenkins-infra/helpdesk/issues/3078#issuecomment-1198084336), since HTTP 2 regularly fails when downloading.
#### What are the changes introduced in this pull request? It drops the Pulp 2 Smart Proxy status extensions. #### Considerations taken when implementing this change? These were likely not...
This defines a very minimal nginx class that is just enough to make the os-independent tests pass: Prior to this patch: Finished in 15.21 seconds (files took 7.58 seconds to...