lp://staging/~josvaz/vmbuilder/jenkins_kvm-wala-autoupdates
- Get this branch:
- bzr branch lp://staging/~josvaz/vmbuilder/jenkins_kvm-wala-autoupdates
Branch merges
- Dan Watkins (community): Approve
- Chris Glass (community): Approve
- Steve Langasek: Pending requested
-
Diff: 18 lines (+8/-0)1 file modifiedtemplates/img-azure.tmpl (+8/-0)
Branch information
Recent revisions
- 785. By Dan Watkins
-
Merge lp:~daniel-thewatkins/vmbuilder/jenkins_kvm-azure-docker into lp:~ubuntu-on-ec2/vmbuilder/jenkins_kvm [a=Odd_
Bloke][ r=josvaz, philroche] https:/
/code.launchpad .net/~daniel- thewatkins/ vmbuilder/ jenkins_ kvm-azure- docker/ +merge/ 317604 - 784. By Robert C Jennings
-
Azure: Added customisation template for zesty (17.04).
[a=tribaal] [r=daniel-
thewatkins, rcj]
Merge from lp:~tribaal/vmbuilder/jenkins_kvm-add-zesty-template - 783. By Robert C Jennings
-
Merge ~daniel-
thewatkins/ vmbuilder/ jenkins_ kvm-maas_ cleanen [a=daniel- thewatkins] [r=rcj, josvaz] Use separate files for v2 and v3 MAAS cleanup
- 780. By Jose L. VG
-
Fix ${SUITE} to ${suite}
Turns out that KVM templates in general (and Azure ones specifically) use the
variable name $suite} lowercase instead of the more common uppercase ${SUITE}
in jenkins and jerff env variables.From lp:~josvaz/vmbuilder/jenkins_kvm+fix-eth1boot revno 779
- 779. By Jose L. VG
-
Fix yakkety gpg run-away process issue for Azure KVM builds
Only for yakkety onward, do kill dirmngr and gpg-agent just before trying
to unmount /dev as these process hold on to files within it - 778. By Jose L. VG
-
Place mkdir at the proper time for upstart
The mkdir was was misplaced for upstart code path, as the new directory
we use under /run is already mounted by the OS we don't need to create it
at image preparation time, BUT we do need it to be there for autoconfig
eth1+ to work. - 777. By Jose L. VG
-
Enhance udev rule: skip eth0 and do RUN
The udev expressions are not full regex, eth[1-9]* just means:
'eth' followed by a number 1-9 and 'zero or more chars'
That will NOT match eth0 (or eth0something) but will match eth1 to eth99
(and will also match things like eth2xd)Also looking at udev man RUN is more appropriate as it is an action,
while PROGRAM is still part of the matching filters.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/vmbuilder