summaryrefslogtreecommitdiff
path: root/ec2init/DataSourceEc2.py
AgeCommit message (Collapse)Author
2010-01-28Add support for user defined mount pointsScott Moser
Also, move swap to use this format for specifying mounts. That way the user can turn off swap if they want with: | mounts: | - [ swap ] Other change wrapped in here is to have DataSourceEc2 read plain text (evalable) text for its metadata rather than pickl. This is really for debuging anyway, so any speed difference is not important.
2010-01-12add swap devices if there are any foundScott Moser
2010-01-12work around differences in uec and ec2 metadata servicesScott Moser
LP: #506332
2010-01-08change DataSourceEc2 to use the local 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-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
supports user data as mime-multipart and handling types of text/x-shellscript - execute at rc.local text/cloud-config - feed to cloud config text/upstart-job - add to /etc/init as upstart job text/x-include-url - include urls as if they were in-line
2010-01-06support compressed user data, use cPickle instead of pickleScott Moser
2010-01-05initial re-org, ec2 data source successfully reads from cache if presentScott Moser