summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-22rename cloud-config-cat so it wont be packagedScott Moser
2010-01-22move from ec2init/ec2-config.cfg to cloud/cloud.cfgScott Moser
2010-01-22add job to disable metadataScott 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-22only run setting of default locale and apt sources once-per-instanceScott 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-22whitespace cleanup in ec2-get-info.py. consistent 4 space indentationScott Moser
2010-01-22typo fixes to ec2-get-info (LP: #510773)Scott 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-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