summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rename cloud-config-cat so it wont be packaged0.5.1Scott Moser2010-01-221-0/+0
* move from ec2init/ec2-config.cfg to cloud/cloud.cfgScott Moser2010-01-223-3/+4
* add job to disable metadataScott Moser2010-01-221-0/+11
* Add support for ssh keys in cloud-config. move write_file to util.Scott Moser2010-01-223-20/+30
* function ec2 metadata service removal. also fix issues with empty cloud-configScott Moser2010-01-223-1/+13
* only run setting of default locale and apt sources once-per-instanceScott Moser2010-01-221-2/+6
* fix reading of cloudconfigScott Moser2010-01-222-3/+2
* re-work generation of keys. be more sure that ssh service will be runningScott Moser2010-01-221-5/+16
* whitespace cleanup in ec2-get-info.py. consistent 4 space indentationScott Moser2010-01-221-66/+66
* typo fixes to ec2-get-info (LP: #510773)Scott Moser2010-01-221-13/+6
* remove some debug statementsScott Moser2010-01-201-4/+0
* support 'packages' in cloud-configScott Moser2010-01-201-11/+15
* add util libraryScott Moser2010-01-201-0/+29
* lots of shuffling around. more fully support old ec2-init.cfg and, addScott Moser2010-01-203-50/+66
* functional cloud-config-ssh.conf nowScott Moser2010-01-143-53/+103
* add swap devices if there are any foundScott Moser2010-01-124-2/+70
* moving towards getting apt-update-upgrade workingScott Moser2010-01-126-8/+7
* work around differences in uec and ec2 metadata servicesScott Moser2010-01-121-0/+5
* refactor the config class and jobs to run through cloud-init-cfgScott Moser2010-01-1111-115/+206
* clean out 'build' directory in install.shScott Moser2010-01-111-1/+2
* correctly mark content type of simple filesScott Moser2010-01-111-6/+8
* 2 changes to cloud-run-user-scriptScott Moser2010-01-111-2/+2
* mark cloud-config-cat-debug upstart job as debugScott Moser2010-01-111-0/+0
* make sure all user-scripts get run, and only once-per-instanceScott Moser2010-01-111-1/+2
* pull in chuck's repo at rev 75Scott Moser2010-01-087-0/+167
* run later in boot, but more reliablyScott Moser2010-01-081-1/+4
* change DataSourceEc2 to use the local boto_utilsScott Moser2010-01-081-3/+3
* add boto_utilsScott Moser2010-01-081-0/+106
* read cached user-data without pickling -- its just a stringScott Moser2010-01-081-2/+2
* fixes found testing in ec2Scott Moser2010-01-083-14/+10
* fix ec2init.conf upstart job to have correct start onScott Moser2010-01-071-1/+1
* remove old 'tests.py'0.5.0Scott Moser2010-01-071-149/+0
* remove dead/unused code, call this 0.5.0Scott Moser2010-01-0711-505/+3
* support setting hostnameScott Moser2010-01-072-0/+5
* add setting of default locale and apt-sourcesScott Moser2010-01-073-16/+48
* support getting public ssh keys from ec2 metadata serviceScott Moser2010-01-075-4/+61
* functional state now in kvm testsScott Moser2010-01-079-108/+230
* get usage of cloud-init-run-module correctScott Moser2010-01-071-1/+1
* add UserDataHandler.py, it handles includes and normalizing of userdataScott Moser2010-01-061-0/+82
* mention where it came fromScott Moser2010-01-061-2/+2
* add tools/ directory and 'write-mime-multipart'Scott Moser2010-01-061-0/+67
* add cloud-run-user-script upstart job to run rc.local style scriptsScott Moser2010-01-061-0/+11
* put upstart files in upstart/, minor other changesScott Moser2010-01-067-7/+33
* add cloud-init-run-module and ec2init/execute.pyScott Moser2010-01-063-1/+67
* add semaphore utilities to ec2init moduleScott Moser2010-01-061-1/+48
* add general flow of ec2-init.pyScott Moser2010-01-061-0/+40
* support compressed user data, use cPickle instead of pickleScott Moser2010-01-063-17/+51
* add initctl_emit and defines for different data locationsScott Moser2010-01-061-2/+9
* initial re-org, ec2 data source successfully reads from cache if presentScott Moser2010-01-056-285/+176
* add hacked 'install.sh' for installing to a directoryScott Moser2010-01-051-0/+30