-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove old, pre-reconfigurator upgrade APIs (#7431)
This removes: - the Sled Agent API `update_artifact`, which was intended for Nexus to command Sled Agent to apply an arbitrary update, immediately, whatever that meant for the individual artifact. - the Nexus internal API `cpapi_artifact_download`, which was intended for Sled Agent to be able to download an artifact from a local cache managed by Nexus and expected to be long-lived. - the test which tested `update_artifact`. The replacements for this functionality will be: - the TUF Repo Depot, in which Nexus immediately pushes artifacts onto sleds so that it doesn't have to maintain persistent storage. - Reconfigurator, which will plan and execute updates in a coordinated fashion across the rack. - New/existing endpoints specific to artifact kinds for applying updates; for example for zones, Nexus will put a new zone configuration to Sled Agent that tells it to use a specific zone image from the Repo Depot.
- Loading branch information
Showing
12 changed files
with
15 additions
and
467 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.