Skip to content

Commit

Permalink
Bump dependencies, progenitor to 08bbafc2, oxide.json to omicron:d514…
Browse files Browse the repository at this point in the history
…878f (#566)

* Rebuilt with latest dependency updates

* Rebuilt with latest dependency updates

* Rebuilt with latest dependency updates

* Rebuilt with latest dependency updates

* Rebuilt with latest dependency updates

* update

* Rebuilt with latest dependency updates

* Rebuilt with latest dependency updates

* Rebuilt with latest dependency updates

* Rebuilt with latest dependency updates

---------

Co-authored-by: oxide-reflector-bot[bot] <130185838+oxide-reflector-bot[bot]@users.noreply.github.com>
Co-authored-by: Adam H. Leventhal <[email protected]>
  • Loading branch information
oxide-reflector-bot[bot] and ahl authored Feb 27, 2024
1 parent ef7b0dd commit 1eb2e31
Show file tree
Hide file tree
Showing 7 changed files with 496 additions and 210 deletions.
56 changes: 28 additions & 28 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions cli/docs/cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -637,11 +637,11 @@
"about": "Create floating IP",
"args": [
{
"long": "address",
"help": "An IP address to reserve for use as a floating IP. This field is optional: when not set, an address will be automatically chosen from `pool`. If set, then the IP must be available in the resolved `pool`."
"long": "description"
},
{
"long": "description"
"long": "ip",
"help": "An IP address to reserve for use as a floating IP. This field is optional: when not set, an address will be automatically chosen from `pool`. If set, then the IP must be available in the resolved `pool`."
},
{
"long": "json-body",
Expand Down Expand Up @@ -2629,8 +2629,8 @@
]
},
{
"name": "set-provision-state",
"about": "Set sled provision state",
"name": "set-provision-policy",
"about": "Set sled provision policy",
"args": [
{
"long": "json-body",
Expand Down
2 changes: 1 addition & 1 deletion cli/src/cli_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ fn xxx<'a>(command: CliCommand) -> Option<&'a str> {
CliCommand::SledListUninitialized => Some("system hardware sled list-uninitialized"),
CliCommand::SledView => Some("system hardware sled view"),
CliCommand::SledAdd => Some("system hardware sled add"),
CliCommand::SledSetProvisionState => Some("system hardware sled set-provision-state"),
CliCommand::SledSetProvisionPolicy => Some("system hardware sled set-provision-policy"),
CliCommand::SledInstanceList => Some("system hardware sled instance-list"),
CliCommand::PhysicalDiskList => Some("system hardware disk list"),
CliCommand::SledPhysicalDiskList => Some("system hardware sled disk-led"),
Expand Down
Loading

0 comments on commit 1eb2e31

Please sign in to comment.