Hi, I need to deploy RGW with SSL and was looking at the page
https://docs.ceph.com/en/pacific/cephadm/rgw/  I want rados gateway to
listen on a custom port.
My yaml file looks like this:
service_type: rgw
service_id: connectTest
placement:
  hosts:
  - cv1xta-conctcephradosgw000
  - cv1xta-conctcephradosgw001
spec:
  #ssl_port: 7443
  #port: 7443
  rgw_frontend_ssl_certificate: |
    --MULTILINE CERT --
  ssl: true
I tried setting both port: and ssl_port, and could not make it work. I get
Error EINVAL: ServiceSpec: __init__() got an unexpected keyword argument
'ssl_port' or
Error EINVAL: ServiceSpec: __init__() got an unexpected keyword argument
'port'

1. Do you know how I can set up both SSL and a custom port?
2. More generic: is there a place where all available yaml config options
are listed for rgw, and other services?

Thanks!
_______________________________________________
ceph-users mailing list -- ceph-users@ceph.io
To unsubscribe send an email to ceph-users-le...@ceph.io

Reply via email to