Switch frontend_base_url on dev to https

copr-fe-dev now forces https, so the communication be-dev -> fe-dev
stopped working because of http links in our config.
This commit is contained in:
Jakub Kadlčík 2019-01-11 14:37:24 +01:00
parent fb074425fd
commit 7c4b8d6e42
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ fedmsg_enabled: "true"
do_sign: "true"
spawn_in_advance: "false"
frontend_base_url: "http://copr-fe-dev.cloud.fedoraproject.org"
frontend_base_url: "https://copr-fe-dev.cloud.fedoraproject.org"
# These variables are pushed into /etc/system_identification by the base role.
# Groups and individual hosts should override them with specific info.

View file

@ -13,7 +13,7 @@ resolvconf: "resolv.conf/cloud"
backend_base_url: "http://copr-be-dev.cloud.fedoraproject.org"
postfix_maincf: "postfix/main.cf/main.cf.copr"
frontend_base_url: "http://copr-fe-dev.cloud.fedoraproject.org"
frontend_base_url: "https://copr-fe-dev.cloud.fedoraproject.org"
dist_git_base_url: "copr-dist-git-dev.fedorainfracloud.org"
ansible_ifcfg_blacklist: true