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:
parent
fb074425fd
commit
7c4b8d6e42
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue