action #24880
disable 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.
Related issues
History
#1
Updated by lnussel over 5 years ago
- Copied from action #16844: disable iso download in openQA added
#2
Updated by okurz over 5 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?
#3
Updated by lnussel over 5 years ago
Indeed, I delete the other ticket, thanks
#4
Updated by lnussel over 5 years ago
- Due date changed from 2018-04-10 to 2018-05-24
- Start date changed from 2018-04-06 to 2018-05-20
#5
Updated by lnussel about 5 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
#9
Updated by okurz about 5 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?
#10
Updated by lnussel about 5 years ago
alternative would be to require authentication
#11
Updated by lnussel about 5 years ago
- Status changed from Feedback to Closed
ok, closing. thanks!
#12
Updated by lnussel about 5 years ago
- % Done changed from 0 to 100
#13
Updated by riafarov almost 5 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"
#14
Updated by lnussel over 4 years ago
- Copied to action #47558: [functional][u] disable iso download in openQA added