-
Notifications
You must be signed in to change notification settings - Fork 77
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 Ceph RGW Cloud Sync integration test #1176
Open
ionutbalutoiu
wants to merge
1
commit into
openstack-charmers:master
Choose a base branch
from
ionutbalutoiu:ceph-radosgw-integration-test
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add Ceph RGW Cloud Sync integration test #1176
ionutbalutoiu
wants to merge
1
commit into
openstack-charmers:master
from
ionutbalutoiu:ceph-radosgw-integration-test
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
ionutbalutoiu
force-pushed
the
ceph-radosgw-integration-test
branch
2 times, most recently
from
March 22, 2024 11:16
259d4e7
to
4582566
Compare
UtkarshBhatthere
suggested changes
Apr 16, 2024
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.
The test structure lgtm, few questions.
ionutbalutoiu
force-pushed
the
ceph-radosgw-integration-test
branch
from
April 16, 2024 10:33
4582566
to
4c2fea9
Compare
ionutbalutoiu
force-pushed
the
ceph-radosgw-integration-test
branch
from
April 25, 2024 17:14
4c2fea9
to
8a5e11a
Compare
ionutbalutoiu
force-pushed
the
ceph-radosgw-integration-test
branch
from
May 31, 2024 10:28
8a5e11a
to
a474f61
Compare
ionutbalutoiu
added 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 <[email protected]>
ionutbalutoiu
force-pushed
the
ceph-radosgw-integration-test
branch
2 times, most recently
from
June 10, 2024 09:42
9621a79
to
5987627
Compare
ionutbalutoiu
force-pushed
the
ceph-radosgw-integration-test
branch
from
July 2, 2024 07:33
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 <[email protected]>
ionutbalutoiu
force-pushed
the
ceph-radosgw-integration-test
branch
from
October 1, 2024 07:26
000d842
to
d4fab71
Compare
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-radosgw
Juju charm: