Bastian Schmidt

Results 12 issues of Bastian Schmidt

The Ubuntu Autoinstall deployment mechanism requires not only the extracted boot files (vmlinuz, initrd), but also the ISO image itself. At the moment, Foreman requires a path to the extracted...

Not yet reviewed
Needs testing
Templates

The Ubuntu Autoinstall cloud-init provisioning template relies on a network identifier name for its network setup. Currently, the default name `ens160` is used (if none is given explicitly). Unfortunately, we...

Needs testing
Templates

* Add `options` variable to the `APPEND` statement (make actually use of the options) * Enable flexible network configuration (switch between DHCP and static IP) * Make BOOTIF default for...

Not yet reviewed
Needs testing
Templates

Several host params exist to make the host creation more configurable ('keyboard' to set the layout, 'lang' to set the locale). The Ubuntu Autoinstall cloud-init template does not take any...

Not yet reviewed
Needs testing
Templates

As mentioned in the ticket, the latest version of Ubuntu Autoinstall introduces some changes. Therefore, the following adaptions are made: * Add explicit fallback for offline installation * Replace deprecated...

Templates

The changes in #9967 introduce the save navigation operator. Unfortunately, the corresponding [snippet](https://github.com/theforeman/foreman/blob/e87de8d1a30aeba3da6d0cb2518d94aa450db55e/app/views/unattended/provisioning_templates/snippet/preseed_netplan_generic_interface.erb#L18) relies on the passed arguments being `true`/`false` instead of `nil`. @ekohl should we add a safety check...

Not yet reviewed
Templates

Allow plugins to add pagelets for the users/usergroups edit page. I'm currently working on a plugin that is about to add an attribute to the users/usergroups model and such attribute...

Not yet reviewed

As reported by @NerdyProjects in https://github.com/falkenber9/falcon/issues/8, changes in GLib result in the following build error: ``` src/falcon-1.3.0/lib/include/falcon/meas/probe_modem.h:24:1: note: ‘extern "C"’ linkage started here 24 | extern "C" { | ^~~~~~~~~~...

With my setup, the core temperature could not be read correctly which leads to `NA` as CPU temperature. I found [this](https://github.com/KrispyCamel4u/SysMonTask/issues/22) discussion of yours and tried to print my temperature...

Refer to [Smart Proxy PR](https://github.com/theforeman/smart-proxy/pull/837). Adds dependency `isoinfo` which is used to extract images.

Needs re-review
RPM