Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-15 | add vi modelines to python files | Scott Moser | |
2010-05-05 | wait considerably longer (1050 seconds) for metadata service to come up | Scott Moser | |
Also - adds some debugging information when its waiting - add 'uptime' printout on initial cloud-init invocation | |||
2010-03-29 | util.py: allow for case-insensitive "true" values in get_cfg_option_bool. | Scott Moser | |
LP: 507709 LP: #507709 | |||
2010-03-25 | better 'Caught exception reading instance data' error | Scott Moser | |
2010-03-08 | rename apt lists files to match newly selected mirror (LP: #513060) | Scott Moser | |
On first boot of an instance, cloud-config replaces /etc/apt/sources.list with references to a local mirror. This will also rename the old list files in /var/lib/apt/lists . LP: #513060 | |||
2010-03-04 | replace 'cloudconfig' entries in fstab rather than appending (LP: #524562) | Scott Moser | |
This marks the comment option of fs_mntops in fstab (man fstab) with cloudconfig for each of the mount options added by cloudconfig. It will search through existing lines, any entry written by cloudconfig will be deleted. LP: #524562 | |||
2010-03-04 | in ebs root instances, ephemeral0 will have a full path. | Scott Moser | |
In instance store I was used to block-device-mapping: {'ami': 'sda1', 'ephemeral0': 'sda2', 'root': '/dev/sda1', 'swap': 'sda3'}, in ebs, image registered with '--block-device-mapping /dev/sda2=ephemeral0', metadata is showing block-device-mapping: {'ami': '/dev/sda1', 'ephemeral0': '/dev/sda2', 'root': '/dev/sda1', 'swap': 'sda3'}, Without this change, 'ephemeral0' would not get translated and would show up in /etc/fstab. | |||
2010-03-04 | cloudinit/CloudConfig.py: bug fix, 'ephemeral' in cloud-config | Scott Moser | |
would not be converted to 'ephemeral0' | |||
2010-03-04 | cloudinit/CloudConfig.py whitespace changes (remove tabs) | Scott Moser | |
2010-03-02 | purge cache in cloud-init so it doesn't end up persisting across instances | Scott Moser | |
The cache file location is not instance specific. As such, if it is not cleaned from the image, a re-bundle would get the old data. To avoid that, clear the cache in cloud-init. | |||
2010-02-24 | fix format of cron.d/cloudinit-updates | Scott Moser | |
2010-02-24 | ensure that cache dir is present if not created, and tighten permissions | Scott Moser | |
on object cache stored there. | |||
2010-02-19 | make sure items are strings (not ints) | Scott Moser | |
2010-02-19 | typo in warning | Scott Moser | |
2010-02-19 | add "runcmd" support in CloudConfig | Scott Moser | |
runcmd allows simple running of commands at rc.local like time frame see doc/examples/cloud-config.txt for more info. | |||
2010-02-18 | fix 'time not defined' bug (LP: #523832) | Scott Moser | |
LP: #523832 | |||
2010-02-17 | add updates-check support using uec-query-builds | Scott Moser | |
2010-02-16 | Refactor puppet key detection in the configuration as suggested by Scott. | Mathias Gug | |
2010-02-16 | Add cloud-config-puppet hook. | Mathias Gug | |
2010-02-12 | fix bug where caused apt update to fail | Scott Moser | |
2010-02-11 | rename EC2Init class to CloudInit | Scott Moser | |
2010-02-04 | add copyright information | Scott Moser | |
2010-02-03 | globally remove ec2init and rename to cloudinit | Scott Moser | |