-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[sled-agent] Self assembling external DNS zone #5059
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
1ecff77
testing with OPTE interface and gateway
karencfv b480812
Make the method script executable
karencfv a11cce7
Use correct addresses and ports
karencfv 62ea894
Looks like we need OPTE_IP
karencfv 362eeb0
Remove unnecessary code
karencfv 01f3f9f
Start of extracting OPTE interface set-up into its own service
karencfv 26fb1d8
Adapt illumos route utils to support ipv4 and ipv6
karencfv b4efe13
Adapt zone networking CLI for more subcommands
karencfv 8150d2e
Add OPTE interface set up command to zone-networking CLI
karencfv dfca7ce
Use zone-network CLI to set up OPTE interface and package everything
karencfv a8ca723
Actually add all the files
karencfv 5d8c351
fmt
karencfv 2917a62
Retrieve OPTE interface during external DNS zone set up
karencfv 3392074
Use networking-setup cli to retrieve OPTE IP as well
karencfv f0764fc
fmt
karencfv 8e02b87
Remove local setup value
karencfv 13ee828
Does this work?
karencfv ae2e72e
fmt 🤦
karencfv 854493d
Use OPTE IP from Port type everywhere
karencfv f670747
Merge branch 'main' into external-dns-zone
karencfv 75d26ed
Adapt for recently merged crucible and pantry zones
karencfv 0dbc2b3
address comments
karencfv File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason why these are two different packages? They seem very tightly coupled
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I separated them since the new opte-interface-setup service uses the CLI as well. It was a bit awkward to have that service use the CLI from another service.