Compare commits

..

1 Commits

Author SHA1 Message Date
b118eb57e6 wip: OKD Installation automation layed out. Next step : review this after some sleep and fill in the (many) blanks with actual implementations.
Some checks failed
Run Check Script / check (pull_request) Failing after 22s
2025-08-18 22:29:46 -04:00
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ use serde::{Deserialize, Serialize};
use crate::{
data::Version,
instrumentation::{HarmonyEvent, instrument},
instrumentation::{instrument, HarmonyEvent},
interpret::{Interpret, InterpretError, InterpretName, InterpretStatus, Outcome},
inventory::Inventory,
score::Score,

View File

@ -2,6 +2,6 @@ pub mod bootstrap_dhcp;
pub mod bootstrap_load_balancer;
pub mod dhcp;
pub mod dns;
pub mod installation;
pub mod load_balancer;
pub mod upgrade;
pub mod installation;