Skip to content

Commit

Permalink
remove XXXs now tracked elsewhere
Browse files Browse the repository at this point in the history
  • Loading branch information
davepacheco committed Jan 11, 2024
1 parent b1f2fb9 commit 52fc677
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions dev-tools/omdb/src/bin/omdb/nexus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -822,9 +822,6 @@ async fn cmd_nexus_blueprints_delete(
Ok(())
}

// XXX-dap diff blueprint against latest inventory
// XXX-dap diff blueprint against another blueprint

async fn cmd_nexus_blueprints_target_show(
client: &nexus_client::Client,
) -> Result<(), anyhow::Error> {
Expand Down
2 changes: 0 additions & 2 deletions nexus/deployment/src/ip_allocator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,3 @@ impl IpAllocator {
Some(next)
}
}

// XXX-dap TODO-coverage
1 change: 1 addition & 0 deletions nexus/types/src/deployment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ pub mod views {
pub omicron_zones: BTreeMap<Uuid, OmicronZonesConfig>,
pub zones_in_service: BTreeSet<Uuid>,
}

impl From<super::Blueprint> for Blueprint {
fn from(generic: super::Blueprint) -> Self {
Blueprint {
Expand Down

0 comments on commit 52fc677

Please sign in to comment.