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
/
cloud.py
Age
Commit message (
Expand
)
Author
2021-12-15
Adopt Black and isort (SC-700) (#1157)
James Falcon
2018-08-24
logging: Add logging config type hyperv for reporting via Azure KVP
Andy Liu
2018-03-14
set_hostname: When present in metadata, set it before network bringup.
Chad Smith
2017-11-10
Improve warning message when a template is not found.
Robert Schweikert
2017-04-21
pylint: fix all logging warnings
Joshua Powers
2016-12-22
LICENSE: Allow dual licensing GPL-3 or Apache 2.0
Jon Grimm
2015-08-31
split 'events' portion of reporting into separate file
Scott Moser
2015-08-04
fix lack of import in cloud.py
Scott Moser
2015-08-02
fix tests from sync
Scott Moser
2015-07-31
plumb the rest the reporting through
Scott Moser
2012-08-27
Update so that the content types searched for launch-index
Joshua Harlow
2012-08-26
Add the capability to understand and filter on
Joshua Harlow
2012-08-22
rework package mirror selection
Scott Moser
2012-06-21
1. Renames for debug message from 'transform' to 'module'
harlowja
2012-06-20
Massive pylint + pep8 fixups!
Joshua Harlow
2012-06-18
When logging is 'cycled' ensure that we call the logging reset routine first.
Joshua Harlow
2012-06-16
Add comment as to why the cloud object/wrapper is useful
Joshua Harlow
2012-06-15
Fixups to ensure that pylint does not find anything major wrong.
Joshua Harlow
2012-06-15
Instead of having the cloud pass large references to its constructor, this ha...
Joshua Harlow
2012-06-11
This will now just contain the "public" view of the cloud objects, backed by ...
Joshua Harlow
2012-06-09
More init fs here, cleanup after user_data file moves + other cleanups.
Joshua Harlow
2012-06-08
Move to having a parts directory/module + seperate modules.
Joshua Harlow
2012-06-08
Fixup CloudConfig by using new module functions and calling objects.
Joshua Harlow
2012-06-08
This now holds the following classes:
Joshua Harlow
2012-06-07
Add this file which will contain the cloud init and cloud config classes.
Joshua Harlow