Benoît Leveugle

Results 25 issues of Benoît Leveugle

ncurse bundel sources are now based on v6, but links still refers to 5, so end broken. Also, depending on platform used, sometime I found that /usr/lib was instead /usr/lib64,...

Hi, I am using the ipmi_exporter (works like a charm !) on some huge systems, and sometime when a range of nodes are down (including BMC), I can face thousands...

breaking change
exploration
2.0

- [ ] Merge all inventory global settings into a single commented file with prefixed bb_ variables - [ ] #705 , BlueBanquise should be usable as a stack or...

From SW As dhcp_server role requires python package netaddr, it should ensure the package is installed. On Rocky 8.5 and Ubuntu 20.04, the package is named `python3-netaddr`. The pip package...

Need to document how to git the inventory + playbooks + custom, and link it to a gitea or something else.

documentation
enhancement

Auto detect EFI in autoinstalls to avoid using `ep_ipxe_platform` ## Context Autoinstall files need `ep_ipxe_platform`, while a simple ``` #!/bin/bash [ -d /sys/firmware/efi ] && echo UEFI || echo BIOS...

enhancement

Each role should have all possible variables set in default, and allows precedence mechanism with global one when relevant. Example: `domain_name` variable is global, and can be used in `set_hostname`...

enhancement

pxe_stack role would make great benefit of xmllint validation for autoyast files. Echk if exist and install it as requirement, and possibly provides a copy of /usr/share/YaST2/schema/autoyast/rng/profile.rng from SLES/OpenSUSE.

bug

Repositories cannot be named for example os_updates or os_fix or whatever. Any repositories starting with regex "os.*" will prevent magic os repository to spawn. ## Context ![image](https://user-images.githubusercontent.com/15154435/151525700-7cc93ff7-df50-4ec9-8830-0f03184b4347.png) ## Process Simply...

bug