Reopening from releng issue[1] by @siosm
Redirect https://alt.fedoraproject.org/cloud/ to https://fedoraproject.org/cloud/
When do you need this? (YYYY/MM/DD) No timeline. Before F39 release would be nice.
When is this no longer needed or useful? (YYYY/MM/DD) N/A
If we cannot complete your request, what is the impact? We have information duplicated across two websites.
[1] https://pagure.io/releng/issue/11681
Metadata Update from @zlopez: - Issue priority set to: Waiting on Assignee (was: Needs Review) - Issue tagged with: low-trouble, medium-gain, ops
Metadata Update from @aheath1992: - Issue assigned to aheath1992
Diff review before merge request:
diff --git a/playbooks/include/proxies-redirects.yml b/playbooks/include/proxies-redirects.yml index 05a0b964d1..129b2bd2aa 100644 --- a/playbooks/include/proxies-redirects.yml +++ b/playbooks/include/proxies-redirects.yml @@ -862,3 +862,11 @@ target: https://docs.fedoraproject.org/en-US/dei/ tags: - docs + + - role: httpd/redirectmatch + shortname: 00-cloud-redirect + website: alt.fedoraproject.org + regex: ^/cloud + target: https://fedoraproject.org/cloud/ + tags: + - cloud
That looks reasonable to me. If you can do a PR we can look at rolling it out tomorrow after freeze is up. :)
This should be complete.
Metadata Update from @kevin: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
Log in to comment on this ticket.