summaryrefslogtreecommitdiff
path: root/ec2init/__init__.py
AgeCommit message (Expand)Author
2010-02-03globally remove ec2init and rename to cloudinitScott Moser
2010-01-29tighten permissions on cloud-config and user-data to protect itScott Moser
2010-01-29make disable-ec2-metadata persistent across bootsScott Moser
2010-01-28add the part-handler pluginScott Moser
2010-01-28Add support for user defined mount pointsScott Moser
2010-01-26move writing sources.list to CloudConfig. add 'apt_preserve_sources_list'Scott Moser
2010-01-26if datasource is already defined do not re-load it (even from cache)Scott Moser
2010-01-22Add support for ssh keys in cloud-config. move write_file to util.Scott Moser
2010-01-22function ec2 metadata service removal. also fix issues with empty cloud-configScott Moser
2010-01-20remove some debug statementsScott Moser
2010-01-20lots of shuffling around. more fully support old ec2-init.cfg and, addScott Moser
2010-01-14functional cloud-config-ssh.conf nowScott Moser
2010-01-12add swap devices if there are any foundScott 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-06put upstart files in upstart/, minor other changesScott 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