gpu: add group_vars and dhcp config

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2026-03-05 15:04:11 -08:00
commit 0b00ad11d3
2 changed files with 22 additions and 0 deletions

13
inventory/group_vars/gpu Normal file
View file

@ -0,0 +1,13 @@
---
primary_auth_source: ipa
freezes: false
ipa_client_shell_groups:
- sysadmin-gpu
ipa_client_sudo_groups:
- sysadmin-gpu
ipa_host_group: gpu
ipa_host_group_desc: gpu servers
notes: |
gpu machine for testing fedora with gpus

View file

@ -1686,3 +1686,12 @@ host retrace03.rdu3.fedoraproject.org {
option subnet-mask 255.255.255.0;
option host-name "retrace03.rdu3.fedoraproject.org";
}
host gpu01.rdu3.fedoraproject.org {
hardware ethernet 30:3e:a7:2a:65:28;
fixed-address 10.16.179.35;
next-server 10.16.163.10;
option routers 10.16.179.254;
option subnet-mask 255.255.255.0;
option host-name "gpu01.rdu3.fedoraproject.org";
}