ceph orch host label add gwhost2 rgw
ceph orch apply rgw foo '--placement=label:rgw count-per-host:2' --port=8000
+.. _cephadm-rgw-networks:
+
+Specifying Networks
+-------------------
+
+The RGW service can have the network they bind to configured with a yaml service specification.
+
+example spec file:
+
+.. code-block:: yaml
+
+ service_type: rgw
+ service_name: foo
+ placement:
+ label: rgw
+ count-per-host: 2
+ networks:
+ - 192.169.142.0/24
+ spec:
+ port: 8000
+
+
Multisite zones
---------------