Age | Commit message (Expand) | Author |
2010-01-11 | make sure all user-scripts get run, and only once-per-instance | Scott Moser |
2010-01-08 | pull in chuck's repo at rev 75 | Scott Moser |
2010-01-08 | run later in boot, but more reliably | Scott Moser |
2010-01-08 | change DataSourceEc2 to use the local boto_utils | Scott Moser |
2010-01-08 | add boto_utils | Scott Moser |
2010-01-08 | read cached user-data without pickling -- its just a string | Scott Moser |
2010-01-08 | fixes found testing in ec2 | Scott Moser |
2010-01-07 | fix ec2init.conf upstart job to have correct start on | Scott Moser |
2010-01-07 | remove old 'tests.py' | Scott Moser |
2010-01-07 | remove dead/unused code, call this 0.5.0 | Scott Moser |
2010-01-07 | support setting hostname | Scott Moser |
2010-01-07 | add setting of default locale and apt-sources | Scott Moser |
2010-01-07 | support getting public ssh keys from ec2 metadata service | Scott Moser |
2010-01-07 | functional state now in kvm tests | Scott Moser |
2010-01-07 | get usage of cloud-init-run-module correct | Scott Moser |
2010-01-06 | add UserDataHandler.py, it handles includes and normalizing of userdata | Scott Moser |
2010-01-06 | mention where it came from | Scott Moser |
2010-01-06 | add tools/ directory and 'write-mime-multipart' | Scott Moser |
2010-01-06 | add cloud-run-user-script upstart job to run rc.local style scripts | Scott Moser |
2010-01-06 | put upstart files in upstart/, minor other changes | Scott Moser |
2010-01-06 | add cloud-init-run-module and ec2init/execute.py | Scott Moser |
2010-01-06 | add semaphore utilities to ec2init module | Scott Moser |
2010-01-06 | add general flow of ec2-init.py | Scott Moser |
2010-01-06 | support compressed user data, use cPickle instead of pickle | Scott Moser |
2010-01-06 | add initctl_emit and defines for different data locations | Scott Moser |
2010-01-05 | initial re-org, ec2 data source successfully reads from cache if present | Scott Moser |
2010-01-05 | add hacked 'install.sh' for installing to a directory | Scott Moser |
2010-01-05 | ec2-init-user-data is not present, remove it from setup.py | Scott Moser |
2009-12-16 | fix but that required 'ec2init=X' to be last thing on the cmdline | Scott Moser |
2009-12-16 | add ec2-is-compat-env as it is in lucid/karmic now | Scott Moser |
2009-12-16 | add current working ec2init.conf, save ec2init.conf.goal, add disabler | Scott Moser |
2009-12-16 | fix typo in ec2init.conf | Scott Moser |
2009-12-15 | add ec2init.conf upstart job | Scott Moser |
2009-12-14 | sync karmic and trunk | Scott Moser |
2009-09-25 | replace multiple '| logger' in regenerate_ssh_host_keys with a single one | Scott Moser |
2009-09-04 | Add a unittest for veriyfing that shell scripts passed in user-data get called. | Soren Hansen |
2009-08-26 | Tag 0.4.999 release | Soren Hansen |
2009-08-26 | Use /var/run/ec2 for mounting EBS volumes. | Soren Hansen |
2009-08-26 | Don't advertise a force-stop option to the init script that we don't actually... | Soren Hansen |
2009-08-25 | Merge with lp:~soren/ec2-init/appliancexml | Soren Hansen |
2009-08-25 | Merge decorator based content_type mappings from lp:~soren/ec2-init/decorator | Soren Hansen |
2009-08-25 | Implement EBS volume mounting | Soren Hansen |
2009-08-25 | Merge with lp:~soren/ec2-init/decorator | Soren Hansen |
2009-08-25 | Replace static content_type_handler dictionary with a decorator. | Soren Hansen |
2009-08-25 | Added script handling to appliance config handling. | Soren Hansen |
2009-08-25 | Added basic appliance config handling (specifically package installation and ... | Soren Hansen |
2009-08-24 | Merge lp:~smoser/ec2-init/bugfix-412143 | Soren Hansen |
2009-08-11 | * ec2-init: Remove invalid token '$ssh' in header (LP: #412143) | Scott Moser |
2009-08-11 | Update /etc/default/locale with locale setting derived from locality. | Soren Hansen |
2009-08-11 | Consolidate on the use of urllib2 (rather than both urllib and urllib2) | Soren Hansen |