2014-12-07 19:57:32 +00:00
|
|
|
- name: Set up those proxy redirects. Wow!
|
2015-02-21 22:28:28 +00:00
|
|
|
hosts: proxies-stg:proxies
|
2014-12-07 19:57:32 +00:00
|
|
|
user: root
|
|
|
|
gather_facts: True
|
|
|
|
|
|
|
|
vars_files:
|
|
|
|
- /srv/web/infra/ansible/vars/global.yml
|
2015-01-09 22:59:18 +00:00
|
|
|
- "/srv/private/ansible/vars.yml"
|
2014-12-07 19:57:32 +00:00
|
|
|
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
|
|
|
|
|
|
|
handlers:
|
2017-10-16 21:58:36 +00:00
|
|
|
- import_tasks: "{{ handlers_path }}/restart_services.yml"
|
2014-12-07 19:57:32 +00:00
|
|
|
|
|
|
|
roles:
|
|
|
|
|
2014-12-12 19:57:41 +00:00
|
|
|
# An exceptional rewrite for bugz.fp.o
|
2015-11-21 17:44:35 +00:00
|
|
|
- role: packages3/bugz.fp.o
|
2014-12-12 19:57:41 +00:00
|
|
|
website: bugz.fedoraproject.org
|
|
|
|
|
2014-12-19 15:53:57 +00:00
|
|
|
|
2014-12-07 19:57:32 +00:00
|
|
|
# Various app redirects
|
2019-01-15 17:54:05 +00:00
|
|
|
- role: httpd/redirect
|
|
|
|
shortname: neuro
|
|
|
|
website: neuro.fedoraproject.org
|
|
|
|
path: /
|
|
|
|
target: https://docs.fedoraproject.org/en-US/neurofedora/overview/
|
|
|
|
|
2014-12-07 19:57:32 +00:00
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: community
|
2014-12-07 19:57:32 +00:00
|
|
|
website: admin.fedoraproject.org
|
|
|
|
path: /community
|
2015-07-22 18:53:49 +02:00
|
|
|
target: https://apps.fedoraproject.org/packages
|
2014-12-07 19:57:32 +00:00
|
|
|
|
2017-05-11 13:19:46 +00:00
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: nagios
|
2017-05-11 13:19:46 +00:00
|
|
|
website: admin.fedoraproject.org
|
|
|
|
path: /nagios
|
|
|
|
target: https://nagios.fedoraproject.org/nagios/
|
|
|
|
|
2014-12-07 19:57:32 +00:00
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: docs
|
2014-12-07 19:57:32 +00:00
|
|
|
website: fedoraproject.org
|
|
|
|
path: /docs
|
2015-07-22 18:53:49 +02:00
|
|
|
target: https://docs.fedoraproject.org/
|
2014-12-07 19:57:32 +00:00
|
|
|
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: elections
|
2014-12-07 19:57:32 +00:00
|
|
|
website: admin.fedoraproject.org
|
|
|
|
path: /voting
|
2017-04-05 16:44:35 +00:00
|
|
|
target: https://admin.fedoraproject.org/voting
|
2014-12-07 19:57:32 +00:00
|
|
|
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: people-fp-o
|
2014-12-07 19:57:32 +00:00
|
|
|
website: people.fedoraproject.org
|
2015-02-13 16:49:59 +00:00
|
|
|
target: https://fedorapeople.org/
|
2014-12-07 19:57:32 +00:00
|
|
|
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: fas
|
2014-12-07 19:57:32 +00:00
|
|
|
website: fas.fedoraproject.org
|
|
|
|
target: https://admin.fedoraproject.org/accounts/
|
|
|
|
|
2016-04-22 21:33:42 +00:00
|
|
|
- role: httpd/redirectmatch
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: codecs
|
2016-04-22 21:33:42 +00:00
|
|
|
website: codecs.fedoraproject.org
|
2016-08-08 19:36:31 +00:00
|
|
|
regex: ^.*/(.*openh264.*.rpm$)
|
2016-04-23 00:27:23 +00:00
|
|
|
target: http://ciscobinary.openh264.org/$1
|
2016-04-22 21:33:42 +00:00
|
|
|
|
2018-04-25 23:46:12 +00:00
|
|
|
- role: httpd/redirect
|
2018-04-25 22:41:06 +00:00
|
|
|
shortname: jenkins
|
|
|
|
website: jenkins.fedorainfracloud.org
|
2018-12-10 05:54:07 +00:00
|
|
|
target: https://jenkins-fedora-infra.apps.ci.centos.org/
|
2018-12-10 05:57:32 +00:00
|
|
|
tags: jenkins
|
2018-04-25 22:41:06 +00:00
|
|
|
|
2016-04-14 15:14:56 +00:00
|
|
|
- role: httpd/redirectmatch
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: fpaste
|
2016-04-15 16:27:23 +00:00
|
|
|
website: fpaste.org
|
|
|
|
regex: /(.*)$
|
|
|
|
target: https://paste.fedoraproject.org/$1
|
|
|
|
|
|
|
|
- role: httpd/redirectmatch
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: mailman
|
2016-04-14 15:14:56 +00:00
|
|
|
website: admin.fedoraproject.org
|
|
|
|
regex: /mailman/(.*)$
|
2016-04-14 15:39:28 +00:00
|
|
|
target: https://lists.fedoraproject.org/mailman/$1
|
|
|
|
|
|
|
|
- role: httpd/redirectmatch
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: mailman-pipermail
|
2016-04-14 15:39:28 +00:00
|
|
|
website: admin.fedoraproject.org
|
|
|
|
regex: /pipermail/(.*)$
|
|
|
|
target: https://lists.fedoraproject.org/pipermail/$1
|
2016-04-14 15:14:56 +00:00
|
|
|
|
2015-08-17 15:24:30 +00:00
|
|
|
- role: httpd/redirectmatch
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: 00-bodhi2-cutover-users
|
2015-08-17 15:24:30 +00:00
|
|
|
website: admin.fedoraproject.org
|
2015-08-17 15:42:10 +00:00
|
|
|
regex: /updates/user/(.*)$
|
2015-08-20 02:58:48 +00:00
|
|
|
target: https://bodhi.fedoraproject.org/users/$1
|
2015-08-17 15:24:30 +00:00
|
|
|
|
2015-08-17 15:48:42 +00:00
|
|
|
- role: httpd/redirectmatch
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: 01-bodhi2-cutover-comments-list
|
2015-08-17 15:48:42 +00:00
|
|
|
website: admin.fedoraproject.org
|
|
|
|
regex: /updates/comments$
|
2015-08-20 02:58:48 +00:00
|
|
|
target: https://bodhi.fedoraproject.org/comments/
|
2015-08-17 15:55:38 +00:00
|
|
|
|
|
|
|
# This one is sub-optimal, but we have no way to map /mine to /$username
|
|
|
|
- role: httpd/redirectmatch
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: 02-bodhi2-mine-fallback
|
2015-08-17 15:55:38 +00:00
|
|
|
website: admin.fedoraproject.org
|
|
|
|
regex: /updates/mine$
|
2015-08-20 02:58:48 +00:00
|
|
|
target: https://bodhi.fedoraproject.org/
|
2015-08-17 15:55:38 +00:00
|
|
|
|
|
|
|
# This is similar to /mine. Ideally, we would redirect to
|
|
|
|
# /overrides/?user=$USERNAME, but we can't get that username afaik.
|
|
|
|
- role: httpd/redirectmatch
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: 03-bodhi2-cutover-overrides-list
|
2015-08-17 15:55:38 +00:00
|
|
|
website: admin.fedoraproject.org
|
|
|
|
regex: /updates/override/list$
|
2015-08-20 02:58:48 +00:00
|
|
|
target: https://bodhi.fedoraproject.org/overrides/
|
2015-08-17 15:48:42 +00:00
|
|
|
|
2015-08-17 15:58:57 +00:00
|
|
|
- role: httpd/redirectmatch
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: 04-bodhi2-new-update-gotcha
|
2015-08-17 15:58:57 +00:00
|
|
|
website: admin.fedoraproject.org
|
|
|
|
regex: /updates/new/*$
|
2015-08-20 02:58:48 +00:00
|
|
|
target: https://bodhi.fedoraproject.org/updates/new
|
2015-08-17 15:58:57 +00:00
|
|
|
|
2015-08-17 17:15:44 +00:00
|
|
|
- role: httpd/redirectmatch
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: 05-bodhi2-api-version
|
2015-08-17 17:15:44 +00:00
|
|
|
website: admin.fedoraproject.org
|
|
|
|
regex: /updates/api_version$
|
2015-08-20 02:58:48 +00:00
|
|
|
target: https://bodhi.fedoraproject.org/api_version
|
2015-08-17 17:15:44 +00:00
|
|
|
|
2015-08-17 17:27:55 +00:00
|
|
|
- role: httpd/redirectmatch
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: 06-bodhi2-login
|
2015-08-17 17:27:55 +00:00
|
|
|
website: admin.fedoraproject.org
|
|
|
|
regex: /updates/login$
|
2015-08-20 02:58:48 +00:00
|
|
|
target: https://bodhi.fedoraproject.org/login
|
2015-08-17 17:27:55 +00:00
|
|
|
|
|
|
|
- role: httpd/redirectmatch
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: 07-bodhi2-logout
|
2015-08-17 17:27:55 +00:00
|
|
|
website: admin.fedoraproject.org
|
|
|
|
regex: /updates/logout$
|
2015-08-20 02:58:48 +00:00
|
|
|
target: https://bodhi.fedoraproject.org/logout
|
2015-08-17 17:27:55 +00:00
|
|
|
|
|
|
|
- role: httpd/redirectmatch
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: 08-bodhi2-rss
|
2015-08-17 17:27:55 +00:00
|
|
|
website: admin.fedoraproject.org
|
2015-08-17 17:42:26 +00:00
|
|
|
regex: /updates/rss/rss2\.0
|
2015-08-20 02:58:48 +00:00
|
|
|
target: https://bodhi.fedoraproject.org/updates
|
2015-08-17 17:27:55 +00:00
|
|
|
|
2015-08-20 20:20:24 +00:00
|
|
|
- role: httpd/redirectmatch
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: 09-bodhi2-old-search-new-search
|
2015-08-20 20:20:24 +00:00
|
|
|
website: admin.fedoraproject.org
|
|
|
|
regex: /updates/search/(.+)$
|
|
|
|
target: https://bodhi.fedoraproject.org/updates/?like=$1
|
|
|
|
|
2015-08-19 23:17:13 +00:00
|
|
|
- role: httpd/redirectmatch
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: 89-bodhi2-icon
|
2015-08-19 23:17:13 +00:00
|
|
|
website: admin.fedoraproject.org
|
|
|
|
regex: /updates/static/images/bodhi-icon-48.png$
|
|
|
|
target: https://apps.fedoraproject.org/img/icons/bodhi.png
|
|
|
|
|
2015-08-17 15:24:30 +00:00
|
|
|
- role: httpd/redirectmatch
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: 90-bodhi2-cutover-updates
|
2015-08-17 15:24:30 +00:00
|
|
|
website: admin.fedoraproject.org
|
2015-08-20 03:30:40 +00:00
|
|
|
regex: /updates/(.+)$
|
2015-08-20 02:58:48 +00:00
|
|
|
target: https://bodhi.fedoraproject.org/updates/$1
|
2015-08-17 15:24:30 +00:00
|
|
|
|
2015-08-20 03:30:40 +00:00
|
|
|
- role: httpd/redirectmatch
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: 91-bodhi2-cutover-baseline
|
2015-08-20 03:30:40 +00:00
|
|
|
website: admin.fedoraproject.org
|
2015-08-20 03:36:46 +00:00
|
|
|
regex: /updates/*$
|
2015-08-20 03:30:40 +00:00
|
|
|
target: https://bodhi.fedoraproject.org/
|
|
|
|
|
2015-09-04 13:21:46 +00:00
|
|
|
# See https://github.com/fedora-infra/bodhi/issues/476
|
|
|
|
- role: httpd/redirectmatch
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: send-user-to-users
|
2015-09-04 13:21:46 +00:00
|
|
|
website: bodhi.fedoraproject.org
|
|
|
|
regex: /user/(.*)$
|
|
|
|
target: https://bodhi.fedoraproject.org/users/$1
|
|
|
|
|
2014-12-07 19:57:32 +00:00
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: get-fedora
|
2014-12-07 19:57:32 +00:00
|
|
|
website: get.fedoraproject.org
|
2015-07-22 18:53:49 +02:00
|
|
|
target: https://getfedora.org/
|
2014-12-07 19:57:32 +00:00
|
|
|
|
2016-01-21 21:24:03 +00:00
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: flocktofedora
|
2016-01-21 21:24:03 +00:00
|
|
|
website: flocktofedora.net
|
|
|
|
target: https://flocktofedora.org/
|
|
|
|
|
2015-07-08 15:54:59 +00:00
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: fedoramy
|
2015-07-08 15:54:59 +00:00
|
|
|
website: fedora.my
|
|
|
|
target: http://www.fedora.my/
|
|
|
|
|
2016-01-21 23:56:54 +00:00
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: copr
|
2016-01-21 23:56:54 +00:00
|
|
|
website: copr.fedoraproject.org
|
|
|
|
target: https://copr.fedorainfracloud.org/
|
2018-08-27 12:18:13 +00:00
|
|
|
when: env != "staging"
|
|
|
|
tags: copr
|
2016-01-21 23:56:54 +00:00
|
|
|
|
2014-12-07 19:57:32 +00:00
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: join-fedora
|
2014-12-07 19:57:32 +00:00
|
|
|
website: join.fedoraproject.org
|
2015-07-22 18:53:49 +02:00
|
|
|
target: https://fedoraproject.org/wiki/Join
|
2014-12-07 19:57:32 +00:00
|
|
|
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: get-help
|
2014-12-07 19:57:32 +00:00
|
|
|
website: help.fedoraproject.org
|
2015-07-22 18:53:49 +02:00
|
|
|
target: https://fedoraproject.org/get-help
|
2014-12-07 19:57:32 +00:00
|
|
|
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: l10n
|
2014-12-07 19:57:32 +00:00
|
|
|
website: l10n.fedoraproject.org
|
|
|
|
target: https://translate.fedoraproject.org/
|
|
|
|
|
2016-04-05 06:05:32 +00:00
|
|
|
# This is just a redirect to developer, to make it easier for people to get
|
|
|
|
# here from Red Hat's developers.redhat.com (ticket #5216).
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: developers
|
2016-04-05 06:05:32 +00:00
|
|
|
website: developers.fedoraproject.org
|
|
|
|
target: https://developer.fedoraproject.org/
|
2014-12-07 19:57:32 +00:00
|
|
|
|
2017-07-18 21:42:45 +00:00
|
|
|
# Redirect fudcon.fedoraproject.org to flocktofedora.org
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: fudcon
|
2017-07-18 21:42:45 +00:00
|
|
|
website: fudcon.fedoraproject.org
|
|
|
|
path: /index.html
|
|
|
|
target: https://flocktofedora.org/
|
|
|
|
|
2014-12-19 15:53:57 +00:00
|
|
|
# Redirect specific websites from fedoraproject.org to getfedora.org
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: main-fedoraproject
|
2014-12-19 15:53:57 +00:00
|
|
|
website: fedoraproject.org
|
|
|
|
path: /index.html
|
|
|
|
target: https://getfedora.org/
|
|
|
|
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: get-fedora-old
|
2014-12-19 15:53:57 +00:00
|
|
|
website: fedoraproject.org
|
|
|
|
path: /get-fedora
|
|
|
|
target: https://getfedora.org/
|
|
|
|
|
2015-02-03 17:13:49 +00:00
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: sponsors
|
2015-02-03 17:13:49 +00:00
|
|
|
website: fedoraproject.org
|
|
|
|
path: /sponsors
|
|
|
|
target: https://getfedora.org/sponsors
|
|
|
|
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: code-of-conduct
|
2015-02-03 17:13:49 +00:00
|
|
|
website: fedoraproject.org
|
|
|
|
path: /code-of-conduct
|
2017-11-17 16:49:09 +00:00
|
|
|
target: https://docs.fedoraproject.org/fedora-project/project/code-of-conduct.html
|
|
|
|
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: code-of-conduct-2
|
2017-11-17 16:49:09 +00:00
|
|
|
website: getfedora.org
|
|
|
|
path: /code-of-conduct
|
|
|
|
target: https://docs.fedoraproject.org/fedora-project/project/code-of-conduct.html
|
2015-02-03 17:13:49 +00:00
|
|
|
|
2014-12-19 15:53:57 +00:00
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: verify
|
2014-12-19 15:53:57 +00:00
|
|
|
website: fedoraproject.org
|
|
|
|
path: /verify
|
|
|
|
target: https://getfedora.org/verify
|
|
|
|
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: keys
|
2014-12-19 15:53:57 +00:00
|
|
|
website: fedoraproject.org
|
|
|
|
path: /keys
|
|
|
|
target: https://getfedora.org/keys
|
|
|
|
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: release-banner
|
2014-12-19 15:53:57 +00:00
|
|
|
website: fedoraproject.org
|
|
|
|
path: /static/js/release-counter-ext.js
|
|
|
|
target: https://getfedora.org/static/js/release-counter-ext.js
|
|
|
|
|
2015-05-26 11:31:41 +00:00
|
|
|
#
|
|
|
|
# When there is no prerelease we redirect the prerelease urls
|
2016-08-08 19:36:31 +00:00
|
|
|
# back to the main release.
|
2015-05-26 11:31:41 +00:00
|
|
|
# This should be disabled when there is a prerelease
|
|
|
|
|
2018-10-29 20:49:55 +00:00
|
|
|
- role: httpd/redirectmatch
|
|
|
|
shortname: prerelease-to-final-gfo-ws
|
|
|
|
website: getfedora.org
|
|
|
|
regex: /(.*)workstation/prerelease.*$
|
|
|
|
target: https://stg.getfedora.org/$1/workstation
|
|
|
|
when: env == 'staging'
|
|
|
|
|
|
|
|
- role: httpd/redirectmatch
|
|
|
|
shortname: prerelease-to-final-gfo-srv
|
|
|
|
website: getfedora.org
|
|
|
|
regex: /(.*)server/prerelease.*$
|
|
|
|
target: https://stg.getfedora.org/$1/server
|
|
|
|
when: env == 'staging'
|
|
|
|
|
|
|
|
- role: httpd/redirectmatch
|
|
|
|
shortname: prerelease-to-final-gfo-atomic
|
|
|
|
website: getfedora.org
|
|
|
|
regex: /(.*)atomic/prerelease.*$
|
|
|
|
target: https://stg.getfedora.org/$1/atomic
|
|
|
|
when: env == 'staging'
|
|
|
|
|
|
|
|
- role: httpd/redirectmatch
|
|
|
|
shortname: prerelease-to-final-labs-1
|
|
|
|
website: labs.fedoraproject.org
|
|
|
|
regex: /(.*)prerelease.*$
|
|
|
|
target: https://labs.stg.fedoraproject.org/$1
|
|
|
|
when: env == 'staging'
|
|
|
|
|
|
|
|
- role: httpd/redirectmatch
|
|
|
|
shortname: prerelease-to-final-spins-1
|
|
|
|
website: spins.fedoraproject.org
|
|
|
|
regex: /(.*)prerelease.*$
|
|
|
|
target: https://spins.stg.fedoraproject.org/$1
|
|
|
|
when: env == 'staging'
|
|
|
|
|
|
|
|
- role: httpd/redirectmatch
|
|
|
|
shortname: prerelease-to-final-arm-1
|
|
|
|
website: arm.fedoraproject.org
|
|
|
|
regex: /(.*)prerelease.*$
|
|
|
|
target: https://arm.stg.fedoraproject.org/$1
|
|
|
|
when: env == 'staging'
|
|
|
|
|
|
|
|
- role: httpd/redirectmatch
|
|
|
|
shortname: prerelease-to-final-labs-2
|
|
|
|
website: labs.fedoraproject.org
|
|
|
|
regex: /prerelease.*$
|
|
|
|
target: https://labs.stg.fedoraproject.org/$1
|
|
|
|
when: env == 'staging'
|
|
|
|
|
|
|
|
- role: httpd/redirectmatch
|
|
|
|
shortname: prerelease-to-final-spins-2
|
|
|
|
website: spins.fedoraproject.org
|
|
|
|
regex: /prerelease.*$
|
|
|
|
target: https://spins.stg.fedoraproject.org/$1
|
|
|
|
when: env == 'staging'
|
|
|
|
|
|
|
|
- role: httpd/redirectmatch
|
|
|
|
shortname: prerelease-to-final-arm-2
|
|
|
|
website: arm.fedoraproject.org
|
|
|
|
regex: /prerelease.*$
|
|
|
|
target: https://arm.stg.fedoraproject.org/$1
|
|
|
|
when: env == 'staging'
|
|
|
|
|
2018-05-01 12:20:50 +00:00
|
|
|
- role: httpd/redirectmatch
|
|
|
|
shortname: cloud-to-atomic
|
|
|
|
website: getfedora.org
|
|
|
|
regex: /cloud/.*$
|
|
|
|
target: https://alt.stg.fedoraproject.org/cloud/$1
|
|
|
|
when: env == 'staging'
|
|
|
|
|
|
|
|
- role: httpd/redirectmatch
|
|
|
|
shortname: cloud-to-atomic-download
|
|
|
|
website: getfedora.org
|
|
|
|
regex: /(.*)/cloud/download.*$
|
|
|
|
target: https://alt.stg.fedoraproject.org/$1/cloud
|
|
|
|
when: env == 'staging'
|
|
|
|
|
2018-12-14 20:36:28 +00:00
|
|
|
- role: httpd/redirectmatch
|
|
|
|
shortname: prerelease-to-final-alt-1
|
|
|
|
website: alt.fedoraproject.org
|
|
|
|
regex: /prerelease.*$
|
|
|
|
target: https://alt.stg.fedoraproject.org/$1
|
|
|
|
when: env == 'staging'
|
|
|
|
|
2016-08-29 21:13:09 +00:00
|
|
|
# end staging
|
|
|
|
|
2018-10-30 12:48:53 +00:00
|
|
|
- role: httpd/redirectmatch
|
|
|
|
shortname: prerelease-to-final-gfo-ws
|
|
|
|
website: getfedora.org
|
|
|
|
regex: /(.*)workstation/prerelease.*$
|
|
|
|
target: https://getfedora.org/$1/workstation
|
|
|
|
when: env != 'staging'
|
|
|
|
|
|
|
|
- role: httpd/redirectmatch
|
|
|
|
shortname: prerelease-to-final-gfo-srv
|
|
|
|
website: getfedora.org
|
|
|
|
regex: /(.*)server/prerelease.*$
|
|
|
|
target: https://getfedora.org/$1/server
|
|
|
|
when: env != 'staging'
|
|
|
|
|
|
|
|
- role: httpd/redirectmatch
|
|
|
|
shortname: prerelease-to-final-gfo-atomic
|
|
|
|
website: getfedora.org
|
|
|
|
regex: /(.*)atomic/prerelease.*$
|
|
|
|
target: https://getfedora.org/$1/atomic
|
|
|
|
when: env != 'staging'
|
|
|
|
|
|
|
|
- role: httpd/redirectmatch
|
|
|
|
shortname: prerelease-to-final-labs-1
|
|
|
|
website: labs.fedoraproject.org
|
|
|
|
regex: /(.*)/prerelease.*$
|
|
|
|
target: https://labs.fedoraproject.org/$1
|
|
|
|
when: env != 'staging'
|
|
|
|
|
|
|
|
- role: httpd/redirectmatch
|
|
|
|
shortname: prerelease-to-final-spins-1
|
|
|
|
website: spins.fedoraproject.org
|
|
|
|
regex: /(.*)/prerelease.*$
|
|
|
|
target: https://spins.fedoraproject.org/$1
|
|
|
|
when: env != 'staging'
|
|
|
|
|
|
|
|
- role: httpd/redirectmatch
|
|
|
|
shortname: prerelease-to-final-arm-1
|
|
|
|
website: arm.fedoraproject.org
|
|
|
|
regex: /(.*)/prerelease.*$
|
|
|
|
target: https://arm.fedoraproject.org/$1
|
|
|
|
when: env != 'staging'
|
|
|
|
|
|
|
|
- role: httpd/redirectmatch
|
|
|
|
shortname: prerelease-to-final-labs-2
|
|
|
|
website: labs.fedoraproject.org
|
|
|
|
regex: /prerelease.*$
|
|
|
|
target: https://labs.fedoraproject.org/$1
|
|
|
|
when: env != 'staging'
|
|
|
|
|
|
|
|
- role: httpd/redirectmatch
|
|
|
|
shortname: prerelease-to-final-spins-2
|
|
|
|
website: spins.fedoraproject.org
|
|
|
|
regex: /prerelease.*$
|
|
|
|
target: https://spins.fedoraproject.org/$1
|
|
|
|
when: env != 'staging'
|
|
|
|
|
|
|
|
- role: httpd/redirectmatch
|
|
|
|
shortname: prerelease-to-final-arm-2
|
|
|
|
website: arm.fedoraproject.org
|
|
|
|
regex: /prerelease.*$
|
|
|
|
target: https://arm.fedoraproject.org/$1
|
|
|
|
when: env != 'staging'
|
|
|
|
|
|
|
|
- role: httpd/redirectmatch
|
|
|
|
shortname: prerelease-to-final-alt-1
|
|
|
|
website: alt.fedoraproject.org
|
|
|
|
regex: /prerelease.*$
|
|
|
|
target: https://alt.fedoraproject.org/$1
|
|
|
|
when: env != 'staging'
|
2018-05-10 19:27:16 +00:00
|
|
|
|
2018-05-01 12:20:50 +00:00
|
|
|
# end of prod prerelease
|
2016-11-22 12:41:39 +00:00
|
|
|
|
|
|
|
- role: httpd/redirectmatch
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: cloud-to-atomic
|
2016-11-22 12:41:39 +00:00
|
|
|
website: getfedora.org
|
|
|
|
regex: /cloud/.*$
|
2017-01-13 21:01:26 +00:00
|
|
|
target: https://alt.fedoraproject.org/cloud/$1
|
2016-11-22 12:41:39 +00:00
|
|
|
when: env != 'staging'
|
|
|
|
|
|
|
|
- role: httpd/redirectmatch
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: cloud-to-atomic-download
|
2016-11-22 12:41:39 +00:00
|
|
|
website: getfedora.org
|
|
|
|
regex: /(.*)/cloud/download.*$
|
2017-01-13 21:01:26 +00:00
|
|
|
target: https://alt.fedoraproject.org/$1/cloud
|
2016-11-22 12:41:39 +00:00
|
|
|
when: env != 'staging'
|
2016-03-08 22:35:44 +00:00
|
|
|
|
2015-02-04 16:44:36 +00:00
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: store
|
2015-02-04 16:44:36 +00:00
|
|
|
website: store.fedoraproject.org
|
|
|
|
target: "https://redhat.corpmerchandise.com/ProductList.aspx?did=20588"
|
2014-12-19 15:53:57 +00:00
|
|
|
|
2014-12-07 19:57:32 +00:00
|
|
|
# Fonts on the wiki
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: fonts-wiki
|
2014-12-07 19:57:32 +00:00
|
|
|
website: fonts.fedoraproject.org
|
|
|
|
target: https://fedoraproject.org/wiki/Category:Fonts_SIG
|
|
|
|
|
|
|
|
# Releng
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: nightly
|
2014-12-07 19:57:32 +00:00
|
|
|
website: nightly.fedoraproject.org
|
2016-07-21 21:40:05 +00:00
|
|
|
target: https://www.happyassassin.net/nightlies.html
|
2014-12-07 19:57:32 +00:00
|
|
|
|
2016-03-04 16:58:33 +00:00
|
|
|
# We retired releng-dash in favor of PDC
|
|
|
|
# https://lists.fedoraproject.org/archives/list/rel-eng@lists.fedoraproject.org/thread/LOWVTF6WTS43LNPWDEISLXUELXAH5YXR/#LOWVTF6WTS43LNPWDEISLXUELXAH5YXR
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: releng-dash
|
2016-03-04 16:58:33 +00:00
|
|
|
website: apps.fedoraproject.org
|
|
|
|
path: /releng-dash
|
|
|
|
target: https://pdc.fedoraproject.org/
|
|
|
|
|
2014-12-07 19:57:32 +00:00
|
|
|
|
|
|
|
# Send fp.com to fp.org
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: site
|
2014-12-07 19:57:32 +00:00
|
|
|
website: fedoraproject.com
|
2015-07-22 18:53:49 +02:00
|
|
|
target: https://getfedora.org/
|
2014-12-07 19:57:32 +00:00
|
|
|
|
|
|
|
# Planet/people convenience
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: infofeed
|
2014-12-07 19:57:32 +00:00
|
|
|
website: fedoraproject.org
|
|
|
|
path: /infofeed
|
2015-06-04 23:25:01 +02:00
|
|
|
target: http://fedoraplanet.org/infofeed
|
2014-12-07 19:57:32 +00:00
|
|
|
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: people
|
2014-12-07 19:57:32 +00:00
|
|
|
website: fedoraproject.org
|
|
|
|
path: /people
|
2015-06-04 23:25:01 +02:00
|
|
|
target: http://fedoraplanet.org/
|
2014-12-07 19:57:32 +00:00
|
|
|
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: fedorapeople
|
2014-12-07 19:57:32 +00:00
|
|
|
website: fedoraproject.org
|
|
|
|
path: /fedorapeople
|
2015-06-04 23:25:01 +02:00
|
|
|
target: http://fedoraplanet.org/
|
2014-12-07 19:57:32 +00:00
|
|
|
|
2017-11-16 00:41:09 +00:00
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: planet.fedoraproject.org
|
2017-11-16 00:41:09 +00:00
|
|
|
website: planet.fedoraproject.org
|
2018-01-03 20:51:59 +00:00
|
|
|
target: http://fedoraplanet.org/
|
2014-12-07 19:57:32 +00:00
|
|
|
|
|
|
|
# QA
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: qa
|
2014-12-07 19:57:32 +00:00
|
|
|
website: qa.fedoraproject.org
|
|
|
|
target: https://fedoraproject.org/wiki/QA
|
2016-02-02 16:48:27 +00:00
|
|
|
when: env != 'staging'
|
2014-12-07 19:57:32 +00:00
|
|
|
|
|
|
|
|
|
|
|
# Various community sites
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: it-fedoracommunity-redirect
|
2014-12-07 19:57:32 +00:00
|
|
|
website: it.fedoracommunity.org
|
|
|
|
target: http://www.fedoraonline.it/
|
|
|
|
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: uk-fedoracommunity-redirect
|
2014-12-07 19:57:32 +00:00
|
|
|
website: uk.fedoracommunity.org
|
|
|
|
target: http://www.fedora-uk.org/
|
|
|
|
|
2016-10-22 22:29:35 +00:00
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: tw-fedoracommunity-redirect
|
2016-10-22 22:29:35 +00:00
|
|
|
website: tw.fedoracommunity.org
|
|
|
|
target: https://fedora-tw.org/
|
2014-12-07 19:57:32 +00:00
|
|
|
|
|
|
|
# Spins
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: kde
|
2014-12-07 19:57:32 +00:00
|
|
|
website: kde.fedoraproject.org
|
2015-07-22 18:53:49 +02:00
|
|
|
target: https://spins.fedoraproject.org/kde/
|
2014-12-07 19:57:32 +00:00
|
|
|
|
|
|
|
|
|
|
|
# Various sites that we are friends with
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: port389
|
2014-12-07 19:57:32 +00:00
|
|
|
website: port389.org
|
|
|
|
target: http://directory.fedoraproject.org/
|
|
|
|
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: k12linux
|
2014-12-07 19:57:32 +00:00
|
|
|
website: k12linux.org
|
|
|
|
target: https://fedorahosted.org/k12linux/
|
|
|
|
|
2018-09-19 17:41:07 +00:00
|
|
|
- role: httpd/redirect
|
|
|
|
shortname: dogtagpki
|
|
|
|
website: pki.fedoraproject.org
|
|
|
|
target: http://dogtagpki.org/
|
2018-09-19 17:27:26 +00:00
|
|
|
|
2014-12-07 19:57:32 +00:00
|
|
|
# Cloudy bits
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: cloud-front-page
|
2014-12-17 15:49:51 +00:00
|
|
|
website: cloud.fedoraproject.org
|
2017-01-10 21:29:12 +00:00
|
|
|
target: https://alt.fedoraproject.org/cloud/
|
2014-12-07 19:57:32 +00:00
|
|
|
|
2014-12-07 20:01:50 +00:00
|
|
|
- role: httpd/redirectmatch
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: redirect-cloudstart
|
2014-12-07 20:01:50 +00:00
|
|
|
website: redirect.fedoraproject.org
|
|
|
|
regex: /(console\.aws\.amazon\.com/ec2/v2/home.*)$
|
|
|
|
target: https://$1
|
|
|
|
|
2014-12-07 19:57:32 +00:00
|
|
|
## Cloud image redirects
|
2015-05-26 12:15:44 +00:00
|
|
|
|
2016-11-22 12:41:39 +00:00
|
|
|
# Redirects/pointers for fedora 25 BASE cloud images
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: cloud-base-64bit-25
|
2016-11-22 12:41:39 +00:00
|
|
|
website: cloud.fedoraproject.org
|
|
|
|
path: /fedora-25.x86_64.qcow2
|
|
|
|
target: https://download.fedoraproject.org/pub/fedora/linux/releases/25/CloudImages/x86_64/images/Fedora-Cloud-Base-25-1.3.x86_64.qcow2
|
|
|
|
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: cloud-base-64bit-25-raw
|
2016-11-22 12:41:39 +00:00
|
|
|
website: cloud.fedoraproject.org
|
|
|
|
path: /fedora-25.x86_64.raw.xz
|
|
|
|
target: https://download.fedoraproject.org/pub/fedora/linux/releases/25/CloudImages/x86_64/images/Fedora-Cloud-Base-25-1.3.x86_64.raw.xz
|
|
|
|
|
2016-06-21 12:36:21 +00:00
|
|
|
# Redirects/pointers for fedora 24 BASE cloud images
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: cloud-base-64bit-24
|
2016-06-21 12:36:21 +00:00
|
|
|
website: cloud.fedoraproject.org
|
|
|
|
path: /fedora-24.x86_64.qcow2
|
|
|
|
target: https://download.fedoraproject.org/pub/fedora/linux/releases/24/CloudImages/x86_64/images/Fedora-Cloud-Base-24-1.2.x86_64.qcow2
|
|
|
|
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: cloud-base-64bit-24-raw
|
2016-06-21 12:36:21 +00:00
|
|
|
website: cloud.fedoraproject.org
|
|
|
|
path: /fedora-24.x86_64.raw.xz
|
|
|
|
target: https://download.fedoraproject.org/pub/fedora/linux/releases/24/CloudImages/x86_64/images/Fedora-Cloud-Base-24-1.2.x86_64.raw.xz
|
|
|
|
|
2015-11-03 12:40:43 +00:00
|
|
|
# Redirects/pointers for fedora 23 BASE cloud images
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: cloud-base-64bit-23
|
2015-11-03 12:40:43 +00:00
|
|
|
website: cloud.fedoraproject.org
|
|
|
|
path: /fedora-23.x86_64.qcow2
|
|
|
|
target: https://download.fedoraproject.org/pub/fedora/linux/releases/23/Cloud/x86_64/Images/Fedora-Cloud-Base-23-20151030.x86_64.qcow2
|
|
|
|
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: cloud-base-64bit-23-raw
|
2015-11-03 12:40:43 +00:00
|
|
|
website: cloud.fedoraproject.org
|
|
|
|
path: /fedora-23.x86_64.raw.xz
|
|
|
|
target: https://download.fedoraproject.org/pub/fedora/linux/releases/23/Cloud/x86_64/Images/Fedora-Cloud-Base-23-20151030.x86_64.raw.xz
|
|
|
|
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: cloud-base-32bit-23-raw
|
2015-11-03 12:40:43 +00:00
|
|
|
website: cloud.fedoraproject.org
|
|
|
|
path: /fedora-23.i386.raw.xz
|
|
|
|
target: https://download.fedoraproject.org/pub/fedora/linux/releases/23/Cloud/i386/Images/Fedora-Cloud-Base-23-20151030.i386.raw.xz
|
|
|
|
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: cloud-base-32bit-23
|
2015-11-03 12:40:43 +00:00
|
|
|
website: cloud.fedoraproject.org
|
|
|
|
path: /fedora-23.i386.qcow2
|
|
|
|
target: https://download.fedoraproject.org/pub/fedora/linux/releases/23/Cloud/i386/Images/Fedora-Cloud-Base-23-20151030.i386.qcow2
|
|
|
|
|
|
|
|
# Redirects/pointers for fedora 23 ATOMIC cloud images
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: cloud-atomic-64bit-23
|
2015-11-03 12:40:43 +00:00
|
|
|
website: cloud.fedoraproject.org
|
|
|
|
path: /fedora-atomic-23.x86_64.qcow2
|
|
|
|
target: https://download.fedoraproject.org/pub/fedora/linux/releases/23/Cloud/x86_64/Images/Fedora-Cloud-Atomic-23-20151030.x86_64.qcow2
|
|
|
|
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: cloud-atomic-64bit-23-raw
|
2015-11-03 12:40:43 +00:00
|
|
|
website: cloud.fedoraproject.org
|
|
|
|
path: /fedora-atomic-23.x86_64.raw.xz
|
|
|
|
target: https://download.fedoraproject.org/pub/fedora/linux/releases/23/Cloud/x86_64/Images/Fedora-Cloud-Atomic-23-20151030.x86_64.raw.xz
|
|
|
|
|
2015-05-26 12:15:44 +00:00
|
|
|
# Redirects/pointers for fedora 22 BASE cloud images
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: cloud-base-64bit-22
|
2015-05-26 12:15:44 +00:00
|
|
|
website: cloud.fedoraproject.org
|
|
|
|
path: /fedora-22.x86_64.qcow2
|
2015-07-22 18:53:49 +02:00
|
|
|
target: https://download.fedoraproject.org/pub/fedora/linux/releases/22/Cloud/x86_64/Images/Fedora-Cloud-Base-22-20150521.x86_64.qcow2
|
2015-05-26 12:15:44 +00:00
|
|
|
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: cloud-base-64bit-22-raw
|
2015-05-26 12:15:44 +00:00
|
|
|
website: cloud.fedoraproject.org
|
|
|
|
path: /fedora-22.x86_64.raw.xz
|
2015-07-22 18:53:49 +02:00
|
|
|
target: https://download.fedoraproject.org/pub/fedora/linux/releases/22/Cloud/x86_64/Images/Fedora-Cloud-Base-22-20150521.x86_64.raw.xz
|
2015-05-26 12:15:44 +00:00
|
|
|
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: cloud-base-32bit-22-raw
|
2015-05-26 12:15:44 +00:00
|
|
|
website: cloud.fedoraproject.org
|
|
|
|
path: /fedora-22.i386.raw.xz
|
2015-07-22 18:53:49 +02:00
|
|
|
target: https://download.fedoraproject.org/pub/fedora/linux/releases/22/Cloud/i386/Images/Fedora-Cloud-Base-22-20150521.i386.raw.xz
|
2015-05-26 12:15:44 +00:00
|
|
|
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: cloud-base-32bit-22
|
2015-05-26 12:15:44 +00:00
|
|
|
website: cloud.fedoraproject.org
|
|
|
|
path: /fedora-22.i386.qcow2
|
2015-07-22 18:53:49 +02:00
|
|
|
target: https://download.fedoraproject.org/pub/fedora/linux/releases/22/Cloud/i386/Images/Fedora-Cloud-Base-22-20150521.i386.qcow2
|
2015-05-26 12:15:44 +00:00
|
|
|
|
|
|
|
# Redirects/pointers for fedora 22 ATOMIC cloud images
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: cloud-atomic-64bit-22
|
2015-05-26 12:15:44 +00:00
|
|
|
website: cloud.fedoraproject.org
|
|
|
|
path: /fedora-atomic-22.x86_64.qcow2
|
2015-07-22 18:53:49 +02:00
|
|
|
target: https://download.fedoraproject.org/pub/fedora/linux/releases/22/Cloud/x86_64/Images/Fedora-Cloud-Atomic-22-20150521.x86_64.qcow2
|
2015-05-26 12:15:44 +00:00
|
|
|
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: cloud-atomic-64bit-22-raw
|
2015-05-26 12:15:44 +00:00
|
|
|
website: cloud.fedoraproject.org
|
|
|
|
path: /fedora-atomic-22.x86_64.raw.xz
|
2015-07-22 18:53:49 +02:00
|
|
|
target: https://download.fedoraproject.org/pub/fedora/linux/releases/22/Cloud/x86_64/Images/Fedora-Cloud-Atomic-22-20150521.x86_64.raw.xz
|
2015-05-26 12:15:44 +00:00
|
|
|
|
2014-12-17 15:19:10 +00:00
|
|
|
# Redirects/pointers for fedora 21 BASE cloud images
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: cloud-base-64bit-21
|
2014-12-17 15:19:10 +00:00
|
|
|
website: cloud.fedoraproject.org
|
|
|
|
path: /fedora-21.x86_64.qcow2
|
2015-07-22 18:53:49 +02:00
|
|
|
target: https://download.fedoraproject.org/pub/fedora/linux/releases/21/Cloud/Images/x86_64/Fedora-Cloud-Base-20141203-21.x86_64.qcow2
|
2014-12-17 15:19:10 +00:00
|
|
|
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: cloud-base-64bit-21-raw
|
2014-12-17 15:19:10 +00:00
|
|
|
website: cloud.fedoraproject.org
|
|
|
|
path: /fedora-21.x86_64.raw.xz
|
2015-07-22 18:53:49 +02:00
|
|
|
target: https://download.fedoraproject.org/pub/fedora/linux/releases/21/Cloud/Images/x86_64/Fedora-Cloud-Base-20141203-21.x86_64.raw.xz
|
2014-12-17 15:19:10 +00:00
|
|
|
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: cloud-base-32bit-21-raw
|
2014-12-17 15:19:10 +00:00
|
|
|
website: cloud.fedoraproject.org
|
2014-12-17 15:49:51 +00:00
|
|
|
path: /fedora-21.i386.raw.xz
|
2015-07-22 18:53:49 +02:00
|
|
|
target: https://download.fedoraproject.org/pub/fedora/linux/releases/21/Cloud/Images/i386/Fedora-Cloud-Base-20141203-21.i386.raw.xz
|
2014-12-17 15:19:10 +00:00
|
|
|
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: cloud-base-32bit-21
|
2014-12-17 15:19:10 +00:00
|
|
|
website: cloud.fedoraproject.org
|
|
|
|
path: /fedora-21.i386.qcow2
|
2015-07-22 18:53:49 +02:00
|
|
|
target: https://download.fedoraproject.org/pub/fedora/linux/releases/21/Cloud/Images/i386/Fedora-Cloud-Base-20141203-21.i386.qcow2
|
2014-12-17 15:19:10 +00:00
|
|
|
|
|
|
|
# Redirects/pointers for fedora 21 ATOMIC cloud images
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: cloud-atomic-64bit-21
|
2014-12-17 15:19:10 +00:00
|
|
|
website: cloud.fedoraproject.org
|
2014-12-17 15:49:51 +00:00
|
|
|
path: /fedora-atomic-21.x86_64.qcow2
|
2015-07-22 18:53:49 +02:00
|
|
|
target: https://download.fedoraproject.org/pub/fedora/linux/releases/21/Cloud/Images/x86_64/Fedora-Cloud-Atomic-20141203-21.x86_64.qcow2
|
2014-12-17 15:19:10 +00:00
|
|
|
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: cloud-atomic-64bit-21-raw
|
2014-12-17 15:19:10 +00:00
|
|
|
website: cloud.fedoraproject.org
|
2014-12-17 15:49:51 +00:00
|
|
|
path: /fedora-atomic-21.x86_64.raw.xz
|
2015-07-22 18:53:49 +02:00
|
|
|
target: https://download.fedoraproject.org/pub/fedora/linux/releases/21/Cloud/Images/x86_64/Fedora-Cloud-Atomic-20141203-21.x86_64.raw.xz
|
2014-12-17 15:19:10 +00:00
|
|
|
|
|
|
|
# Except, there are no 32bit atomic images atm.
|
|
|
|
#- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
# shortname: cloud-atomic-32bit-21-raw
|
2014-12-17 15:19:10 +00:00
|
|
|
# website: cloud.fedoraproject.org
|
2014-12-17 15:49:51 +00:00
|
|
|
# path: /fedora-atomic-21.i386.raw.xz
|
2015-07-22 18:53:49 +02:00
|
|
|
# target: https://download.fedoraproject.org/pub/fedora/linux/releases/21/Cloud/Images/i386/Fedora-Cloud-Atomic-20141203-21.i386.raw.xz
|
2014-12-17 15:19:10 +00:00
|
|
|
|
|
|
|
#- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
# shortname: cloud-atomic-32bit-21
|
2014-12-17 15:19:10 +00:00
|
|
|
# website: cloud.fedoraproject.org
|
2014-12-17 15:49:51 +00:00
|
|
|
# path: /fedora-atomic-21.i386.qcow2
|
2015-07-22 18:53:49 +02:00
|
|
|
# target: https://download.fedoraproject.org/pub/fedora/linux/releases/21/Cloud/Images/i386/Fedora-Cloud-Atomic-20141203-21.i386.qcow2
|
2014-12-17 15:19:10 +00:00
|
|
|
|
2014-12-07 19:57:32 +00:00
|
|
|
# Redirects/pointers for fedora 20 cloud images
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: cloud-64bit-20
|
2014-12-07 19:57:32 +00:00
|
|
|
website: cloud.fedoraproject.org
|
|
|
|
path: /fedora-20.x86_64.qcow2
|
2015-07-22 18:53:49 +02:00
|
|
|
target: https://download.fedoraproject.org/pub/fedora/linux/updates/20/Images/x86_64/Fedora-x86_64-20-20140407-sda.qcow2
|
2014-12-07 19:57:32 +00:00
|
|
|
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: cloud-32bit-20
|
2014-12-07 19:57:32 +00:00
|
|
|
website: cloud.fedoraproject.org
|
|
|
|
path: /fedora-20.i386.qcow2
|
2015-07-22 18:53:49 +02:00
|
|
|
target: https://download.fedoraproject.org/pub/fedora/linux/updates/20/Images/i386/Fedora-i386-20-20140407-sda.qcow2
|
2014-12-07 19:57:32 +00:00
|
|
|
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: cloud-64bit-20-raw
|
2014-12-07 19:57:32 +00:00
|
|
|
website: cloud.fedoraproject.org
|
|
|
|
path: /fedora-20.x86_64.raw.xz
|
2015-07-22 18:53:49 +02:00
|
|
|
target: https://download.fedoraproject.org/pub/fedora/linux/updates/20/Images/x86_64/Fedora-x86_64-20-20140407-sda.raw.xz
|
2014-12-07 19:57:32 +00:00
|
|
|
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: cloud-32bit-20-raw
|
2014-12-07 19:57:32 +00:00
|
|
|
website: cloud.fedoraproject.org
|
2014-12-17 15:49:51 +00:00
|
|
|
path: /fedora-20.i386.raw.xz
|
2015-07-22 18:53:49 +02:00
|
|
|
target: https://download.fedoraproject.org/pub/fedora/linux/updates/20/Images/i386/Fedora-i386-20-20140407-sda.raw.xz
|
2014-12-07 19:57:32 +00:00
|
|
|
|
|
|
|
# Redirects/pointers for fedora 19 cloud images
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: cloud-64bit-19
|
2014-12-07 19:57:32 +00:00
|
|
|
website: cloud.fedoraproject.org
|
|
|
|
path: /fedora-19.x86_64.qcow2
|
2015-07-22 18:53:49 +02:00
|
|
|
target: https://download.fedoraproject.org/pub/fedora/linux/updates/19/Images/x86_64/Fedora-x86_64-19-20140407-sda.qcow2
|
2014-12-07 19:57:32 +00:00
|
|
|
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: cloud-32bit-19
|
2014-12-07 19:57:32 +00:00
|
|
|
website: cloud.fedoraproject.org
|
|
|
|
path: /fedora-19.i386.qcow2
|
2015-07-22 18:53:49 +02:00
|
|
|
target: https://download.fedoraproject.org/pub/fedora/linux/updates/19/Images/i386/Fedora-i386-19-20140407-sda.qcow2
|
2014-12-07 19:57:32 +00:00
|
|
|
|
|
|
|
# Redirects/pointers for latest fedora cloud images.
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: cloud-64bit-latest
|
2014-12-07 19:57:32 +00:00
|
|
|
website: cloud.fedoraproject.org
|
|
|
|
path: /fedora-latest.x86_64.qcow2
|
2015-07-22 18:53:49 +02:00
|
|
|
target: https://download.fedoraproject.org/pub/fedora/linux/releases/22/Cloud/x86_64/Images/Fedora-Cloud-Base-22-20150521.x86_64.qcow2
|
2014-12-07 19:57:32 +00:00
|
|
|
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: cloud-32bit-latest
|
2014-12-07 19:57:32 +00:00
|
|
|
website: cloud.fedoraproject.org
|
|
|
|
path: /fedora-latest.i386.qcow2
|
2015-07-22 18:53:49 +02:00
|
|
|
target: https://download.fedoraproject.org/pub/fedora/linux/releases/22/Cloud/i386/Images/Fedora-Cloud-Base-22-20150521.i386.qcow2
|
2014-12-17 16:25:17 +00:00
|
|
|
|
|
|
|
- role: httpd/redirect
|
2018-04-11 21:51:03 +00:00
|
|
|
shortname: cloud-atomic-64bit-latest
|
2014-12-17 16:25:17 +00:00
|
|
|
website: cloud.fedoraproject.org
|
|
|
|
path: /fedora-atomic-latest.x86_64.qcow2
|
2015-07-22 18:53:49 +02:00
|
|
|
target: https://download.fedoraproject.org/pub/fedora/linux/releases/22/Cloud/x86_64/Images/Fedora-Cloud-Atomic-22-20150521.x86_64.qcow2
|