summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-12-16add current working ec2init.conf, save ec2init.conf.goal, add disablerScott Moser
2009-12-16fix typo in ec2init.confScott Moser
2009-12-15add ec2init.conf upstart jobScott Moser
2009-12-14sync karmic and trunkScott Moser
2009-09-25replace multiple '| logger' in regenerate_ssh_host_keys with a single oneScott Moser
2009-09-04Add a unittest for veriyfing that shell scripts passed in user-data get called.Soren Hansen
2009-08-26Tag 0.4.999 releaseSoren Hansen
2009-08-26Use /var/run/ec2 for mounting EBS volumes.Soren Hansen
2009-08-26Don't advertise a force-stop option to the init script that we don't actually...Soren Hansen
2009-08-25Merge with lp:~soren/ec2-init/appliancexmlSoren Hansen
2009-08-25Merge decorator based content_type mappings from lp:~soren/ec2-init/decoratorSoren Hansen
2009-08-25Implement EBS volume mountingSoren Hansen
2009-08-25Merge with lp:~soren/ec2-init/decoratorSoren Hansen
2009-08-25Replace static content_type_handler dictionary with a decorator.Soren Hansen
2009-08-25Added script handling to appliance config handling.Soren Hansen
2009-08-25Added basic appliance config handling (specifically package installation and ...Soren Hansen
2009-08-24Merge lp:~smoser/ec2-init/bugfix-412143Soren Hansen
2009-08-11 * ec2-init: Remove invalid token '$ssh' in header (LP: #412143)Scott Moser
2009-08-11Update /etc/default/locale with locale setting derived from locality.Soren Hansen
2009-08-11Consolidate on the use of urllib2 (rather than both urllib and urllib2)Soren Hansen
2009-08-11Fix ec2-get-info to work with simple testing environment (i.e. don't append a...Soren Hansen
2009-08-11Set ownership of user's .ssh directory correctly.Soren Hansen
2009-08-11Extend config API to allow for default values.Soren Hansen
2009-08-11Tag 0.4.99 release.Soren Hansen
2009-08-11Remove bzr-builddeb configuration.Soren Hansen
2009-08-11Remove call to update-motd from the init script. It is Ubuntu specific (and i...Soren Hansen
2009-08-10Only return the first part of local-hostname.Soren Hansen
2009-08-10Rerun the setting up of authorized keys if te AMI is rebundled.Soren Hansen
2009-08-10run_once_per_ami() and run_once_per_instance() are equivalent, so nuke run_on...Soren Hansen
2009-08-10Tag 0.4.9 release, working towards 0.5.Soren Hansen
2009-08-10Remove debian/ directory in preparation for upstream/ubuntu split.Soren Hansen
2009-08-10Move ec2-config file to top-level.Soren Hansen
2009-08-10Import current changelog.Soren Hansen
2009-08-10Move ec2 init script from debian/ out into top-level.Soren Hansen
2009-08-10Stop mangling /etc/hosts. EC2 provides a functional DNS.Soren Hansen
2009-08-10Moved mappings from ec2-set-sources-list to ec2init.Soren Hansen
2009-08-10Replace calls to ec2-get-data (which was a figment of my imagination) withSoren Hansen
2009-08-10Update copyright to reflect current copyright and license.Soren Hansen
2009-08-10Move python-disutils.mk before debhelper.mk to make sure the python module isSoren Hansen
2009-08-10Added a runtime dependency on python-boto.Soren Hansen
2009-08-10Reset the umask once we're done creating the authorized_keys.Soren Hansen
2009-08-10Remove .py extension from scripts installed in /usr/binSoren Hansen
2009-08-10Use urllib2 instead of urllib so that HTTP errors appear as exceptions.Soren Hansen
2009-08-10Add new script: ec2-wait-for-meta-data-service.pySoren Hansen
2009-08-10ec2-init does not have any arch specific code at all, so go arch:allSoren Hansen
2009-06-27Rely on the lockfile handling in the init script, and let ec2-run-user-data j...Soren Hansen
2009-06-27Make the paths constants.Soren Hansen
2009-06-27Add the "run_once" handling to the init script.Soren Hansen
2009-06-27Clean out unused importsSoren Hansen
2009-06-27Update license to GPLv3 (dropping the "or later" bit).Soren Hansen