| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Previously we had overlord, minion, modules, and func all at the root of
the source tree. After install these would all be shuffled below func.
Relocated them in the source tree to reflect this.
|
|
|
|
|
|
|
| |
mostly just removing unused modules
change "from codes import *" to "import codes" in a couple
places and updated accordingly
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
add "module_version", "module_api_version" and "module_description" as
base object methods. All classes based on func_module should get this.
modules should set a self.version, self.api_version, self.description
with approriate values. class or instance variables both work. If
values aren't set, defaults are provided.
alternativelt, the modules can implement and export "module_version",
"module_api_version", and "module_description" themself if they
like
|
| |
|
| |
|
| |
|
|
module_loader from the virt-factory node server
xmlrpc server from the virt-factory-server code and some test modules
no ssl support yet, no init scripts, no packagin etc
|