index
:
vyos-cloud-init.git
circinus
crux
current
equuleus
mergify/bp/circinus/pr-78
mergify/bp/circinus/pr-85
mergify/bp/sagitta/pr-78
sagitta
(mirror of https://github.com/vyos/vyos-cloud-init.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cloud-init.py
Age
Commit message (
Expand
)
Author
2012-02-17
cloud-init.py: exit success if no data sources found
Scott Moser
2012-01-18
Add HP to Copyright, and Juerg Haefliger Authors.
Scott Moser
2012-01-17
[PATCH] PEP8 coding style fixes.
Scott Moser
2012-01-17
[PATCH 3/4] Fix pylint conventions C0324 (comma not followed by a space)
Scott Moser
2012-01-17
[PATCH 2/4] Fix pylint conventions C0322 (operator not preceded by a space)
Scott Moser
2012-01-17
[PATCH 1/4] Fix pylint conventions C0321 (more than one statement on a single...
Scott Moser
2012-01-12
[PATCH 01/13] Fix pylint warnings W0311 (bad indentation)
Scott Moser
2011-12-19
make stdin read from /dev/null for all cloud-init programs (LP: #903993)
Scott Moser
2011-08-22
Add some network debug info printed to the console
Scott Moser
2011-08-02
This fixes LP: #819507, to make consume_userdata run 'always'
Scott Moser
2011-06-17
make the "cloud-config ready" command configurable (LP: #785551)
Scott Moser
2011-03-02
fix bug preventing early exit of cloud-init on 'no-net' path
Scott Moser
2011-02-18
improve startup if no eth0 is available (LP: #714807)
Scott Moser
2011-02-07
add config option 'manual_cache_clean'.
Scott Moser
2011-01-26
make cloud-init's warning more obviously a warning (prepend WARN)
Scott Moser
2011-01-26
rework of DataSource loading.
Scott Moser
2011-01-26
change 'except' syntax to python 3 style.
Scott Moser
2011-01-25
add support for redirecting output of cloud-init, cloud-config and cloud-final
Scott Moser
2011-01-24
cloud-init.py: fix bad variable name
Scott Moser
2011-01-24
cloud-init.py: add trailing carriage return to message
Scott Moser
2011-01-21
add function to cloud-init to run cloud-config style modules
Scott Moser
2011-01-19
write the previous-hostname file to persistent cloud/data
Scott Moser
2011-01-19
improve log message on failure of initfs. run on both start-local and start
Scott Moser
2011-01-19
cloud-init.py: log exception on failure to set hostname
Scott Moser
2011-01-19
initial /var/lib rework still lots to do. includes a fix for LP: #704509
Scott Moser
2011-01-18
move setting of default locale out of cloud-init, into cloud-config
Scott Moser
2010-08-12
initial dump of "sans-cloud" code (DataSourceNoCloud)
Scott Moser
2010-07-07
manage hostname setting better (LP: #596993)
Scott Moser
2010-06-17
cloud-init: remove additional new line in log message
Scott Moser
2010-06-17
add initial logging support
Scott Moser
2010-06-15
add vi modelines to python files
Scott Moser
2010-05-05
wait considerably longer (1050 seconds) for metadata service to come up
Scott Moser
2010-03-02
purge cache in cloud-init so it doesn't end up persisting across instances
Scott Moser
2010-02-11
rename EC2Init class to CloudInit
Scott Moser
2010-02-10
only set hostname once per instance. (LP: #514492)
Scott Moser
2010-02-04
add copyright information
Scott Moser
2010-02-04
more removal of 'ec2init' string, replacement with cloud-init
Scott Moser