-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
111811: spec: move machine type, zone, local ssd defaults out of the TestSpec and the registry r=RaduBerinde a=RaduBerinde This set of commits makes more progress towards #104029 and - more generally - not baking in any flag configuration into the registry itself. #### spec: move RoachprodOpts args to separate struct Epic: none Release note: None #### spec: move default machine type from ClusterSpec to RoachprodClusterConfig This is much more logical and allows the removal of the parameter from the registry. Epic: none Release note: None #### spec: move default zones to RoachprodClusterConfig Remove the default zones from `ClusterSpec` (and the registry), and add it to `RoachprodClusterConfig`. Epic: none Release note: None #### spec: move local SSD preference to RoachprodClusterConfig We change the boolean in the TestSpec to a tri-state (default, prefer on, disable). This way we can apply the default when creating the cluster. Epic: none Release note: None Co-authored-by: Radu Berinde <[email protected]>
- Loading branch information
Showing
15 changed files
with
160 additions
and
113 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
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.