-
Notifications
You must be signed in to change notification settings - Fork 27
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
Add multi availability zone storage class #353
Merged
falfaroc
merged 1 commit into
feature/multi-availability-zone
from
usr/falfaroc/az-storage-class
Nov 22, 2024
Merged
Add multi availability zone storage class #353
falfaroc
merged 1 commit into
feature/multi-availability-zone
from
usr/falfaroc/az-storage-class
Nov 22, 2024
Conversation
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
falfaroc
requested review from
abhi16394,
adarsh-dell,
AkshaySainiDell,
bpjain2004,
donatwork and
tdawe
as code owners
November 21, 2024 15:37
falfaroc
requested review from
xuluna,
harshitap26,
bharathsreekanth and
lukeatdell
November 21, 2024 15:37
lukeatdell
reviewed
Nov 21, 2024
falfaroc
force-pushed
the
usr/falfaroc/az-storage-class
branch
from
November 21, 2024 20:21
b57eabb
to
d04a46f
Compare
lukeatdell
approved these changes
Nov 21, 2024
tdawe
approved these changes
Nov 22, 2024
falfaroc
added a commit
that referenced
this pull request
Dec 18, 2024
falfaroc
added a commit
that referenced
this pull request
Dec 18, 2024
falfaroc
added a commit
that referenced
this pull request
Dec 19, 2024
* Add availability zone secret and struct (#352) * add availability zone secret and struct * Add multi availability zone storage class (#353) * Add Multi-Available Zone Functionality (#354) * Add create volume processing for multi-az * Adjust multi-az secret processing * Rework secret processing * Iterate through all topologies for a zone * Test signing commit * Cleanup secret retrieval and backwards compatibility of storage classes * adapt to use new secret struct * Add multi-az unit tests * Fix golangci-lint issue * Cleanup code logs * Make zone take precendence during NodeGetInfo * Update unit tests credentials --------- Co-authored-by: Lau, Luke <luke.lau1@dell.com> * Unit tests for Node Topologies (#358) * Adding Unit tests * fixing formatting issues * Use generic zone labels (#360) * Add zone volume creation integration tests (#359) * Add zone volume creation integration tests * Fix golangci-lint issue * Create e2e zone tests * Adjust indentation of template yaml files * Adjust indentation of template yaml files * Update e2e file names * Format e2e files for golangci-lint * Update e2e test scenarios * Update pod templates * Address PR comments * Add README to e2e tests * Update sts templates * Added Integration tests for NodeGetInfo * fixing linting checks * Renaming function arguments * Add Snapshot and Clone Support for Multi-Available Zone (#365) * Add snapshot check and topology add during zone volume creation * Add topology checks for clones * Add zone snapshot and restore e2e test * Address failed PR checks * Update README * Added e2e tests for clones * Add snap and clone test (#371) * Address PR comments --------- Co-authored-by: Trevor Dawe <trevor.dawe@dell.com> Co-authored-by: Bharath Sreekanth <93715158+bharathsreekanth@users.noreply.github.com> * Driver Node should only ping arrays within the zone on which the pod is scheduled (#378) * configure driver node service to only ping arrays in the same zone as the service. Co-authored-by: Fernando Alfaro Campos <Fernando.Alfaro_campos@Dell.com> Co-authored-by: Trevor Dawe <trevor.dawe@dell.com> * Fix rebase issues * Address PR comments * Address PR comments * Address PR comments --------- Co-authored-by: lukeatdell <115811384+lukeatdell@users.noreply.github.com> Co-authored-by: Lau, Luke <luke.lau1@dell.com> Co-authored-by: Harshita Pandey <88329939+harshitap26@users.noreply.github.com> Co-authored-by: Trevor Dawe <trevor.dawe@dell.com> Co-authored-by: Harshita Pandey <Harshita_Pandey@dell.com> Co-authored-by: Bharath Sreekanth <93715158+bharathsreekanth@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Add the storage class template that will be used for the multi availability zone feature.
GitHub Issues
List the GitHub issues impacted by this PR:
Checklist:
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Please also list any relevant details for your test configuration