Bug 2109224
Summary: | [RFE] deploy custom RGW realm/zone using orchestrator and a specification file | ||
---|---|---|---|
Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Matthew Secaur <msecaur> |
Component: | Cephadm | Assignee: | Redouane Kachach Elhichou <rkachach> |
Status: | CLOSED ERRATA | QA Contact: | Vinayak Papnoi <vpapnoi> |
Severity: | low | Docs Contact: | Akash Raj <akraj> |
Priority: | unspecified | ||
Version: | 5.1 | CC: | adking, akraj, cephqe-warriors, gjose, jeremy.coulombe, lithomas, rkachach, tserlin |
Target Milestone: | --- | Keywords: | FutureFeature |
Target Release: | 6.1 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | ceph-17.2.6-17.el9cp | Doc Type: | Enhancement |
Doc Text: |
.Users can now create Ceph Object Gateway realm,zone, and zonegroup using `ceph rgw realm bootstrap -i rgw_spec.yaml` command
With this release, to streamline the process of setting up Ceph Object Gateway on a {storage-product} cluster, users can create a Ceph Object Gateway realm, zone, and zonegroup using `ceph rgw realm bootstrap -i rgw_spec.yaml` command. The specification file should be modeled similar to the one that is used to deploy Ceph Object Gateway daemons using the orchestrator. The command then creates the realm,zone, and, zonegroup, and passes the specification on to the orchestrator, which then deploys the Ceph Object Gateway daemons.
.Example
----
rgw_realm: myrealm
rgw_zonegroup: myzonegroup
rgw_zone: myzone
placement:
hosts:
- rgw-host1
- rgw-host2
spec:
rgw_frontend_port: 5500
----
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2023-06-15 09:15:33 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 2192813 |
Description
Matthew Secaur
2022-07-20 17:17:44 UTC
Please specify the severity of this bug. Severity is defined here: https://bugzilla.redhat.com/page.cgi?id=fields.html#bug_severity. This upstream PR should add support for this RFE. https://github.com/ceph/ceph/pull/47708 That's awesome thanks ! :) Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: Red Hat Ceph Storage 6.1 security and bug fix update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2023:3623 |