Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-21 | Remove another unused import | Joshua Harlow | |
2012-06-21 | 1. Move all info() logging methods to debug() | harlowja | |
2. Adjust comment on sources list from depends 3. For the /etc/timezone 'writing', add a header that says created by cloud-init | |||
2012-06-20 | 1. Add an importer function that will search for a given module in a set of ↵ | Joshua Harlow | |
search module 'prefixes' that also has a potential set of required attributes. 2. Use this new importer to find the distro class, the userdata handler modules, the config modules and the datasource modules, if none can be found error out accordingly. | |||
2012-06-20 | Massive pylint + pep8 fixups! | Joshua Harlow | |
2012-06-20 | Catch the import error rather than the runtime error. | Joshua Harlow | |
2012-06-19 | More cleanups around read/write roots | Joshua Harlow | |
2012-06-18 | Include link to netcf library in the comment. | Joshua Harlow | |
2012-06-16 | If bringing up, return whatever the bring up result is, otherwise false. | Joshua Harlow | |
2012-06-16 | Have the top level distro class take paths instead of a runner. | Joshua Harlow | |
This allows the following: 1. Let the ubuntu subclass construct its own runner with those paths (since not every subclass may want it) Adjust the base class + subclass to reflect this, adjust stages as well to reflect the constructor changes. | |||
2012-06-16 | 1. Remove path function, since we have a path class | Joshua Harlow | |
2. Be explict with file perms (even though its duplicated) | |||
2012-06-15 | Fixups to ensure that pylint does not find anything major wrong. | Joshua Harlow | |
2012-06-15 | Continued adding distro specific functionality to this new parent distro ↵ | Joshua Harlow | |
class as needed. | |||
2012-06-11 | Adding in the root distro class + a util function to fetch various distros. | Joshua Harlow | |
2012-06-09 | Start adding place where distro specifics can go. | Joshua Harlow | |