summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge IPv6 support patch from Trac #469. Thanks to Jon Sabo.masterJohn Eckersberg2009-11-055-73/+298
|
* Fix error message creating profile without a distro.Devan Goodwin2009-11-041-0/+2
| | | | | Was returning a "find" related error when it should have been stating that distro is required.
* Remove mercurial stuffJames Bowes2009-11-042-11/+0
|
* Merge branch 'cobbler4j'Devan Goodwin2009-11-035-64/+150
|\
| * cobbler4j: Refresh internal object state after a create.Devan Goodwin2009-11-033-24/+32
| | | | | | | | | | | | | | Accommodates a problem where if creating a new cobbler object where not all attributes are specified, the cobbler server assigns defaults that the object you created from would have no knowledge of. (whereas if you looked up a new reference to that object, it would)
| * cobbler4j: Testing new object defaults.Devan Goodwin2009-11-032-15/+21
| | | | | | | | | | This is just testing the behavior, which isn't optimal. Just a fact of life, at least for now.
| * cobbler4j: Fix object create vs. edit.Devan Goodwin2009-11-032-7/+33
| |
| * cobbler4j: Code style / test cleanup.Devan Goodwin2009-11-034-19/+52
| |
| * cobbler4j: Fix Finder to call correct XMLRPC methods.Devan Goodwin2009-11-033-6/+15
| | | | | | | | Also tests Repo creation and deletion fully.
| * cobbler4j: Finder code style cleanup.Devan Goodwin2009-11-021-12/+16
| |
* | cobbler check: fix BIND detection (#523)Cristian Ciupitu2009-11-021-2/+3
| | | | | | | | | | - use "named -v" instead of "named --help" because -v is a supported option, unlike --help
* | Fix some misspellsCristian Ciupitu2009-11-022-2/+2
| |
* | Fix for Trac 525 - typo in variable name.Alex Wood2009-11-021-1/+1
|/
* cobbler4j: Use more efficient API calls, implement create/remove.Devan Goodwin2009-11-025-9/+53
| | | | Add first test for Repo creation/deletion.
* cobbler4j: Introduct a test Fixture.Devan Goodwin2009-11-022-12/+23
|
* Move first test class into a subpackage.Devan Goodwin2009-11-021-1/+2
|
* cobbler4j: Fix autogen object instantiation after package change.Devan Goodwin2009-11-024-29/+38
|
* Merge branch 'cobbler4j'Devan Goodwin2009-11-0214-74/+333
|\
| * cobbler4j: README updates.Devan Goodwin2009-11-021-6/+13
| |
| * cobbler4j: No more Makefile, only ant required now.Devan Goodwin2009-11-021-17/+0
| |
| * cobbler4j: Remove cobbler4j.jar in ant clean.Devan Goodwin2009-11-021-0/+1
| |
| * cobbler4j: Isolate generated classes in a sub-package.Devan Goodwin2009-11-025-4/+27
| |
| * Auto-generate cobbler4j classes inside ant instead of make.Devan Goodwin2009-11-022-3/+16
| |
| * Start junit4 testing example.Devan Goodwin2009-11-022-7/+31
| | | | | | | | Requires ant-junit and junit4 packages installed.
| * Make clogger.Logger a little more reasonable.Devan Goodwin2009-10-301-8/+20
| | | | | | | | | | | | | | If you tried to do anything with Cobbler modules running from source as a standalone user, it would quickly die lacking permission for /var/log/cobbler. Change the homebrew logger to just write to stdout if instantiated but not having access to /var/log/cobbler/cobbler.log.
| * Don't munge cobbler4j tests with build process.Devan Goodwin2009-10-301-2/+2
| | | | | | | | Run them separately with make test.
| * Relocate static cobbler4j classes to src/.Devan Goodwin2009-10-309-6/+8
| |
| * cobbler4j Fixes from Partha Aji.Devan Goodwin2009-10-3010-47/+241
| |
* | koan: use /var/lib/libvirt/images for qemu (trac #497)Cristian Ciupitu2009-10-301-1/+1
|/ | | | | | | - by default virt-manager creates qemu images in /var/lib/libvirtd/images. For consistency koan should create them in the same directory, instead of /opt/qemu.
* vlanpattern exists in a few more places... fix all occurencesJohn Eckersberg2009-10-293-4/+4
|
* Update the vlanpattern regex in the network_config snippet to allow aJohn Eckersberg2009-10-291-1/+1
| | | | | | colon to be used to separate the interface and vlan portion in addition to a period. Thus this will match interfaces like "eth0:1" in addition to the previous behavior of "eth0.100".
* Remove unused imports of sub_process.Devan Goodwin2009-10-257-9/+0
| | | | | Will be trying to get rid of using our own sub_process module at some point.
* Correct indentation on background reposync and check for empty list.Ian Alexander2009-10-241-4/+8
|
* web ui: move sessions directory to /var (trac #499)Cristian Ciupitu2009-10-235-5/+6
| | | | - /usr/share/cobbler/web/sessions -> /var/lib/cobbler/webui_sessions
* Added method for enabling autostart on qemu domainsTim Bielawa2009-10-223-1/+17
|
* small typo-type fixSinisa Vujic2009-10-201-2/+2
|
* Simplification of CobblerConnection in progress.Michael DeHaan2009-10-137-255/+168
|
* Ant cleanupMichael DeHaan2009-10-132-25/+8
|
* Cobbler4j. Some directory restructuring and cleanup.Michael DeHaan2009-10-139-98/+74
|
* In the middle of refactoring/rewriting cobbler4j. Now compiles cleanly from ↵Michael DeHaan2009-10-124-48/+46
| | | | ant, with much of the internals from the spacewalk version completely removed. Now to make it functional again!
* More cleanup/code-generation work on cobbler4j. Not done yet. Added ↵Michael DeHaan2009-10-0910-135/+83
| | | | redstone (XMLRPC library) and moved some templates to static Java files as we don't need to generate those.
* Add basic ant script to build the Java code. Add README with some more info.Michael DeHaan2009-10-093-3/+35
|
* Further work on Java code generator.Michael DeHaan2009-10-098-235/+231
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/cobblerMichael DeHaan2009-10-086-15/+18
|\
| * Merge branch 'release20'Michael DeHaan2009-10-026-15/+18
| |\ | | | | | | | | | | | | | | | Conflicts: CHANGELOG cobbler/action_check.py
| | * Release bump for 2.0.1Michael DeHaan2009-10-022-7/+6
| | |
| | * Fix incomplete merge; update changelogMichael DeHaan2009-10-022-4/+2
| | |
| | * use deepcopy to copy system interfaces to prevent modifying the original ↵Peter Vreman2009-10-021-2/+3
| | | | | | | | | | | | system record
| | * Fix checks WRT SELinuxMichael DeHaan2009-10-021-3/+2
| | |
| | * fixed saving of is_static dependent fields, remove duplicated codeMichael DeHaan2009-10-021-2/+8
| | | | | | | | | | | | | | | | | | Conflicts: web/cobbler_web/templates/generic_edit.tmpl