Add redirects for old toolchain servers

Bug #1086591 reported by Michael Hope
10
This bug affects 1 person
Affects Status Importance Assigned to Milestone
LAVA Validation Lab
Fix Released
Medium
Michael Hudson-Doyle

Bug Description

There are a few old URLs and servers that are going away. It would be nice to preserve the URLs. I can point ex.seabright.co.nz to the validation lab, and someone can point builds.linaro.org to the same.

I recommend setting up a permanent redirect in nginx similar to:

 * ex.seabright.co.nz/* -> cbuild.validation.linaro.org/*
 * builds.linaro.org/toolchain/snapshots/* -> cbuild.v.l.o/snapshots/*
 * builds.linaro.org/toolchain/* -> cbuild.v.l.o/build/*

Andy Doan (doanac)
Changed in lava-lab:
milestone: none → 2012.12
importance: Undecided → Medium
assignee: nobody → Andy Doan (doanac)
Revision history for this message
Linaro Toolchain Builder (cbuild) wrote :

Any news? My internet is going down in 7 days...

Revision history for this message
Andy Doan (doanac) wrote :

To clarify:

* ex.seabright.co.nz/* -> cbuild.validation.linaro.org/*
This is being done by you

* builds.linaro.org/toolchain/snapshots/* -> cbuild.v.l.o/snapshots/*
* builds.linaro.org/toolchain/* -> cbuild.v.l.o/build/*

These should be done via RT tickets.

If this is correct. What does LAVA need to do?

Revision history for this message
Linaro Toolchain Builder (cbuild) wrote :

I can change the DNS entry to point to the validation server. IS can do the same for builds.linaro.org. You need to set up the validation web server to serve the named host ex.seabright.co.nz and bounce it to the new address.

Something like:

server {
 listen 80 default;
 server_name ex.seabright.co.nz;

 location / {
  rewrite ^ $scheme://cbuild.validation.linaro.org$request_uri permanent;
 }
}

Revision history for this message
Michael Hudson-Doyle (mwhudson) wrote :

Can you do the dns update for ex.seabright.co.nz? CNAME it to validation.linaro.org I guess.

Do you want to submit the RT for builds.linaro.org or shall I do that?

Will do the apache fiddling later on today.

Changed in lava-lab:
assignee: Andy Doan (doanac) → Michael Hudson-Doyle (mwhudson)
Revision history for this message
Michael Hudson-Doyle (mwhudson) wrote :

The redirects are in place now (tested via telnet & manual host: headers). ex.seabright.co.nz has been updated in the DNS and we're waiting for that to propagate around. RT#729 has been filed to update builds.linaro.org.

Changed in lava-lab:
status: New → In Progress
Revision history for this message
Michael Hudson-Doyle (mwhudson) wrote :

The ex.seabright.co.nz update has made it to me, at least. Still waiting on the RT.

Changed in lava-lab:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.