feat(okd installation): Process works nicely all the way up to setting the bootstrap host binding in opnsense automatically! Next step : generate the mac address boot file for bootstrap host, install ignition files and the cluster will booooooooot
Some checks failed
Run Check Script / check (pull_request) Failing after 33s

This commit is contained in:
2025-09-02 00:39:52 -04:00
parent f6e665f990
commit a353249eec
7 changed files with 78 additions and 16 deletions

View File

@@ -50,12 +50,12 @@ pub async fn get_topology() -> HAClusterTopology {
dhcp_server: opnsense.clone(),
dns_server: opnsense.clone(),
control_plane: vec![LogicalHost {
ip: ip!("10.100.8.20"),
ip: ip!("192.168.1.20"),
name: "cp0".to_string(),
}],
bootstrap_host: LogicalHost {
ip: ip!("10.100.8.20"),
name: "cp0".to_string(),
ip: ip!("192.168.1.20"),
name: "bootstrap".to_string(),
},
workers: vec![],
switch: vec![],