summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-11clean out 'build' directory in install.shScott Moser
2010-01-11correctly mark content type of simple filesScott Moser
2010-01-112 changes to cloud-run-user-scriptScott Moser
2010-01-11mark cloud-config-cat-debug upstart job as debugScott Moser
2010-01-11make sure all user-scripts get run, and only once-per-instanceScott Moser
2010-01-08pull in chuck's repo at rev 75Scott Moser
2010-01-08run later in boot, but more reliablyScott Moser
2010-01-08change DataSourceEc2 to use the local boto_utilsScott Moser
2010-01-08add boto_utilsScott Moser
2010-01-08read cached user-data without pickling -- its just a stringScott Moser
2010-01-08fixes found testing in ec2Scott Moser
2010-01-07fix ec2init.conf upstart job to have correct start onScott Moser
2010-01-07remove old 'tests.py'Scott Moser
2010-01-07remove dead/unused code, call this 0.5.0Scott Moser
2010-01-07support setting hostnameScott Moser
2010-01-07add setting of default locale and apt-sourcesScott Moser
2010-01-07support getting public ssh keys from ec2 metadata serviceScott Moser
2010-01-07functional state now in kvm testsScott Moser
2010-01-07get usage of cloud-init-run-module correctScott Moser
2010-01-06add UserDataHandler.py, it handles includes and normalizing of userdataScott Moser
2010-01-06mention where it came fromScott Moser
2010-01-06add tools/ directory and 'write-mime-multipart'Scott Moser
2010-01-06add cloud-run-user-script upstart job to run rc.local style scriptsScott Moser
2010-01-06put upstart files in upstart/, minor other changesScott Moser
2010-01-06add cloud-init-run-module and ec2init/execute.pyScott Moser
2010-01-06add semaphore utilities to ec2init moduleScott Moser
2010-01-06add general flow of ec2-init.pyScott Moser
2010-01-06support compressed user data, use cPickle instead of pickleScott Moser
2010-01-06add initctl_emit and defines for different data locationsScott Moser
2010-01-05initial re-org, ec2 data source successfully reads from cache if presentScott Moser
2010-01-05add hacked 'install.sh' for installing to a directoryScott Moser
2010-01-05ec2-init-user-data is not present, remove it from setup.pyScott Moser
2009-12-16fix but that required 'ec2init=X' to be last thing on the cmdlineScott Moser
2009-12-16add ec2-is-compat-env as it is in lucid/karmic nowScott Moser
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