bind-internal: add s3.ceph.unkin.net CNAME -> radosgw.service.consul #265
Reference in New Issue
Block a user
Delete Branch "benvin/cephrgw-s3-cname"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Why
Publish the RGW S3 endpoint name (
s3.ceph.unkin.net) that cephrgw-operator consumers use and that the radosgw hosts will carry as a cert SAN. For now it points at the Consul service; the real target will be changed later.Changes
DNSRecordin theceph.unkin.netauthoritative zone:s3CNAMEradosgw.service.consul.(apps/base/bind-internal/authoritative/records.yaml, zoneRefceph-unkin-net, TTL 600).A companion puppet-prod change adds
s3.ceph.unkin.netto the radosgw cert SANs and nginx server names.