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
/
cloudinit
/
sources
/
__init__.py
Age
Commit message (
Expand
)
Author
2015-01-21
Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemed
Barry Warsaw
2014-09-03
improved logging of errors around module loading/searching
Scott Moser
2014-09-02
Fix logic statement and pep8 issue
Joshua Harlow
2014-09-02
Remove/adjust the verbose 'failed at attempted import of' log
Joshua Harlow
2014-08-26
fix(pep8): Fix various pep8 violations and version-lock pep8
Jay Faulkner
2014-01-23
merge from trunk
Scott Moser
2014-01-16
Fixed typos
Ben Howard
2014-01-16
DataSource: remove has_vendordata and consume_vendordata, drop filters
Scott Moser
2014-01-08
Significant re-working of the userdata handling and introduction of
Ben Howard
2013-12-06
new: FreeBSD module to support cloud-init on the FBSD10 platform. In its
Harm Weites
2013-09-10
fix DataSource base class to set up ds_cfg for 'Net' sources
Scott Moser
2013-09-10
Fix pylint complain on toks.split('.')
Vlastimil Holer
2013-09-05
Merged trunk lp:cloud-init
Vlastimil Holer
2013-07-23
alias 'availability_zone' to availability-zone in metadata service.
Scott Moser
2013-03-06
Continue working on merging code.
Joshua Harlow
2012-12-19
Remove conflicting merge block
Vlastimil Holer
2012-12-19
Merged trunk lp:cloud-init
Vlastimil Holer
2012-11-12
config-drive-v2: support public keys
Scott Moser
2012-10-27
Helpful cleanups.
harlowja
2012-10-05
Ensure that config drive datasource attempts to
Joshua Harlow
2012-09-24
fix make pep8
Scott Moser
2012-09-20
Initialize toks variable. Fix EC2-like hostname generation based on IPv4.
Vlastimil Holer
2012-09-19
Optionally resolve IPv4 hostname.
Vlastimil Holer
2012-09-14
Fix hostname derived from IP. (LP: 1050962)
Andy Grimm
2012-08-27
For the userdata 'post-filtering' add in a new folder that
Joshua Harlow
2012-08-27
Update so that the content types searched for launch-index
Joshua Harlow
2012-08-26
Fix tests running and add in a check on the content type
Joshua Harlow
2012-08-26
Don't use the processed userdata if nothing is there.
Joshua Harlow
2012-08-26
Add the capability to understand and filter on
Joshua Harlow
2012-08-22
return results from datasource.get_package_mirror_info
Scott Moser
2012-08-22
rework package mirror selection
Scott Moser
2012-08-19
Add a 'none' datasource as a last resort fallback
Joshua Harlow
2012-06-21
1. Move all info() logging methods to debug()
harlowja
2012-06-20
1. Add an importer function that will search for a given module in a set of s...
Joshua Harlow
2012-06-20
Change to import error instead of runtime error.
Joshua Harlow
2012-06-19
Fix pylint line length issues.
Joshua Harlow
2012-06-19
Cleanup no datasource exception to use cleaner csv list.
Joshua Harlow
2012-06-19
Cleanup some of the logging (its a little to verbose).
Joshua Harlow
2012-06-18
1. Fixed datasource construction (switched param order)
Joshua Harlow
2012-06-16
Allow the user data processor to be passed in.
Joshua Harlow
2012-06-16
For the different base classes, ensure we are using the 'abc' module + approp...
Joshua Harlow
2012-06-16
Adjust the usage of map items() to iteritems() which will help later translat...
Joshua Harlow
2012-06-15
Fixups to ensure that pylint does not find anything major wrong.
Joshua Harlow
2012-06-15
Complete initial cleanup for refactoring/rework.
Joshua Harlow
2012-06-11
Add more logging in onto what is being searched for.
Joshua Harlow
2012-06-09
Initial cleanups
Joshua Harlow
2012-06-08
Remove is ipv4 function from here and move to utils + move exceptions to here...
Joshua Harlow
2012-06-07
1. Move cloud init and cloud config objects to a cloud file.
Joshua Harlow
2012-06-07
Darn it. Those shouldn't be there!
Joshua Harlow
[prev]