Actions
action #24880
closeddisable iso download in openQA
Description
smartypants go to openQA to download the final iso. Needs to be disable to avoid overloading the server.
Either by removing permission from the files or apache access rules.
Updated by lnussel about 7 years ago
- Copied from action #16844: disable iso download in openQA added
Updated by okurz almost 7 years ago
- Category deleted (
QA)
Isn't that a duplicate of #25092 ?
Also, would you mind if we rewrite that ticket to use
RewriteCond %{REMOTE_ADDR} !^192\.168\.112\.
RewriteRule "/assets/iso/fixed/openSUSE-Leap-(42.[23])-(DVD|NET)-x86_64.iso" "http://download.opensuse.org/distribution/leap/$1/iso/openSUSE-Leap-$1-$2-x86_64.iso"
instead?
Updated by lnussel almost 7 years ago
- Due date changed from 2018-04-10 to 2018-05-24
- Start date changed from 2018-04-06 to 2018-05-20
Updated by lnussel over 6 years ago
- Due date changed from 2018-05-24 to 2018-05-17
- Category set to QA
- Assignee set to okurz
- Start date changed from 2018-05-20 to 2018-05-16
Updated by okurz over 6 years ago
- Status changed from Resolved to Feedback
Can we find a solution to still allow us to debug something on the most recent build other than manually enabling/disabling the rewrite rules? I guess checking for the SUSE IP range will not work due to the way the requests are proxied from the outside?
Updated by lnussel over 6 years ago
alternative would be to require authentication
Updated by riafarov over 6 years ago
Fixed the issue for 15.1 as it was not possible to download assets as per discussion on irc:
# Uncomment during GMC phase of Leap
# RewriteCond %{REMOTE_ADDR} !^192\.168\.112\.
# RewriteRule "/assets/iso/openSUSE-Leap-(42.[23]|15.[0-9])-(.*).iso" "http://download.opensuse.org/distribution/leap/$1/iso/openSUSE-Leap-$1-$2.iso"
Updated by lnussel almost 6 years ago
- Copied to action #47558: [functional][u] disable iso download in openQA added
Actions