summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-06-15Moved the handlers from a user_data directory to a handler directory.Joshua Harlow
2012-06-15Moved this class which does the user data process back to the main ↵Joshua Harlow
user_data.py file. It seems to make a little more sense for now to move it to there.
2012-06-15Moved the contents of this file back to user_data.pyJoshua Harlow
It seems to make sense to have that file, then have a handler directory for user data handlers.
2012-06-13Add in a make url function (might be useful).Joshua Harlow
Adjust usage of logexc to use that in the utils file for exceptions that occur. Add in more options to sub function to capture outputs, shell mode and such.
2012-06-11Update with parsing of a requirments file, changelog for this new ↵Joshua Harlow
refactoring stuff and setup.py for both of those.
2012-06-11Fix copy right.Joshua Harlow
2012-06-11Rename sem class to file sem class, add clear_all methods, add empty methods ↵Joshua Harlow
to dummy sem class.
2012-06-11Use pretty table to get a parseable format out.Joshua Harlow
2012-06-11Add centering method + more descriptive mount failure exception message.Joshua Harlow
2012-06-11Fix this up to work with new utils/logging/datasource...Joshua Harlow
2012-06-11Fix logging + fetch user data before user data content handlers are activated.Joshua Harlow
2012-06-11Fix log statement.Joshua Harlow
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
cleanups.
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 + ↵Joshua Harlow
other pylint cleanups.
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 ↵Joshua Harlow
objects/logging added...
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
is now elsewhere).
2012-06-11Adding in the base of a ubuntu distro subclass that can install pkgs (right ↵Joshua Harlow
now).
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
whatever other set of objects.
2012-06-11Moved these functions to utils.Joshua Harlow
2012-06-11Add this file, which contains the main init stage, and the handlers stage ↵Joshua Harlow
(as seperate objects).
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 ↵Joshua Harlow
method). Handle error cases better...
2012-06-09Remove pathmap and make this a part of the CloudPath object, add copyright ↵Joshua Harlow
and format built in config
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