Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-28 | Add support for user defined mount points | Scott 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-12 | add swap devices if there are any found | Scott Moser | |
2010-01-12 | work around differences in uec and ec2 metadata services | Scott Moser | |
LP: #506332 | |||
2010-01-08 | change DataSourceEc2 to use the local boto_utils | Scott Moser | |
2010-01-08 | read cached user-data without pickling -- its just a string | Scott Moser | |
2010-01-08 | fixes found testing in ec2 | Scott Moser | |
2010-01-07 | remove dead/unused code, call this 0.5.0 | Scott Moser | |
2010-01-07 | add setting of default locale and apt-sources | Scott Moser | |
2010-01-07 | support getting public ssh keys from ec2 metadata service | Scott Moser | |
2010-01-07 | functional state now in kvm tests | Scott 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-06 | support compressed user data, use cPickle instead of pickle | Scott Moser | |
2010-01-05 | initial re-org, ec2 data source successfully reads from cache if present | Scott Moser | |