summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-11Add initial network writing here.Joshua Harlow
2012-06-11Pylint cleanups, add a load yaml function that handles errors nicely + other ...Joshua Harlow
2012-06-11Pylint cleanups.Joshua Harlow
2012-06-11Pylint cleanups.Joshua Harlow
2012-06-11Use common yaml loading function + pylint cleanups.Joshua Harlow
2012-06-11Pylint fixups.Joshua Harlow
2012-06-11Pylint fixups.Joshua Harlow
2012-06-11Pylint fixups.Joshua Harlow
2012-06-11Logging fixups + pylint fixups.Joshua Harlow
2012-06-11Start using tempita instead of the more complicated cheetah.Joshua Harlow
2012-06-11Add comments on formats, add in function that handles option extraction + oth...Joshua Harlow
2012-06-11Add more logging in onto what is being searched for.Joshua Harlow
2012-06-11Fix this up to use the new datasource class hierachy, as well as other new ob...Joshua Harlow
2012-06-11Start of cleaning this up.Joshua Harlow
2012-06-11Added log setup and a basic log (for when one is not enabled)Joshua Harlow
2012-06-11Removing distro specifics from here, as well as running functionality (which ...Joshua Harlow
2012-06-11Adding in the base of a ubuntu distro subclass that can install pkgs (right n...Joshua Harlow
2012-06-11Adding in the root distro class + a util function to fetch various distros.Joshua Harlow
2012-06-11This will now just contain the "public" view of the cloud objects, backed by ...Joshua Harlow
2012-06-11Moved these functions to utils.Joshua Harlow
2012-06-11Add this file, which contains the main init stage, and the handlers stage (as...Joshua Harlow
2012-06-11Move paths to here, since it also qualifies.Joshua Harlow
2012-06-11All main stage helpers go here, ie semaphores, handler registrys, runners...Joshua Harlow
2012-06-11Removed, not needed.Joshua Harlow
2012-06-11Not needed, this functionality can go in utils.Joshua Harlow
2012-06-09Start adding a system section.Joshua Harlow
2012-06-09Initial cleanupsJoshua Harlow
2012-06-09Add copyrightJoshua Harlow
2012-06-09Move cmdline functions here. Cleanup exception trapping. Fixup copyright.Joshua Harlow
2012-06-09Remove unused imports and reduce lines needed + add copy right.Joshua Harlow
2012-06-09Cleanup this and add refactoring around large constructors (add a parse metho...Joshua Harlow
2012-06-09Remove pathmap and make this a part of the CloudPath object, add copyright an...Joshua Harlow
2012-06-09Add copyright.Joshua Harlow
2012-06-09Add copyright.Joshua Harlow
2012-06-09Add copyright + index hash directly instead of get.Joshua Harlow
2012-06-09More init fs here, cleanup after user_data file moves + other cleanups.Joshua Harlow
2012-06-09Move most of this functionality to either cloud-init object or utils.Joshua Harlow
2012-06-09Rename these to user_data module + submodules.Joshua Harlow
2012-06-09Start adding place where distro specifics can go.Joshua Harlow
2012-06-09Not needed.Joshua Harlow
2012-06-08Move to having a parts directory/module + seperate modules.Joshua Harlow
2012-06-08Remove parsed config cache, and cleanup cmdline function.Joshua Harlow
2012-06-08Move how handler module names are found to here as well as a fixup module fun...Joshua Harlow
2012-06-08Move how user part data modules are found to here.Joshua Harlow
2012-06-08Fixup CloudConfig by using new module functions and calling objects.Joshua Harlow
2012-06-08Remove the main function from this, seems like it should also be in a test if...Joshua Harlow
2012-06-08Remove the main function from this, seems like that should be in a test if ne...Joshua Harlow
2012-06-08Remove is ipv4 function from here and move to utils + move exceptions to here...Joshua Harlow
2012-06-08Remove cloud config from here and move to cloud.pyJoshua Harlow
2012-06-08This file now holds the default part handlers (shell script, cloud-config, up...Joshua Harlow