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
/
cloudinit
/
CloudConfig
/
__init__.py
Age
Commit message (
Expand
)
Author
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 4/4] Fix pylint conventions C0301 (line too long)
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 10/13] Fix pylint warnings W0102 (dangerous default value as
Scott Moser
2011-08-02
This fixes LP: #819507, to make consume_userdata run 'always'
Scott Moser
2011-02-18
handle no datasource better cloud-init-cfg
Scott Moser
2011-02-07
add apt helper routeins to CloudConfig, and use them in apt and puppet
Scott Moser
2011-02-07
add 'run_per_instance' to CloudConfig
Scott Moser
2011-01-26
if output entry is a scalar, send stdout and stderr same place
Scott Moser
2011-01-25
add get_config_obj to a DataSource object.
Scott Moser
2011-01-25
add support for redirecting output of cloud-init, cloud-config and cloud-final
Scott Moser
2011-01-24
move cloud-run-user-script.conf to cloud-final, use cloud-cfg for invoking
Scott Moser
2011-01-24
add CloudConfig.per-once definition
Scott Moser
2011-01-21
add function to cloud-init to run cloud-config style modules
Scott Moser
2010-09-10
fix bad format of log message.
Scott Moser
2010-08-09
cloud-init-cfg: log warning with traceback on failure of a config module
Scott Moser
2010-06-29
on bad cloud-config syntax (failure to yaml.load) continue on
Scott Moser
2010-06-18
fix trace due to lack of 'import traceback'. change error message
Scott Moser
2010-06-18
remove trailing whitespace in previous commit
Scott Moser
2010-06-18
prefix config 'sem' entries with semaphores with 'config-'
Scott Moser
2010-06-17
make cloud-config modules configurable by cloud-config
Scott Moser