Skip to content

Commit 4c26669

Browse files
committed
Add basic docs for Rados GW
1 parent 4938b3c commit 4c26669

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

roles/cephadm/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,16 @@ All Ceph hosts must be in the `ceph` group.
6868
db_devices:
6969
model: Dell Express Flash PM1725b 1.6TB SFF
7070
```
71+
* RGWs
72+
* `cephadm_radosgw_services`: List of Rados Gateways services to deploy. `id` is an arbitrary name for the service,
73+
`port` is a TCP port that RGW service should listen on.
74+
Example:
75+
```
76+
cephadm_radosgw_services:
77+
- id: myrgw
78+
port: 8000
79+
```
80+
Note that adding RGW or other services to an existing deployment requires setting `cephadm_bootstrap` variable to *True*.
7181
7282
* Registry
7383
* `cephadm_registry_url`: (default: not used)

0 commit comments

Comments
 (0)