Add Ceph RGW Cloud Sync integration test#1176
Open
ionutbalutoiu wants to merge 1 commit intoopenstack-charmers:masterfrom
Open
Add Ceph RGW Cloud Sync integration test#1176ionutbalutoiu wants to merge 1 commit intoopenstack-charmers:masterfrom
ionutbalutoiu wants to merge 1 commit intoopenstack-charmers:masterfrom
Conversation
Author
259d4e7 to
4582566
Compare
UtkarshBhatthere
suggested changes
Apr 16, 2024
Contributor
UtkarshBhatthere
left a comment
There was a problem hiding this comment.
The test structure lgtm, few questions.
4582566 to
4c2fea9
Compare
4c2fea9 to
8a5e11a
Compare
8a5e11a to
a474f61
Compare
ionutbalutoiu
pushed a commit
to ionutbalutoiu/charm-ceph-radosgw
that referenced
this pull request
May 31, 2024
The new relation is based on the Ceph cloud sync module: https://docs.ceph.com/en/latest/radosgw/cloud-sync-module/ The cloud sync module leverages the same multi-site replication framework, but instead of writing to a secondary Ceph cluster, it writes to an S3 (or S3-compatible) target. The S3 target connection credentials are obtained through a new relation with the s3-integrator charm. This new relation behaves exactly as a secondary multi-site relation (it implements the same interface), but it is used to configure the cloud sync module for the primary RGW zone. The secondary Ceph RGW is related to the Ceph Mons in the same cluster as the primary Ceph RGW. Change-Id: Ia9b69d2f48e77f73b55a2036ae7845c0cbba8045 func-test-pr: openstack-charmers/zaza-openstack-tests#1176 Signed-off-by: Ionut Balutoiu <ibalutoiu@cloudbasesolutions.com>
9621a79 to
5987627
Compare
5987627 to
000d842
Compare
Add integration test for the Cloud Sync feature proposed to the upstream `ceph-radosgw` Juju charm. Signed-off-by: Ionut Balutoiu <ibalutoiu@cloudbasesolutions.com>
000d842 to
d4fab71
Compare
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.
Add integration test for the Cloud Sync feature proposed to the
upstream
ceph-radosgwJuju charm: