Skip to content

Commit 5198b40

Browse files
committed
fixups from changes on main
1 parent f3b94ea commit 5198b40

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

nexus/db-queries/src/db/datastore/deployment.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2537,7 +2537,6 @@ mod tests {
25372537
zones: vec![BlueprintZoneConfig {
25382538
disposition: BlueprintZoneDisposition::InService,
25392539
id: zone_id,
2540-
underlay_address: Ipv6Addr::LOCALHOST,
25412540
filesystem_pool: None,
25422541
zone_type: BlueprintZoneType::Nexus(
25432542
blueprint_zone_type::Nexus {

nexus/reconfigurator/planning/src/blueprint_builder/builder.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1177,7 +1177,6 @@ impl<'a> BlueprintBuilder<'a> {
11771177
let zone = BlueprintZoneConfig {
11781178
disposition: BlueprintZoneDisposition::InService,
11791179
id: oximeter_id,
1180-
underlay_address: ip,
11811180
filesystem_pool: Some(filesystem_pool),
11821181
zone_type,
11831182
};
@@ -1284,7 +1283,6 @@ impl<'a> BlueprintBuilder<'a> {
12841283
let zone = BlueprintZoneConfig {
12851284
disposition: BlueprintZoneDisposition::InService,
12861285
id: zone_id,
1287-
underlay_address: underlay_ip,
12881286
filesystem_pool: Some(filesystem_pool),
12891287
zone_type,
12901288
};
@@ -1340,7 +1338,6 @@ impl<'a> BlueprintBuilder<'a> {
13401338
let zone = BlueprintZoneConfig {
13411339
disposition: BlueprintZoneDisposition::InService,
13421340
id: zone_id,
1343-
underlay_address: underlay_ip,
13441341
filesystem_pool: Some(filesystem_pool),
13451342
zone_type,
13461343
};

0 commit comments

Comments
 (0)