Skip to content

Commit

Permalink
[π˜€π—½π—Ώ] initial version
Browse files Browse the repository at this point in the history
Created using spr 1.3.6-beta.1
  • Loading branch information
sunshowers committed Jul 22, 2024
1 parent 9b4bf6c commit abec472
Show file tree
Hide file tree
Showing 96 changed files with 1,429 additions and 1,460 deletions.
30 changes: 28 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ members = [
"cockroach-admin/api",
"cockroach-admin/types",
"common",
"common-extended",
"dev-tools/crdb-seed",
"dev-tools/omdb",
"dev-tools/omicron-dev",
Expand Down Expand Up @@ -117,6 +118,7 @@ default-members = [
"cockroach-admin/api",
"cockroach-admin/types",
"common",
"common-extended",
"dev-tools/crdb-seed",
"dev-tools/omdb",
"dev-tools/omicron-dev",
Expand Down Expand Up @@ -388,6 +390,7 @@ num-integer = "0.1.46"
num = { version = "0.4.3", default-features = false, features = [ "libm" ] }
omicron-cockroach-admin = { path = "cockroach-admin" }
omicron-common = { path = "common" }
omicron-common-extended = { path = "common-extended" }
omicron-gateway = { path = "gateway" }
omicron-nexus = { path = "nexus" }
omicron-omdb = { path = "dev-tools/omdb" }
Expand Down
3 changes: 3 additions & 0 deletions clients/nexus-client/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,16 @@ progenitor::generate_api!(
// as "blueprint" this way, but we have really useful functionality
// (e.g., diff'ing) that's implemented on our local type.
Blueprint = nexus_types::deployment::Blueprint,
Certificate = omicron_common::api::internal::nexus::Certificate,
DatasetKind = omicron_common::api::internal::shared::DatasetKind,
Generation = omicron_common::api::external::Generation,
ImportExportPolicy = omicron_common::api::external::ImportExportPolicy,
MacAddr = omicron_common::api::external::MacAddr,
Name = omicron_common::api::external::Name,
NetworkInterface = omicron_common::api::internal::shared::NetworkInterface,
NetworkInterfaceKind = omicron_common::api::internal::shared::NetworkInterfaceKind,
NewPasswordHash = omicron_passwords::NewPasswordHash,
RecoverySiloConfig = nexus_types::internal_api::params::RecoverySiloConfig,
TypedUuidForCollectionKind = omicron_uuid_kinds::CollectionUuid,
TypedUuidForDownstairsKind = omicron_uuid_kinds::TypedUuid<omicron_uuid_kinds::DownstairsKind>,
TypedUuidForPropolisKind = omicron_uuid_kinds::TypedUuid<omicron_uuid_kinds::PropolisKind>,
Expand Down
1 change: 1 addition & 0 deletions clients/sled-agent-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ anyhow.workspace = true
async-trait.workspace = true
chrono.workspace = true
omicron-common.workspace = true
omicron-common-extended.workspace = true
omicron-uuid-kinds.workspace = true
omicron-workspace-hack.workspace = true
oxnet.workspace = true
Expand Down
Loading

0 comments on commit abec472

Please sign in to comment.