On Tue, 14 Apr 2020 at 14:33, Pierre-Yves Chibon <[email protected]> wrote:
> Good Morning, > > While working on https://pagure.io/fedora-infrastructure/issue/8035 to > help > Kevin I ended up adding the following commit to the proxies and running the > proxy playbook for it: > > commit d6fe2e08a6897470cdaf3ecd191c5329dca49b3c > Author: Pierre-Yves Chibon <[email protected]> > Date: Tue Apr 14 11:25:17 2020 +0200 > > proxies-website: Add kerneltest to the proxies > > Signed-off-by: Pierre-Yves Chibon <[email protected]> > > diff --git a/playbooks/include/proxies-websites.yml > b/playbooks/include/proxies-websites.yml > index a18f7a3a3..5159ecdff 100644 > --- a/playbooks/include/proxies-websites.yml > +++ b/playbooks/include/proxies-websites.yml > @@ -996,6 +996,13 @@ > cert_name: "{{wildcard_cert_name}}" > tags: calendar > > + - role: httpd/website > + site_name: kerneltest.fedoraproject.org > + sslonly: true > + server_aliases: [kerneltest.stg.fedoraproject.org] > + cert_name: "{{wildcard_cert_name}}" > + tags: kerneltest > + > # fedorahosted is retired. We have the site here so we can redirect it. > > - role: httpd/website > > > I had totally forgot proxies were frozen, so my apologies for pushing this > through and I'd like to ask for a post-fact FBR. > > With this I got kerneltest mostly working expect that it doesn't send back > the > expected html page. > Clément took a look at it and pointed me to the reverse proxy which > haven't been > configured for kerneltest. > So I'd like to apply the following patch and run the corresponding playbook > I think there is a copy/paste error, the commit below is the same as the one above :-) > > commit d6fe2e08a6897470cdaf3ecd191c5329dca49b3c > Author: Pierre-Yves Chibon <[email protected]> > Date: Tue Apr 14 11:25:17 2020 +0200 > > proxies-website: Add kerneltest to the proxies > > Signed-off-by: Pierre-Yves Chibon <[email protected]> > > diff --git a/playbooks/include/proxies-websites.yml > b/playbooks/include/proxies-websites.yml > index a18f7a3a3..5159ecdff 100644 > --- a/playbooks/include/proxies-websites.yml > +++ b/playbooks/include/proxies-websites.yml > @@ -996,6 +996,13 @@ > cert_name: "{{wildcard_cert_name}}" > tags: calendar > > + - role: httpd/website > + site_name: kerneltest.fedoraproject.org > + sslonly: true > + server_aliases: [kerneltest.stg.fedoraproject.org] > + cert_name: "{{wildcard_cert_name}}" > + tags: kerneltest > + > # fedorahosted is retired. We have the site here so we can redirect it. > > - role: httpd/website > > +1s? > > > Thanks, > Pierre > _______________________________________________ > infrastructure mailing list -- [email protected] > To unsubscribe send an email to > [email protected] > Fedora Code of Conduct: > https://docs.fedoraproject.org/en-US/project/code-of-conduct/ > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: > https://lists.fedoraproject.org/archives/list/[email protected] >
_______________________________________________ infrastructure mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected]
