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
/
stages.py
Age
Commit message (
Expand
)
Author
2012-06-16
1. Fix the welcome_msg name to welcome_message (oops)
Joshua Harlow
2012-06-16
Rename user data obj, which is really a user data message object and add comm...
Joshua Harlow
2012-06-16
Not config anymore, now a transform
Joshua Harlow
2012-06-16
Comments about checking if this is right, no longer needed
Joshua Harlow
2012-06-16
Fix logic issue with reading previous file for previous instance id, when the...
Joshua Harlow
2012-06-16
Should be loaded not loading
Joshua Harlow
2012-06-16
Revert that last change for this file, it should be a string that is non-empt...
Joshua Harlow
2012-06-16
Check instance id against none, and not just empty/false/0/none since 0 or em...
Joshua Harlow
2012-06-16
Pass in the datasource as a option, instead of the lower level instance id.
Joshua Harlow
2012-06-16
Have the top level distro class take paths instead of a runner.
Joshua Harlow
2012-06-16
After the moving of items to handler/__init__ reflect those references here.
Joshua Harlow
2012-06-16
Content handlers does not need the paths variable anymore so removed that.
Joshua Harlow
2012-06-16
Rename to fixup transform/fixup handler/form transform name instead of form mod*
Joshua Harlow
2012-06-16
Adjust how config is extracted in that it now can be extracted via 3 differen...
Joshua Harlow
2012-06-15
Fixups to ensure that pylint does not find anything major wrong.
Joshua Harlow
2012-06-15
Cleanup and renaming that should mostly complete this new module.
Joshua Harlow
2012-06-11
Fix logging + fetch user data before user data content handlers are activated.
Joshua Harlow
2012-06-11
Add this file, which contains the main init stage, and the handlers stage (as...
Joshua Harlow