foreman
foreman copied to clipboard
an application that automates the lifecycle of servers
… template correctly (cherry picked from commit d69b7e35ffcc3c158ffa0054097a275eecfcc555) CC @ekohl
Depends on https://github.com/theforeman/foreman/pull/10345 https://github.com/theforeman/foreman/pull/10239 "Fixes #37904 - move css from vendor to foreman " Does not bread plugins, but this pr does: Some plugins have `"peerDependencies": "@theforeman/vendor"` or assume `theforeman/vendor`...
One of the steps for removing foreman-js vendor is moving the css into foreman. (https://github.com/theforeman/foreman/pull/10342). This PR is not a breaking change, removing theforeman/vendor will be a breaking change. I...
Moving it into foreman from foreman-js. I saw it being used in some plugins and I think it can be removed from them, if they run `npm test` and webpack...
- `broker` is an array of mqtt servers used by 0.2 - `server` is an array of mqtt servers used by 0.4 - `data-host` needs to be set to an...
Dependent on: * https://github.com/theforeman/foreman/pull/10321
Link to the corresponding issue: https://projects.theforeman.org/issues/37857 This fixes some bugs that I found in the clevis/tang that was added via https://github.com/theforeman/foreman/pull/9887 It should overall increase the usefulness of this feature...
Requires: * https://github.com/fog/fog-libvirt/pull/155 This PR includes two commits: 1. Add firmware selection option for Libvirt VM creation. 2. Introduce a new firmware type for Secure Boot support. When creating a...