feat(terraform): Testing - #77
Draft
MichaelThamm wants to merge 2 commits into
Draft
Conversation
Signed-off-by: Michael Thamm <mike.thamm@canonical.com>
mmkay
reviewed
Jun 1, 2026
|
|
||
| ### External storage backend (no S3 integrator) | ||
|
|
||
| When using an external storage backend (e.g. SeaweedFS), omit the `s3_*` variables. The module will not deploy the S3 integrator, and you are responsible for integrating your storage with the coordinator's `s3` endpoint: |
Contributor
There was a problem hiding this comment.
Here it might be tricky which storage backend is external and which is internal. I think the difference is mostly in whether the storage backend supports the s3 interface or not.
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
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.
Issue
Solution
Context
Testing Instructions
Deploy a distributed mimir
Update to monolithic mimir
When s3_endpoint is provided, validation for integrations triggers, user needs to remove the seaweedfs integration to resolve the error
then add the s3 endpoint information (simulating microceph):
but we get a client error because we have 2 integrations to an s3-integrator:
so we have to remove that integration in the root module:
Upgrade Notes