-
Notifications
You must be signed in to change notification settings - Fork 46
CLOUDP-392496: Add OpenShift e2e test for sharded Search with managed Envoy LB via OCP Routes #939
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
Closed
Closed
Changes from 56 commits
Commits
Show all changes
58 commits
Select commit
Hold shift + click to select a range
dda2a2d
Empty file
lsierant b024c96
Search: sharded cluster operator support (#816)
lsierant c23b484
Remove empty file from the searc/base (#894)
viveksinghggits 304204d
Search: support multiple mongots
lsierant ec7aad1
Sharded multiple mongot: review fixes (#827)
lsierant 5691d19
E2E tests
Julien-Ben 79219ff
Updates to existing controllers
Julien-Ben 7d1caa2
New controller
Julien-Ben 42f866d
Types
Julien-Ben b0548e0
Add deployments permission
Julien-Ben f5e8ee7
Fix existing tests
Julien-Ben 710fcaa
Fix method call
Julien-Ben 8fa1c13
Lint
Julien-Ben 5ab94f8
Lint
Julien-Ben d6d180d
Aligned naming conventions for all resources
lsierant f0ef27d
Fixing e2e tests for naming alignment
lsierant 0146d6b
Fix e2e search test naming alignment issues
lsierant c80289c
Rebase and deployment permission fix
lsierant 152e97b
Added new variant for large search tests
lsierant 15cd0c0
Split tests to large variants
lsierant 024e735
Fix context files
lsierant 71487d2
Revert cluster index from replicaset and fix e2e tests (#853)
lsierant 51aade2
Deduplicate the code between the search test files (#846)
viveksinghggits 19bb436
Move envoy related utils to a separate file (#861)
viveksinghggits f61e06b
Create helper to move MongoDB related utils, to make them usable acro…
viveksinghggits 6eb7e79
Managed Proxy Improvements (#849)
Julien-Ben def457d
Further deduplicate the E2E tests (#874)
viveksinghggits c863791
Add E2E test for single search instance with external enterprise RS (…
viveksinghggits 7428d86
Add e2e test for multi mongot with ext RS and unmanaged LB (#875)
viveksinghggits 9501c84
Add E2E test for multi mongot with int RS and unmanaged LB (#885)
viveksinghggits d883374
CLOUDP-386690: Managed Load Balancer - Replica Sets Support (#888)
Julien-Ben 3e313a0
Fixes after rebase
Julien-Ben 1d8dd55
CLOUDP-386705 Search: readiness probe
lsierant 85979e3
Fixed python errors
lsierant fdd1573
Fixed import error
lsierant fb464b8
Search: mypy python check (#896)
lsierant ae81e5d
E2E, Internal sharded mongodb with single mongot (#905)
viveksinghggits 4176452
Add support to configure mongot jvm flags using MongoDBSearch CR (#907)
viveksinghggits 098fdb3
Release note for change in defautl resource request for search pods (…
viveksinghggits 5e60528
CLOUDP-386698: Validate shardName for external mongod sharded resourc…
anandsyncs 8ba8408
CLOUDP-386693: Per-pod mongot config with leader/follower designation…
anandsyncs e4899b9
Use updatestatus (#914)
Julien-Ben 86dcd81
Add x509 authentication support from mongot->mongod (#921)
viveksinghggits c27bb44
Handle `search.spec.lb.endpoint` for external source and managed LB (…
viveksinghggits bd4d5ed
CLOUDP-390149: Expose Load Balancer deployment override (#919)
Julien-Ben 737bd8d
CLOUDP-389836 & CLOUDP-386688: Load Balancer Improvements (#912)
Julien-Ben c355127
Operator
lsierant 69dbee2
Review fixes
lsierant 57283dd
No LB, Managed mdb should use headless fqdn
lsierant a96f14f
lint
lsierant 7008937
Fix TLS SAN and test expectation for headless mongot FQDN
lsierant 239f6dc
Potentialy E2E to test external source connecting to mongot via route…
viveksinghggits e911110
Rename
Julien-Ben ef658f9
Original file
Julien-Ben bc6bde8
Add specific variant for search openshift
Julien-Ben 932e744
Update doc and markers
Julien-Ben 4f3f809
Few fixes
Julien-Ben 2c46d70
Formating
Julien-Ben 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
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.
I created a dedicated variant because we need a
-largemachine. We could also bump the size for the existing one (but it costs more $$).