feat: OKD bootstrap automation pretty much complete with a few prompt for manual steps
Some checks failed
Run Check Script / check (pull_request) Failing after 1m12s

This commit is contained in:
2025-09-03 00:00:35 -04:00
parent 6f746d4c88
commit f1209b3823
14 changed files with 174 additions and 80 deletions

View File

@@ -54,7 +54,7 @@ pub async fn get_topology() -> HAClusterTopology {
name: "master".to_string(),
}],
bootstrap_host: LogicalHost {
ip: ip!("192.168.1.20"),
ip: ip!("192.168.1.10"),
name: "bootstrap".to_string(),
},
workers: vec![],