Thanks, I had another review of the configuration and it appears that the configuration *is* properly propagated to the daemon (also visible in my second link). I traced down my issues further and it looks like I have first tripped over the following issue again... https://tracker.ceph.com/issues/52826 After changing the deployment host spec I now apparently crash the radosgw server through ceph-s3-website-ext.example.com as described here. https://tracker.ceph.com/issues/54012 I guess I'm doing something wrong and would be happy to learn what it is and how I can do it right. On Mon, Jan 24, 2022 at 6:15 PM Sebastian Wagner <sewagner@xxxxxxxxxx> wrote: > > can you do a config dump? I'm curious what is actually set by cephadm > > Am 24.01.22 um 17:35 schrieb Manuel Holtgrewe: > > Dear all, > > > > I'm trying to configure the s3website with a site managed by > > ceph-orch. I'm trying to follow [1] in spirit. I have configured two > > ingress.rgw services "ingress.rgw.ext" and "ingress.rgw.ext-website" > > and point to them via ceph-s3-ext.example.com and > > ceph-s3-website-ext.example.com in DNS. I'm attempting to pass the > > configuration from below. > > > > However, looking at the configuration of the daemons via the admin > > socket tells me that the website-related configuration is not applied. > > > > Is this configuration supported? Would there be a workaround? > > > > Best wishes, > > Manuel > > > > # cat rgw.ext.yml > > service_type: rgw > > service_id: ext > > service_name: rgw.ext > > placement: > > hosts: > > - osd-1 > > # count_per_host: 1 > > # label: rgw > > spec: > > rgw_frontend_port: 8100 > > rgw_realm: ext > > rgw_zone: ext-default-primary > > config: > > rgw_dns_name: ceph-s3-ext.example.com > > rgw_dns_s3website_name: ceph-s3-website-ext.example.com > > rgw_enable_apis: s3, swift, swift_auth, admin > > rgw_enable_static_website: true > > rgw_expose_bucket: true > > rgw_resolve_cname: true > > # cat rgw.ext-website.yml > > service_type: rgw > > service_id: ext-website > > service_name: rgw.ext-website > > placement: > > hosts: > > - osd-1 > > # count_per_host: 1 > > # label: rgw > > spec: > > rgw_frontend_port: 8200 > > rgw_realm: ext > > rgw_zone: ext-default-primary > > config: > > rgw_dns_name: ceph-s3-ext.example.com > > rgw_dns_s3website_name: ceph-s3-website-ext.example.com > > rgw_enable_apis: s3website > > rgw_enable_static_website: true > > rgw_resolve_cname: true > > > > > > [1] https://gist.github.com/robbat2/ec0a66eed28e5f0e1ef7018e9c77910c > > _______________________________________________ > > ceph-users mailing list -- ceph-users@xxxxxxx > > To unsubscribe send an email to ceph-users-leave@xxxxxxx > > _______________________________________________ ceph-users mailing list -- ceph-users@xxxxxxx To unsubscribe send an email to ceph-users-leave@xxxxxxx