summaryrefslogtreecommitdiffstats
path: root/cobbler
Commit message (Collapse)AuthorAgeFilesLines
* Merge IPv6 support patch from Trac #469. Thanks to Jon Sabo.masterJohn Eckersberg2009-11-052-22/+109
|
* 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.
* 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-021-1/+1
|
* cobbler4j: Use more efficient API calls, implement create/remove.Devan Goodwin2009-11-021-1/+3
| | | | Add first test for Repo creation/deletion.
* 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.
* 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-231-2/+2
| | | | - /usr/share/cobbler/web/sessions -> /var/lib/cobbler/webui_sessions
* small typo-type fixSinisa Vujic2009-10-201-2/+2
|
* Further work on Java code generator.Michael DeHaan2009-10-095-144/+139
|
* 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
|
* Make cobbler check better report on SELinux contexts to set, and alsoMichael DeHaan2009-10-011-6/+29
| | | | an additional boolean (if present).
* Make cobbler reposync --only=N sync only that repo.Michael DeHaan2009-10-011-0/+3
|
* Work around mod_python scoping bug (RHEL 4/5 only) with utils.uniquifyMichael DeHaan2009-10-011-1/+27
|
* Fix checkbox field for virt_auto_bootMichael DeHaan2009-10-011-2/+2
|
* Remove acl_engine reference from authz_configfileMichael DeHaan2009-09-301-2/+2
|
* Merge branch 'release20'Michael DeHaan2009-09-301-17/+24
|\
| * Support python-netaddr >= 0.7.Devan Goodwin2009-09-301-4/+24
| | | | | | | | | | 0.7 release included many changes that broke backward compatability. Change use of netaddr module depending on what we have available.
| * Drop the _CIDR object, unused outside of obsolete subdir.Devan Goodwin2009-09-301-13/+0
| |
* | Merge branch 'release20'Michael DeHaan2009-09-282-2/+5
|\|
| * Fix the dumpvars command for 2.0 to eliminate traceback and also printMichael DeHaan2009-09-282-2/+5
| | | | | | | | key-by-key instead of as a raw datastructure.
* | Merge branch 'release20'Michael DeHaan2009-09-282-2/+2
|\|
| * Unhide fieldsMichael DeHaan2009-09-282-2/+2
| |
| * Unhide per-system post install kernel optionsMichael DeHaan2009-09-281-1/+1
| |
* | Unhide per-system post install kernel optionsMichael DeHaan2009-09-281-1/+1
| |
* | Merge branch 'release20'Michael DeHaan2009-09-281-3/+2
|\| | | | | | | | | Conflicts: CHANGELOG
| * Fix code in cobbler check that reports if dhcpd is installed, also updateMichael DeHaan2009-09-281-3/+2
| | | | | | | | changelog to reflect earlier dhcp config path fix.
| * Look for memtest files in tftpboot, not tftpboot/images, so that pxegen.pyMichael DeHaan2009-09-281-3/+3
| | | | | | | | picks them up correctly.
* | Look for memtest files in tftpboot, not tftpboot/images, so that pxegen.pyMichael DeHaan2009-09-281-3/+3
| | | | | | | | picks them up correctly.
* | Merge branch 'release20'Michael DeHaan2009-09-2810-37/+56
|\|
| * / is valid char in many input fields, dont allow ..Bill Peck2009-09-251-1/+1
| |
| * fix in_place error edit commandBill Peck2009-09-241-1/+1
| |
| * make_tftpboot, create base dirs for yaboot, elilo, pxelinux, etc..Bill Peck2009-09-232-22/+32
| |
| * get distro name, not objectBill Peck2009-09-231-1/+1
| |
| * execute power commands through shell, this allows us to chain command ↵Bill Peck2009-09-231-2/+5
| | | | | | | | together like etherwake and fence_wti
| * use get_conceptual_parent(), distro may not be defined on inherited itemsBill Peck2009-09-231-4/+3
| |
| * move initialization code into item_distro, use get_conceptual_parent() to ↵Bill Peck2009-09-232-3/+6
| | | | | | | | find distro
| * fix missing errno import and fix legacy netboot-enabled calls for xmlrpcBill Peck2009-09-231-3/+5
| |
| * pxelocal.template makes elilo halt, use ia64 specific templateBill Peck2009-09-231-0/+2
| |
| * add rhel6 as a valid osversionBill Peck2009-09-231-1/+1
| |
* | CouchDB serializer. Create /etc/cobbler/use.couch to enable. Not forwardMichael DeHaan2009-09-225-23/+54
| | | | | | | | compatible.
* | Initial work on a prototype couchdb serializerMichael DeHaan2009-09-222-0/+219
|/
* Some image-object fixesMichael DeHaan2009-09-182-2/+3
|
* duplication checks in set_dns/mac/hostname are skipped if the field is emptyPeter Vreman2009-09-161-3/+3
|
* dhcpd.conf instead of dhcp.confPeter Vreman2009-09-161-3/+3
|
* Remove debug printMichael DeHaan2009-09-141-2/+0
|
* Add logger to subprocess executionStephan Huiser2009-09-141-1/+1
|
* Remove unused fileMichael DeHaan2009-09-141-83/+0
|