-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
instance spec rework: tighten up component naming (#761)
Fix a few problems with the way components are named in propolis-server `Spec`s: - Don't duplicate backend names in disk and NIC elements - Use names as keys in the serial port map instead of deriving names from serial port numbers - Properly register the names of bridges when adding them to the spec builder - Make the builder reject requests to add a device/backend pair where the device and backend have the same name (and stop requesting this for cloud-init disks...)
- Loading branch information
Showing
7 changed files
with
185 additions
and
159 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
Oops, something went wrong.