copr: fixup final hostnames in inventory

Nobody will run playbooks till the DNS flip, so let's prepare the
hostnames now.
This commit is contained in:
Pavel Raiskup 2020-02-23 08:44:13 +01:00 committed by Pierre-Yves Chibon
parent 41d29e2f45
commit 8451c04a94
4 changed files with 6 additions and 9 deletions

View file

@ -13,8 +13,8 @@ keygen_host: "52.202.64.55"
backend_base_url: "https://download.copr.fedorainfracloud.org"
postfix_maincf: "postfix/main.cf/main.cf.copr"
frontend_base_url: "https://copr-fe.aws.fedoraproject.org"
dist_git_base_url: "copr-dist-git.aws.fedoraproject.org"
frontend_base_url: "https://copr.fedorainfracloud.org"
dist_git_base_url: "copr-dist-git.fedorainfracloud.org"
ansible_ifcfg_blacklist: true

View file

@ -28,7 +28,7 @@ nrpe_procs_crit: 2500
do_sign: "true"
spawn_in_advance: "true"
frontend_base_url: "https://copr-fe.aws.fedoraproject.org"
frontend_base_url: "https://copr.fedorainfracloud.org"
# These variables are pushed into /etc/system_identification by the base role.

View file

@ -7,10 +7,8 @@ freezes: false
letsencrypt:
predefined_deploy_script: httpd
certificates:
copr-dist-git.aws.fedoraproject.org:
# copr-dist-git.fedorainfracloud.org:
copr-dist-git.fedorainfracloud.org:
domains:
- copr-dist-git.aws.fedoraproject.org
# - copr-dist-git.fedorainfracloud.org
- copr-dist-git.fedorainfracloud.org
challenge_dir: /var/www/html
mail: copr-devel@lists.fedorahosted.org

View file

@ -1,7 +1,6 @@
---
tcp_ports: [22, 80, 443]
copr_hostname: "copr-fe.aws.fedoraproject.org"
copr_frontend_public_hostname: "copr-fe.aws.fedoraproject.org"
copr_frontend_public_hostname: "copr.fedorainfracloud.org"
# These variables are pushed into /etc/system_identification by the base role.
# Groups and individual hosts should override them with specific info.