action #24880
closed
disable iso download in openQA
Added by lnussel about 7 years ago.
Updated over 6 years ago.
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.
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?
Indeed, I delete the other ticket, thanks
- Due date changed from 2018-04-10 to 2018-05-24
- Start date changed from 2018-04-06 to 2018-05-20
- 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
- Status changed from New to Resolved
- 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?
alternative would be to require authentication
- Status changed from Feedback to Closed
- % Done changed from 0 to 100
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"
- Copied to action #47558: [functional][u] disable iso download in openQA added
Also available in: Atom
PDF