lp:~ubuntu-branches/ubuntu/lucid/cloud-init/lucid-proposed-201009160914

Created by James Westby and last modified
Get this branch:
bzr branch lp:~ubuntu-branches/ubuntu/lucid/cloud-init/lucid-proposed-201009160914
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Development

Recent revisions

19. By Scott Moser

remove unused variable

18. By Scott Moser

write entry in /etc/fstab for ephemeral0 even if it does not exist.

The previous commit modified the behavior of cloud-init to only write an
entry in /etc/fstab if the device /dev/sda2 (or /dev/sdb) existed.
Instead, we should write it all the time, but just write a 'nobootwait'
to indicate that it should not hold up boot.

The benefit of this approach is that if someone starts an instance on
a m1.small, and then restarts it as t1.micro, they will still start.

Conversely, if they went from t1.micro to m1.small, they would then
have /mnt mounted.

17. By Scott Moser

add 'nobootwait' option for ephemeral0 on x86_64 instances also

t1.micro can be i386 or x86_64. Older versions of cloudinit would have
then written entries in /etc/fstab of either /dev/sdb or /dev/sda2.
fix the /etc/fstab entry in both cases.

16. By Scott Moser

fix hang on reboot of ec2's t1.micro (LP: #634102)

15. By Scott Moser

releasing version 0.5.10-0ubuntu1.2

  * add support for setting debconf selections (LP: #582667)
  * force runcmd scripts to run after cloud-init/cloud-config
    scripts are finished (LP: #613309)

14. By Scott Moser

wait considerably longer (1050 seconds) for metadata service to come up
(LP: #571271)

13. By Scott Moser

* New upstream release.
* ec2-get-info: fix for python traceback
* ephemeral mount will show up in /etc/mtab or df on first boot
  LP: #527825

12. By Scott Moser

* New upstream release.
* rename apt list files. 'ubuntu-bug' now works without update (LP: #513060)
* replace 'cloudconfig' entries in fstab rather than appending (LP: #524562)
* fix to fstab writing on ebs-root instances

11. By Scott Moser

* New upstream release.
* cache data from metadata service, LP: #527364
* fix format of cron entry in cron.d/cloudinit-updates
* package egg-info file

10. By Scott Moser

fix empty package previous package was emptpy for cloud-init
due to adding the ec2-init package

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/maverick/cloud-init
This branch contains Public information 
Everyone can see this information.

Subscribers