feat: OKD Installation now generates ignition files, copies them over, also uploads scos images
Some checks failed
Run Check Script / check (pull_request) Failing after 30s

This commit is contained in:
2025-09-02 20:48:48 -04:00
parent 75f27a2b85
commit 6f746d4c88
29 changed files with 347 additions and 33 deletions

View File

@@ -51,7 +51,7 @@ pub async fn get_topology() -> HAClusterTopology {
dns_server: opnsense.clone(),
control_plane: vec![LogicalHost {
ip: ip!("192.168.1.20"),
name: "cp0".to_string(),
name: "master".to_string(),
}],
bootstrap_host: LogicalHost {
ip: ip!("192.168.1.20"),