feat: started to prepare inventory / topoplogy for NCD #1

Merged
johnride merged 17 commits from feat/settingUpNDC into master 2025-05-06 16:38:41 +00:00
Showing only changes of commit 941c9bc0b0 - Show all commits

View File

@ -33,7 +33,7 @@ impl OKDDhcpScore {
host_binding,
next_server: Some(topology.router.get_gateway()),
boot_filename: None,
filenameipxe: Some(format!("{}:8080/boot.ipxe", topology.router.get_gateway())),
filenameipxe: Some(format!("http://{}:8080/boot.ipxe", topology.router.get_gateway())),
filename: Some("undionly.kpxe".to_string()),
filename64: Some("ipxe.efi".to_string()),
},