Merge lp:~fginther/adt-continuous-deployer/specify-archive-mirror into lp:adt-continuous-deployer

Proposed by Francis Ginther
Status: Merged
Approved by: Francis Ginther
Approved revision: 39
Merged at revision: 40
Proposed branch: lp:~fginther/adt-continuous-deployer/specify-archive-mirror
Merge into: lp:adt-continuous-deployer
Diff against target: 11 lines (+1/-0)
1 file modified
mojo.py (+1/-0)
To merge this branch: bzr merge lp:~fginther/adt-continuous-deployer/specify-archive-mirror
Reviewer Review Type Date Requested Status
Thomi Richards (community) Approve
Review via email: mp+257026@code.launchpad.net

Commit message

Add http://ftpmaster.internal/ as the archive_mirror for adt nova testbeds.

Description of the change

Add http://ftpmaster.internal/ as the archive_mirror for adt nova testbeds.

To post a comment you must log in.
Revision history for this message
Thomi Richards (thomir-deactivatedaccount) wrote :

LGTM

review: Approve
Revision history for this message
Celso Providelo (cprov) wrote :

Francis,

'http://ftpmaster.internal/' does not work for bootstack, that's why we keep "--devel" option around, when specified --devel should set archive_mirror to 'http://nova.clouds.archive.ubuntu.com/ubuntu/'.

Revision history for this message
Francis Ginther (fginther) wrote :

Celso, you are correct. I'll try to fix with a followup.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'mojo.py'
2--- mojo.py 2015-04-10 20:20:17 +0000
3+++ mojo.py 2015-04-22 03:21:37 +0000
4@@ -53,6 +53,7 @@
5 'max_retries': 3,
6 'image_flavor': kwargs.get('adt_image_flavor'),
7 'test_branch': 'lp:snappy/selftest',
8+ 'archive_mirror': 'http://ftpmaster.internal/',
9 }
10
11 c['image'] = {

Subscribers

People subscribed via source and target branches

to all changes: