Ceph Radosgw
- OpenStack Charmers
- Cloud
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/edge | 590 | 21 Oct 2024 | |
latest/edge | 589 | 21 Oct 2024 | |
latest/edge | 588 | 21 Oct 2024 | |
latest/edge | 587 | 21 Oct 2024 | |
latest/edge | 580 | 04 Jun 2024 | |
latest/edge | 574 | 29 Apr 2024 | |
latest/edge | 552 | 24 Jul 2023 | |
latest/edge | 269 | 17 Dec 2020 | |
latest/edge | 44 | 17 Dec 2020 | |
quincy/stable | 586 | 22 Oct 2024 | |
quincy/candidate | 586 | 26 Sep 2024 | |
squid/candidate | 590 | 21 Oct 2024 | |
squid/candidate | 589 | 21 Oct 2024 | |
squid/candidate | 588 | 21 Oct 2024 | |
squid/candidate | 587 | 21 Oct 2024 | |
squid/candidate | 580 | 04 Jun 2024 | |
squid/candidate | 573 | 22 Apr 2024 | |
reef/stable | 574 | 26 Jun 2024 | |
reef/candidate | 574 | 29 Apr 2024 | |
pacific/stable | 576 | 22 May 2024 | |
octopus/stable | 543 | 14 Feb 2023 | |
octopus/stable | 513 | 23 Jan 2023 | |
nautilus/edge | 499 | 04 Mar 2022 | |
nautilus/edge | 514 | 25 Feb 2022 | |
mimic/edge | 499 | 04 Mar 2022 | |
mimic/edge | 514 | 25 Feb 2022 | |
luminous/edge | 499 | 04 Mar 2022 | |
luminous/edge | 511 | 24 Feb 2022 |
juju deploy ceph-radosgw --channel quincy/stable
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
-
disable-buckets-sync
Forbid buckets sync in the multi-site replication. This is useful when you want to disable syncing for some buckets, but you want to sync all the other buckets.
- Params
-
buckets string
Comma-separated list of buckets' names to disable syncing.
-
enable-buckets-sync
Enable buckets sync in the multi-site replication. This is meant to be used only when the default zonegroup sync policy is not "enabled", but it is "allowed".
- Params
-
buckets string
Comma-separated list of buckets' names to enable syncing.
-
force-enable-multisite
Reconfigure provided Zone and Zonegroup for migration to multisite.
- Params
-
zone string
Existing Zone to be reconfigured as the 'zone' config value.
-
zonegroup string
Existing Zonegroup to be reconfigured as the 'zonegroup' config value.
-
pause
Pause the ceph-radosgw unit.
-
promote
Promote the zone associated with the local units to master/default (multi-site).
-
readonly
Mark the zone associated with the local units as read only (multi-site).
-
readwrite
Mark the zone associated with the local units as read/write (multi-site).
-
reset-buckets-sync
Reset buckets sync policy. After this is executed, the buckets will be synced according to the default zone group sync policy.
- Params
-
buckets string
Comma-separated list of buckets' names to reset sync policy.
-
resume
Resume the ceph-radosgw unit.
-
tidydefaults
Delete default zone and zonegroup configuration (multi-site).