| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
Some additional features added as a result is the ability to debug a
connection. If Base.debug is set to true then all communication between
the client and server is sent to stdout.
Also fixed the list_systems.rb example to show the image on which a
system is based if it's not based on a profile.
And some minor cleanup to those particular source modules.
|
| |
|
|
| |
rather than an instance method.
|
| |
|
|
| |
Also refactored the metaprogramming to fix a nil bug that surfaced.
|
| |
|
|
|
|
| |
- Fixed the licensing in each source module to show the code is released under
LGPLv2.1.
- Added %check to the spec file to run tests prior to creating the RPM.
|
| | |
|
| |
|
|
|
| |
Also fixed up some documentation and how properties are handled that
are either arrays of values or hashes.
|
| |
|
|
| |
Also fixed some of the decoding for interfaces returned for systems. But I'm not happy with that binding still.
|
|
|
This first pass is very simple, only wrapping the Distro, Profile and
System objects and the NetworkInterface type. All classes extended a
class named Base, and all are in the Cobbler module.
Configuration is held within the config/cobbler.yml file, but can be
overridden at runtime.
Unit tests, examples, etc. are also provided.
|