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
Some checks failed
Run Check Script / check (pull_request) Failing after 1m12s
This commit is contained in:
@@ -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![],
|
||||
|
||||
Reference in New Issue
Block a user