Merge branch 'master' into feat/settingUpNDC

This commit is contained in:
2025-05-06 11:58:12 -04:00
103 changed files with 8763 additions and 946 deletions

View File

@@ -19,7 +19,6 @@ use harmony::{
},
tftp::TftpScore,
},
score::Score,
topology::{LogicalHost, UnmanagedRouter, Url},
};
use harmony_macros::{ip, mac_address};
@@ -131,7 +130,7 @@ async fn main() {
"./data/watchguard/pxe-http-files".to_string(),
));
let ipxe_score = IpxeScore::new();
let mut maestro = Maestro::new(inventory, topology);
let mut maestro = Maestro::initialize(inventory, topology).await.unwrap();
maestro.register_all(vec![
Box::new(dns_score),
Box::new(bootstrap_dhcp_score),