Skip to content

Commit

Permalink
Merge branch 'main' into dap/reconfigurator-external-dns
Browse files Browse the repository at this point in the history
  • Loading branch information
davepacheco committed Mar 10, 2024
2 parents 2781013 + 1eaad08 commit 9233548
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions dev-tools/omicron-dev/src/bin/omicron-dev.rs
Original file line number Diff line number Diff line change
Expand Up @@ -543,10 +543,12 @@ async fn cmd_run_all(args: &RunAllArgs) -> Result<(), anyhow::Error> {
cptestctx.silo_name,
cptestctx.external_dns_zone_name,
);
println!(
"omicron-dev: management gateway: http://{}",
cptestctx.gateway.values().next().unwrap().client.bind_address,
);
for (location, gateway) in &cptestctx.gateway {
println!(
"omicron-dev: management gateway: http://{} ({})",
gateway.client.bind_address, location,
);
}
println!("omicron-dev: silo name: {}", cptestctx.silo_name,);
println!(
"omicron-dev: privileged user name: {}",
Expand Down

0 comments on commit 9233548

Please sign in to comment.