summaryrefslogtreecommitdiff
path: root/ec2init
AgeCommit message (Expand)Author
2010-01-12work around differences in uec and ec2 metadata servicesScott Moser
2010-01-11refactor the config class and jobs to run through cloud-init-cfgScott Moser
2010-01-11correctly mark content type of simple filesScott Moser
2010-01-08pull in chuck's repo at rev 75Scott 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-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-06add UserDataHandler.py, it handles includes and normalizing of userdataScott 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-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
2009-12-14sync karmic and trunkScott Moser
2009-08-11Consolidate on the use of urllib2 (rather than both urllib and urllib2)Soren Hansen
2009-08-11Extend config API to allow for default values.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-10Moved mappings from ec2-set-sources-list to ec2init.Soren Hansen
2009-08-10Use urllib2 instead of urllib so that HTTP errors appear as exceptions.Soren Hansen
2009-06-27Update license to GPLv3 (dropping the "or later" bit).Soren Hansen
2009-06-26 * Distutils addedSoren Hansen