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-07-09
Update chownbyname to catch the key error when users/groups that are not known
Joshua Harlow
2012-07-09
fix 'make pylint' warnings
Scott Moser
2012-07-09
DataSourceEc2: only do dns check in mirror selection
Scott Moser
2012-07-03
Add a check on 'chownbyname' that catches the keyerror and logs it (instead o...
Joshua Harlow
2012-07-02
1. Move the welcome message template string to a constant at the top of the m...
Joshua Harlow
2012-07-01
Merge in pending changes.
harlowja
2012-07-01
1. Rename util functions to is_true and is_false
harlowja
2012-07-01
Add a multi log function that can write to stderr, console and a log debug, u...
Joshua Harlow
2012-06-29
Refactor the selinux guard to aid in mocking
harlowja
2012-06-29
Just log the number of commands 'shellified'
Joshua Harlow
2012-06-29
Don't always log stdout and stderr (exceptions will capture them if it fails)
Joshua Harlow
2012-06-29
Reduce the log levels by removing a few statements that happen to often (and ...
Joshua Harlow
2012-06-29
Add the rc code for blkid '2' being valid with a note to as why.
Joshua Harlow
2012-06-26
1. Add a chdir context manager
Joshua Harlow
2012-06-23
Fix a bunch of == None cases
harlowja
2012-06-22
1. Move the getkeybyid function back here but add some slight adjustments
Joshua Harlow
2012-06-22
Fix syntax err, grrr
harlowja
2012-06-22
1. Add comment about conf.d overriding input config
harlowja
2012-06-21
Fixup python selinux guards, only try to restore after we check if its useful...
harlowja
2012-06-21
1. Update the comment about fstab to just point to 'man fstab'
Joshua Harlow
2012-06-21
Returning whether it was enabled, useful for unit testing
Joshua Harlow
2012-06-21
Use yaml safe_load just incase
Joshua Harlow
2012-06-20
Massive pylint + pep8 fixups!
Joshua Harlow
2012-06-19
1. Cleanup variable names to match more of the pythonic underscore pattern
Joshua Harlow
2012-06-18
1. Allow the built-in config to be passed in when getting the base config
Joshua Harlow
2012-06-18
1. Decreasing of logging in piping routing
Joshua Harlow
2012-06-17
1. Add a url response class that urlreading now returns (instead of a tuple).
harlowja
2012-06-16
Let read_file_or_url util function have good defaults
Joshua Harlow
2012-06-16
Correct the mount options to use a comma separated list for the mount options...
Joshua Harlow
2012-06-16
Add a restricted set of characters which can be used in filenames when cleani...
Joshua Harlow
2012-06-16
Have the ensure file function be able to take in a file permission.
Joshua Harlow
2012-06-16
1. Add in one function that will do output redirection from config for a give...
Joshua Harlow
2012-06-15
Fixups to ensure that pylint does not find anything major wrong.
Joshua Harlow
2012-06-15
Inclusion of more utility functions included:
Joshua Harlow
2012-06-13
Add in a make url function (might be useful).
Joshua Harlow
2012-06-11
Add centering method + more descriptive mount failure exception message.
Joshua Harlow
2012-06-11
Pylint cleanups, add a load yaml function that handles errors nicely + other ...
Joshua Harlow
2012-06-09
Move cmdline functions here. Cleanup exception trapping. Fixup copyright.
Joshua Harlow
2012-06-08
Moved the shell functionality back in here.
Joshua Harlow
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
[next]