MirrorManager: use the FQDN for the DB server

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2025-07-01 18:22:02 +02:00
parent 45f22c0f64
commit ef8aa2f749
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -1,6 +1,6 @@
---
mirrormanager_hostname: "mirrormanager{{ env_suffix }}.fedoraproject.org"
mirrormanager_db_host: "db01{{ env_suffix }}"
mirrormanager_db_host: "db01{{ env_suffix }}.{{ datacenter }}.fedoraproject.org"
mirrormanager_oidc_client_id: "mirrormanager"
# Move that to an env var to target a specific deployment
mm2_checkin: false