Merge ~paride/curtin:update-maas-streams-url into curtin:master

Proposed by Paride Legovini
Status: Merged
Approved by: Ryan Harper
Approved revision: 69a1404ff4f986db1fcbaa357050fb32b23de623
Merged at revision: 69a1404ff4f986db1fcbaa357050fb32b23de623
Proposed branch: ~paride/curtin:update-maas-streams-url
Merge into: curtin:master
Diff against target: 13 lines (+1/-1)
1 file modified
tests/vmtests/image_sync.py (+1/-1)
Reviewer Review Type Date Requested Status
Server Team CI bot continuous-integration Needs Fixing
Ryan Harper (community) Approve
Review via email: mp+384245@code.launchpad.net

Commit message

vmtest-sync-images: update the URL of the maas streams

The old URL goes through a couple of redirects but does not land at the
correct location.

To post a comment you must log in.
Revision history for this message
Server Team CI bot (server-team-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Paride Legovini (paride) wrote :

CI is failing for the exact problem this MP fixes.

Revision history for this message
Paride Legovini (paride) wrote :

Which is normal as the sync-images stage is *not* part of the CI run, it happens before it, and it's done by Jenkins with whatever is already on master.

Revision history for this message
Ryan Harper (raharper) wrote :

I'm +1 on this; did we file an RT or some thing to let them know the old URL does not get to the right place?

review: Approve
Revision history for this message
Ryan Harper (raharper) wrote :

We may need to pull and push this directly to master if the autolander is going to fail as well.

Revision history for this message
Server Team CI bot (server-team-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Ryan Harper (raharper) wrote :

I notified in #maas about the URL breaking. I'm pushing this branch to master so we can autoland again.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/tests/vmtests/image_sync.py b/tests/vmtests/image_sync.py
2index 2559984..e460e02 100644
3--- a/tests/vmtests/image_sync.py
4+++ b/tests/vmtests/image_sync.py
5@@ -34,7 +34,7 @@ def environ_get(key, default):
6
7 IMAGE_SRC_URL = environ_get(
8 'IMAGE_SRC_URL',
9- "http://maas.ubuntu.com/images/ephemeral-v3/daily/streams/v1/index.sjson")
10+ "http://images.maas.io/ephemeral-v3/daily/streams/v1/index.sjson")
11 IMAGE_DIR = environ_get("IMAGE_DIR", "/srv/images")
12
13 KEYRING = environ_get(

Subscribers

People subscribed via source and target branches