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
/
util.py
Age
Commit message (
Expand
)
Author
2012-04-04
initial checkin of kernel commandline cloud-config url support
Scott Moser
2012-03-08
Add DataSourceMaaS, a Data Source for Ubuntu Machine as a Service
Scott Moser
2012-03-07
fix pylint and pep8 warnings
Scott Moser
2012-03-06
add headers_cb to doc for wait_for_url
Scott Moser
2012-03-06
move wait_for_metadata_service for util, rename to wait_for_url
Scott Moser
2012-03-05
use builtin runparts rather than system run-parts utility
Scott Moser
2012-02-28
fix docstring for is_container
Scott Moser
2012-02-28
address change in name of lxc-is-container to running-in-container
Scott Moser
2012-02-17
fix pylint warnings
Scott Moser
2012-02-16
DataSourceNoCloud: allow reading user-data and meta-data from simple files
Scott Moser
2012-02-16
initial version of DataSourceConfigDrive
Scott Moser
2012-01-18
Add HP to Copyright, and Juerg Haefliger Authors.
Scott Moser
2012-01-17
add support for add/remove CA Certificates via cloud-config (LP: #915232)
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
Merge from trunk.
Mike Milner
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-17
Added delete_dir_contents function to cloudinit.util.
Mike Milner
2012-01-17
Add unit tests for util.write_file.
Mike Milner
2012-01-12
[PATCH 11/13] Fix pylint warnings W0141 (used builtin function xyz)
Scott Moser
2012-01-12
[PATCH 10/13] Fix pylint warnings W0102 (dangerous default value as
Scott Moser
2012-01-12
[PATCH 07/13] Fix pylint warnings W0622 (redefining built-in 'xyz')
Scott Moser
2012-01-12
[PATCH 06/13] Fix pylint warnings W0612 (unused variable)
Scott Moser
2012-01-12
[PATCH 02/13] Fix pylint warnings W0312 (found indentation with tabs
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-12-16
initial mirror configuration/discovery
Scott Moser
2011-10-30
Make the types of SSH keys to generate configurable
Scott Moser
2011-10-30
Restore created files' selinux contexts
Scott Moser
2011-10-27
do not run run-parts if directory has no items
Scott Moser
2011-09-22
make read_seeded return OSError for a file not found
Scott Moser
2011-09-22
add retrying to read_seeded. have it use read_url.
Scott Moser
2011-09-14
try a little harder to get a fqdn rather than defaulting to localdomain
Scott Moser
2011-08-22
util.subp: do not attach stdin cloud-init's stdin to subprocesses (LP: 831505)
Scott Moser
2011-08-03
cloudinit/util.py: fix syntax error
Scott Moser
2011-08-03
add get_hostname_fqdn method to 'util' and use it for getting hostname
Scott Moser
2011-07-19
increase timeout on read_seed when a seedfrom was explicitly given
Scott Moser
2011-07-19
do not complain if attempt to resizefs in an lxc container fails
Scott Moser
2011-04-04
convert some user input from dos to unix (LP: #744965)
Scott Moser
2011-03-03
in subp, put output and stderr into the raised error
Scott Moser
2011-02-17
change from yaml+'#include' to yaml + config.d format for cloud.cfg
Scott Moser
2011-02-07
add 'bootcmd' like 'runcmd' to cloud-config syntax for running things early
Scott Moser
2011-02-07
add utility function get_cfg_by_path
Scott Moser
2011-01-26
remove needless import and defines in util.py
Scott Moser
2011-01-25
fix bad variable name in readurl
Scott Moser
2011-01-25
add missing urllib import in util
Scott Moser
2011-01-25
add support for reading rightscale style userdata
Scott Moser
2011-01-24
move cloud-run-user-script.conf to cloud-final, use cloud-cfg for invoking
Scott Moser
[next]