Skip to content

Commit

Permalink
Merge branch 'eero/admin-version-details' into 'master'
Browse files Browse the repository at this point in the history
[NODE-1215] Include assigned HostOS version in node details

 

See merge request dfinity-lab/public/ic!17030
  • Loading branch information
max-dfinity committed Jan 12, 2024
2 parents c80904b + 788a09d commit d074f19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions rs/registry/admin/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6295,6 +6295,7 @@ async fn get_node_list_since(
.unwrap_or_else(|| Ipv6Addr::new(0, 0, 0, 0, 0, 0, 0, 0)),
node_provider_id,
dc_id,
hostos_version_id: node_record.hostos_version_id,
},
)
})
Expand Down
1 change: 1 addition & 0 deletions rs/registry/admin/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ pub(crate) struct NodeDetails {
pub node_operator_id: PrincipalId,
pub node_provider_id: PrincipalId,
pub dc_id: String,
pub hostos_version_id: Option<String>,
}

impl From<IPv4InterfaceConfig> for IPv4Interface {
Expand Down

0 comments on commit d074f19

Please sign in to comment.