Age | Commit message (Expand) | Author |
2012-06-15 | Add more comments around what the settings mean, add in a list that can be us... | Joshua Harlow |
2012-06-15 | Logic test on split up line length (just incase). | Joshua Harlow |
2012-06-15 | Ensure that the root logger is manipulated instead of just the cloudinit logg... | Joshua Harlow |
2012-06-15 | 1. Handle returning values from handlers better. | Joshua Harlow |
2012-06-15 | Moved as many distro specific actions to here as should be needed. | Joshua Harlow |
2012-06-15 | Change variable names to reflect usage correctly | Joshua Harlow |
2012-06-15 | Continued adding distro specific functionality to this new parent distro clas... | Joshua Harlow |
2012-06-15 | Instead of having the cloud pass large references to its constructor, this ha... | Joshua Harlow |
2012-06-15 | Continued adding more comments about what each section/option does. | Joshua Harlow |
2012-06-15 | Enabled the oauth library, which seems needed for maas datasource. | Joshua Harlow |
2012-06-15 | Updated so that pylint and pyflakes will now run over cloudinit/ and bin/ pyt... | Joshua Harlow |
2012-06-15 | Renamed hosts to match the ubuntu distro. | Joshua Harlow |
2012-06-15 | Added a hosts template file (in tempita format) that provides the base of a "... | Joshua Harlow |
2012-06-15 | Added a python file which can be used internally to determine the version of ... | Joshua Harlow |
2012-06-15 | Moved the common user data classes and functionality back to this file since ... | Joshua Harlow |
2012-06-15 | Added a new transform that can be used to show and initial welcome message to... | Joshua Harlow |
2012-06-15 | This provides a nice little utility class that avoids the python config parse... | Joshua Harlow |
2012-06-15 | Moved the user_data directory back to a user_data.py and made a handler subdi... | Joshua Harlow |
2012-06-15 | Moved the handlers from a user_data directory to a handler directory. | Joshua Harlow |
2012-06-15 | Moved this class which does the user data process back to the main user_data.... | Joshua Harlow |
2012-06-15 | Moved the contents of this file back to user_data.py | Joshua Harlow |
2012-06-13 | Add in a make url function (might be useful). | Joshua Harlow |
2012-06-11 | Update with parsing of a requirments file, changelog for this new refactoring... | Joshua Harlow |
2012-06-11 | Fix copy right. | Joshua Harlow |
2012-06-11 | Rename sem class to file sem class, add clear_all methods, add empty methods ... | Joshua Harlow |
2012-06-11 | Use pretty table to get a parseable format out. | Joshua Harlow |
2012-06-11 | Add centering method + more descriptive mount failure exception message. | Joshua Harlow |
2012-06-11 | Fix this up to work with new utils/logging/datasource... | Joshua Harlow |
2012-06-11 | Fix logging + fetch user data before user data content handlers are activated. | Joshua Harlow |
2012-06-11 | Fix log statement. | Joshua Harlow |
2012-06-11 | Add initial network writing here. | Joshua Harlow |
2012-06-11 | Pylint cleanups, add a load yaml function that handles errors nicely + other ... | Joshua Harlow |
2012-06-11 | Pylint cleanups. | Joshua Harlow |
2012-06-11 | Pylint cleanups. | Joshua Harlow |
2012-06-11 | Use common yaml loading function + pylint cleanups. | Joshua Harlow |
2012-06-11 | Pylint fixups. | Joshua Harlow |
2012-06-11 | Pylint fixups. | Joshua Harlow |
2012-06-11 | Pylint fixups. | Joshua Harlow |
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 |