summaryrefslogtreecommitdiff
path: root/ec2init
AgeCommit message (Expand)Author
2010-02-03globally remove ec2init and rename to cloudinitScott Moser
2010-02-03make up a 'hostname' if there is a ip in local-hostname LP: #513842Scott Moser
2010-01-29move etc/ec2-init/templates to etc/cloud/templatesScott 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-26in #include type, allow comment linesScott Moser
2010-01-26add 'starts_with' mapping for upstart-jobScott 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-26support reading keys from ssh_authorized_keys field of cloud-configScott Moser
2010-01-26add cloud config support for apt_sourcesScott Moser
2010-01-25no longer stop and restart ssh, rely on normal ssh serviceScott Moser
2010-01-23comment out unusable call to boto.log.exception in boto_utils.pyScott 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-22fix reading of cloudconfigScott Moser
2010-01-22re-work generation of keys. be more sure that ssh service will be runningScott Moser
2010-01-20remove some debug statementsScott Moser
2010-01-20support 'packages' in cloud-configScott Moser
2010-01-20add util libraryScott 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-12moving towards getting apt-update-upgrade workingScott Moser
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