This is how I did it (centos7), but beware I have client.rgw1 not client.radosgw.rgw1 yum install ceph-radosgw Creating the gw node user: ceph auth get-or-create client.rgw1 ceph auth caps client.rgw1 osd 'allow rwx' mon 'allow rwx' #limit access #ceph auth caps client.rgw1 mon 'allow rx' osd 'allow rwx pool=default.rgw, allow rwx pool=default.rgw.meta, allow rwx pool=.rgw.root, allow rwx pool=default.rgw.control, allow rwx pool=.rgw.gc, allow rwx pool=.rgw.buckets, allow rwx pool=.rgw.buckets.index, allow rwx pool=.rgw.buckets.extra, allow rwx pool=default.rgw.log, allow rwx pool=.intent-log, allow rwx pool=.usage, allow rwx pool=.users, allow rwx pool=.users.email, allow rwx pool=.users.swift, allow rwx pool=.users.uid' mkdir -p /var/lib/ceph/radosgw/ceph-rgw1 chown ceph.ceph -R /var/lib/ceph/radosgw service ceph-radosgw@rgw1 start systemctl enable ceph-radosgw@rgw1 Adding the configuration to /etc/ceph/ceph.conf: [client.rgw1] rgw_frontends = civetweb port=80+7480s ssl_certificate=/etc/ceph/xxx.pem -----Original Message----- From: Massimo Sgaravatto [mailto:massimo.sgaravatto@xxxxxxxxx] Sent: dinsdag 27 maart 2018 16:03 To: ceph-users@xxxxxxxxxxxxxx Subject: Instructions for manually adding a object gateway node ? Hi Are there somewhere some instructions on how to *MANUALLY* add a object gateway node on a Luminous cluster, that was manually installed (i.e. not using ceph-deploy) ? In the official doc I can find instruction only referring to ceph-deploy ... Thanks, Massimo _______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com