Age | Commit message (Expand) | Author |
2012-06-11 | Logging fixups + pylint fixups. | Joshua Harlow |
2012-06-11 | Start using tempita instead of the more complicated cheetah. | Joshua Harlow |
2012-06-11 | Add comments on formats, add in function that handles option extraction + oth... | Joshua Harlow |
2012-06-11 | Add more logging in onto what is being searched for. | Joshua Harlow |
2012-06-11 | Fix this up to use the new datasource class hierachy, as well as other new ob... | Joshua Harlow |
2012-06-11 | Start of cleaning this up. | Joshua Harlow |
2012-06-11 | Added log setup and a basic log (for when one is not enabled) | Joshua Harlow |
2012-06-11 | Removing distro specifics from here, as well as running functionality (which ... | Joshua Harlow |
2012-06-11 | Adding in the base of a ubuntu distro subclass that can install pkgs (right n... | Joshua Harlow |
2012-06-11 | Adding in the root distro class + a util function to fetch various distros. | Joshua Harlow |
2012-06-11 | This will now just contain the "public" view of the cloud objects, backed by ... | Joshua Harlow |
2012-06-11 | Moved these functions to utils. | Joshua Harlow |
2012-06-11 | Add this file, which contains the main init stage, and the handlers stage (as... | Joshua Harlow |
2012-06-11 | Move paths to here, since it also qualifies. | Joshua Harlow |
2012-06-11 | All main stage helpers go here, ie semaphores, handler registrys, runners... | Joshua Harlow |
2012-06-11 | Removed, not needed. | Joshua Harlow |
2012-06-11 | Not needed, this functionality can go in utils. | Joshua Harlow |
2012-06-09 | Start adding a system section. | Joshua Harlow |
2012-06-09 | Initial cleanups | Joshua Harlow |
2012-06-09 | Add copyright | Joshua Harlow |
2012-06-09 | Move cmdline functions here. Cleanup exception trapping. Fixup copyright. | Joshua Harlow |
2012-06-09 | Remove unused imports and reduce lines needed + add copy right. | Joshua Harlow |
2012-06-09 | Cleanup this and add refactoring around large constructors (add a parse metho... | Joshua Harlow |
2012-06-09 | Remove pathmap and make this a part of the CloudPath object, add copyright an... | Joshua Harlow |
2012-06-09 | Add copyright. | Joshua Harlow |
2012-06-09 | Add copyright. | Joshua Harlow |
2012-06-09 | Add copyright + index hash directly instead of get. | Joshua Harlow |
2012-06-09 | More init fs here, cleanup after user_data file moves + other cleanups. | Joshua Harlow |
2012-06-09 | Move most of this functionality to either cloud-init object or utils. | Joshua Harlow |
2012-06-09 | Rename these to user_data module + submodules. | Joshua Harlow |
2012-06-09 | Start adding place where distro specifics can go. | Joshua Harlow |
2012-06-09 | Not needed. | Joshua Harlow |
2012-06-08 | Move to having a parts directory/module + seperate modules. | Joshua Harlow |
2012-06-08 | Remove parsed config cache, and cleanup cmdline function. | Joshua Harlow |
2012-06-08 | Move how handler module names are found to here as well as a fixup module fun... | Joshua Harlow |
2012-06-08 | Move how user part data modules are found to here. | Joshua Harlow |
2012-06-08 | Fixup CloudConfig by using new module functions and calling objects. | Joshua Harlow |
2012-06-08 | Remove the main function from this, seems like it should also be in a test if... | Joshua Harlow |
2012-06-08 | Remove the main function from this, seems like that should be in a test if ne... | Joshua Harlow |
2012-06-08 | Remove is ipv4 function from here and move to utils + move exceptions to here... | Joshua Harlow |
2012-06-08 | Remove cloud config from here and move to cloud.py | Joshua Harlow |
2012-06-08 | This file now holds the default part handlers (shell script, cloud-config, up... | Joshua Harlow |
2012-06-08 | Moved some of the mounting logic here. Also introduced a context manager whic... | Joshua Harlow |
2012-06-08 | Moved the shell functionality back in here. | Joshua Harlow |
2012-06-08 | Large amounts of refactoring. | Joshua Harlow |
2012-06-08 | Cleaning this up, logic should be more sound around attempts and retries now. | Joshua Harlow |
2012-06-08 | Ensure files end with ".tmpl" if they don't initially. | Joshua Harlow |
2012-06-08 | Working on making this have the old setup (where strings are taken in for con... | Joshua Harlow |
2012-06-08 | This now holds the following classes: | Joshua Harlow |
2012-06-08 | This now only holds some simple top level functions. | Joshua Harlow |