index
:
vyos-cloud-init.git
circinus
crux
current
equuleus
sagitta
(mirror of https://github.com/marekm72/vyos-cloud-init.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ec2init
/
__init__.py
Age
Commit message (
Expand
)
Author
2010-02-03
globally remove ec2init and rename to cloudinit
Scott Moser
2010-01-29
tighten permissions on cloud-config and user-data to protect it
Scott Moser
2010-01-29
make disable-ec2-metadata persistent across boots
Scott Moser
2010-01-28
add the part-handler plugin
Scott Moser
2010-01-28
Add support for user defined mount points
Scott Moser
2010-01-26
move writing sources.list to CloudConfig. add 'apt_preserve_sources_list'
Scott Moser
2010-01-26
if datasource is already defined do not re-load it (even from cache)
Scott Moser
2010-01-22
Add support for ssh keys in cloud-config. move write_file to util.
Scott Moser
2010-01-22
function ec2 metadata service removal. also fix issues with empty cloud-config
Scott Moser
2010-01-20
remove some debug statements
Scott Moser
2010-01-20
lots of shuffling around. more fully support old ec2-init.cfg and, add
Scott Moser
2010-01-14
functional cloud-config-ssh.conf now
Scott Moser
2010-01-12
add swap devices if there are any found
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
support setting hostname
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
2010-01-06
put upstart files in upstart/, minor other changes
Scott Moser
2010-01-06
add semaphore utilities to ec2init module
Scott Moser
2010-01-06
support compressed user data, use cPickle instead of pickle
Scott Moser
2010-01-06
add initctl_emit and defines for different data locations
Scott Moser
2010-01-05
initial re-org, ec2 data source successfully reads from cache if present
Scott Moser
2009-12-14
sync karmic and trunk
Scott Moser
2009-08-11
Consolidate on the use of urllib2 (rather than both urllib and urllib2)
Soren Hansen
2009-08-11
Extend config API to allow for default values.
Soren Hansen
2009-08-11
Remove call to update-motd from the init script. It is Ubuntu specific (and i...
Soren Hansen
2009-08-10
Only return the first part of local-hostname.
Soren Hansen
2009-08-10
Moved mappings from ec2-set-sources-list to ec2init.
Soren Hansen
2009-08-10
Use urllib2 instead of urllib so that HTTP errors appear as exceptions.
Soren Hansen
2009-06-27
Update license to GPLv3 (dropping the "or later" bit).
Soren Hansen
2009-06-26
* Distutils added
Soren Hansen