Ryan Thomson

Results 8 comments of Ryan Thomson

Here's an example `netbox.yml` configuration using names, slugs and labels: ``` netbox: main: api_url: 'https://localhost/api/virtualization/virtual-machines/' api_token: '1234567890' group_by: names: - cluster slugs: - platform custom: - ansible_groups hosts_vars: ip: netbox_primary_ip:...

It's not well tested or PR quality yet, but this small change to `netbox.py` implements grouping by tag: ``` diff --git a/netbox.py b/netbox.py index e7fea3f..962a98a 100755 --- a/netbox.py +++ b/netbox.py...

This PR implements more-or-less what you're asking about: https://github.com/AAbouZaid/netbox-as-ansible-inventory/pull/23 It's perhaps not the most ideal solution since it requires the `netbox.yml` author to know which keys have what name in...

I can confirm this issue on Dell hardware (R640). I can boot the node by supplying `assetkey=$(asset}` as a parameter to the HTTP URL for fetching the iPXE config during...

I've just started looking into provisioning Debian bookworm (12) hosts with warewulf 4. Got a simple Debian VM booting using warewulf 4.4.0 so far. Next test is building and running...

I have successfully tested warewulf 4.4.1 on Debian bookworm, for both server (`warewulfd`, `isc-dhcp-server`, `atftpd`, `nfs-server`) and client (`wwclient`). The server install requires a couple very minor tweaks that are...

Unfortunately, I do not have any experience with Debian packaging but I would be willing to look into packaging warewulf debs (and maintaining Debian images in the https://github.com/hpcng/warewulf-node-images repo) *if...

@mmarkoc I'm not sure if this is your issue but by default, `atftpd` uses `/srv/tftp` as the directory to serve up whereas the default warewulf location, and RHEL equivalent, is...