We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4938b3c commit 4c26669Copy full SHA for 4c26669
roles/cephadm/README.md
@@ -68,6 +68,16 @@ All Ceph hosts must be in the `ceph` group.
68
db_devices:
69
model: Dell Express Flash PM1725b 1.6TB SFF
70
```
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*.
81
82
* Registry
83
* `cephadm_registry_url`: (default: not used)
0 commit comments