Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-09 | remove ec2-get-info.py. | Scott Moser | |
This is replaced by ec2metadata, per LP: #547019 LP: #547019 | |||
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-26 | move to 0.5.10 | Scott Moser | |
2010-03-25 | This runs could-config-mounts on 'filesystem' event rather than on | Scott Moser | |
cloud-config. Doing so means the collision that was occuring with upstart/mountall will not occur. However, it also means any mounts configured will not be mounted until later. LP: #527825 LP: #527825 | |||
2010-03-25 | ec2-get-info.py: fix bad indentation | Scott Moser | |
2010-03-25 | [packaging] change make-dist-tarball to use the tag given to it | Scott Moser | |
2010-03-25 | better 'Caught exception reading instance data' error | Scott Moser | |
2010-03-08 | move version to 0.5.9 | 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 | move setup.py to 0.5.8 | Scott Moser | |
2010-03-02 | update upstart/* files to be in sync with 0.5.7-0ubuntu4 | Scott Moser | |
Some changes were rushed in prior to lucid beta that didn't get pulled back into the upstream release. I'm pulling those in here. | |||
2010-03-02 | replace another 'EC2' string with 'cloud' | 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-24 | add info on how to delete null route | Scott Moser | |
2010-02-19 | make sure items are strings (not ints) | Scott Moser | |
2010-02-19 | force ru-user-script to wait on cloud-config-misc | Scott Moser | |
cloud-config-misc is adding a script to the directory where user-scripts go, so run-user-script has to wait on it. | |||
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-19 | add the cloud-config-misc upstart job | Scott Moser | |
2010-02-18 | fix motd-hook in case of more than 4 fields in BUILD_FILE | Scott Moser | |
if the BUILD_FILE file had more than 4 fields in it, 'serial' would get all additional fields and would then look wrong in the message. protect from that case by adding a var to 'read'. | |||
2010-02-18 | run cloud-config-puppet later (LP: #523625) | Scott Moser | |
LP: #523625 | |||
2010-02-18 | fix 'time not defined' bug (LP: #523832) | Scott Moser | |
LP: #523832 | |||
2010-02-17 | update to 0.5.5 | Scott Moser | |
2010-02-17 | add updates-check support using uec-query-builds | Scott Moser | |
2010-02-17 | fix broken user-data scripts | Scott Moser | |
cloud-run-user-script was never running because it depended on 'stopped cloudinit', rather than 'stopped cloud-init'. | |||
2010-02-16 | merge mathiaz work for cloud-config-puppet | Scott Moser | |
2010-02-16 | Refactor puppet key detection in the configuration as suggested by Scott. | Mathias Gug | |
2010-02-16 | merge mathiaz work for cloud-config-puppet | Scott Moser | |
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-10 | only set hostname once per instance. (LP: #514492) | Scott Moser | |
LP: #514492 | |||
2010-02-04 | add copyright information | Scott Moser | |
2010-02-04 | rename cloudinit.conf to cloud-init.conf | Scott Moser | |
2010-02-04 | more removal of 'ec2init' string, replacement with cloud-init [again] | Scott Moser | |
2010-02-04 | more removal of 'ec2init' string, replacement with cloud-init | Scott Moser | |
2010-02-04 | more removal of 'ec2init' string, replacement with cloud-init | Scott Moser | |
2010-02-03 | rename ec2-init to cloudinit | Scott Moser | |
2010-02-03 | globally remove ec2init and rename to cloudinit | Scott Moser | |
2010-02-03 | make up a 'hostname' if there is a ip in local-hostname LP: #513842 | Scott Moser | |
2010-01-29 | add 'make-dist-tarball' just for making a clean tarfile from a tag | Scott Moser | |
2010-01-29 | remove ec2-is-compat-env and minor changes to setup.py | Scott Moser | |
2010-01-29 | add the cloud-config-mounts upstart job | Scott Moser | |