foreman
foreman copied to clipboard
an application that automates the lifecycle of servers
During importing a host from the compute resources, the network was being displayed incorrectly In the host/edit in the interfaces tab, under the column Type, This PR fixes 2 things:...
[Redmine issue and reproducer](https://projects.theforeman.org/issues/37718) This PR fixes a bug in the [BuildModal](https://github.com/theforeman/foreman/blob/develop/webpack/assets/javascripts/react_app/components/HostDetails/ActionsBar/BuildModal.js) component. The issue was that an error message was not copyable from the tree-view. This is fixed here...
* Prevent rhn-client-tools from obsoleting subscription-manager by adding `--setopt=exclude=rhn-client-tools` during an upgrade * Ensure subscription-manager upgrades correctly without being replaced by rhn-client-tools
Needs https://github.com/theforeman/foreman-js/pull/481 & to remove pf5 from package.json Will need plugin updates as well.
Without the interface being created within Foreman, global registration with a REX interface selected failes on Katello instaces due to the interface not existing within Foreman. Operatingsystem ID is now...
Sending 'built' notification from host should use system's http-proxy, if host-parameter `http-proxy`has been set.
Based on discussion: https://github.com/theforeman/foreman/pull/10068/files/5dc13229ccc9e02791121f055b7a7b7d4a14918e#r1699753281 Extracted complex condition into separate methods and handle the TODO comment related to jumpstart logic.
This PR fix the sudoers.d/user_name configuration to allow the user to run playbooks with others users than root, for example: ```ansible - name: Simple playbook demonstrating become and become_user hosts:...
replaces jquery.cookie with js-cookie, as jquery.cookie has moved to js-cookie
- Bump version of ldap_fluff to the next version - Add netiq to LDAP auth-sources This PR is a consequence of [Bump version to 0.7.0 #80](https://github.com/theforeman/ldap_fluff/pull/80) and [Add NetIQ ldap-flavour...