Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge IPv6 support patch from Trac #469. Thanks to Jon Sabo.master | John Eckersberg | 2009-11-05 | 2 | -22/+109 |
| | |||||
* | Fix error message creating profile without a distro. | Devan Goodwin | 2009-11-04 | 1 | -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 Ciupitu | 2009-11-02 | 1 | -2/+3 |
| | | | | | - use "named -v" instead of "named --help" because -v is a supported option, unlike --help | ||||
* | Fix some misspells | Cristian Ciupitu | 2009-11-02 | 1 | -1/+1 |
| | |||||
* | cobbler4j: Use more efficient API calls, implement create/remove. | Devan Goodwin | 2009-11-02 | 1 | -1/+3 |
| | | | | Add first test for Repo creation/deletion. | ||||
* | Make clogger.Logger a little more reasonable. | Devan Goodwin | 2009-10-30 | 1 | -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 Goodwin | 2009-10-25 | 7 | -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 Alexander | 2009-10-24 | 1 | -4/+8 |
| | |||||
* | web ui: move sessions directory to /var (trac #499) | Cristian Ciupitu | 2009-10-23 | 1 | -2/+2 |
| | | | | - /usr/share/cobbler/web/sessions -> /var/lib/cobbler/webui_sessions | ||||
* | small typo-type fix | Sinisa Vujic | 2009-10-20 | 1 | -2/+2 |
| | |||||
* | Further work on Java code generator. | Michael DeHaan | 2009-10-09 | 5 | -144/+139 |
| | |||||
* | use deepcopy to copy system interfaces to prevent modifying the original ↵ | Peter Vreman | 2009-10-02 | 1 | -2/+3 |
| | | | | system record | ||||
* | Fix checks WRT SELinux | Michael DeHaan | 2009-10-02 | 1 | -3/+2 |
| | |||||
* | Make cobbler check better report on SELinux contexts to set, and also | Michael DeHaan | 2009-10-01 | 1 | -6/+29 |
| | | | | an additional boolean (if present). | ||||
* | Make cobbler reposync --only=N sync only that repo. | Michael DeHaan | 2009-10-01 | 1 | -0/+3 |
| | |||||
* | Work around mod_python scoping bug (RHEL 4/5 only) with utils.uniquify | Michael DeHaan | 2009-10-01 | 1 | -1/+27 |
| | |||||
* | Fix checkbox field for virt_auto_boot | Michael DeHaan | 2009-10-01 | 1 | -2/+2 |
| | |||||
* | Remove acl_engine reference from authz_configfile | Michael DeHaan | 2009-09-30 | 1 | -2/+2 |
| | |||||
* | Merge branch 'release20' | Michael DeHaan | 2009-09-30 | 1 | -17/+24 |
|\ | |||||
| * | Support python-netaddr >= 0.7. | Devan Goodwin | 2009-09-30 | 1 | -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 Goodwin | 2009-09-30 | 1 | -13/+0 |
| | | |||||
* | | Merge branch 'release20' | Michael DeHaan | 2009-09-28 | 2 | -2/+5 |
|\| | |||||
| * | Fix the dumpvars command for 2.0 to eliminate traceback and also print | Michael DeHaan | 2009-09-28 | 2 | -2/+5 |
| | | | | | | | | key-by-key instead of as a raw datastructure. | ||||
* | | Merge branch 'release20' | Michael DeHaan | 2009-09-28 | 2 | -2/+2 |
|\| | |||||
| * | Unhide fields | Michael DeHaan | 2009-09-28 | 2 | -2/+2 |
| | | |||||
| * | Unhide per-system post install kernel options | Michael DeHaan | 2009-09-28 | 1 | -1/+1 |
| | | |||||
* | | Unhide per-system post install kernel options | Michael DeHaan | 2009-09-28 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'release20' | Michael DeHaan | 2009-09-28 | 1 | -3/+2 |
|\| | | | | | | | | | Conflicts: CHANGELOG | ||||
| * | Fix code in cobbler check that reports if dhcpd is installed, also update | Michael DeHaan | 2009-09-28 | 1 | -3/+2 |
| | | | | | | | | changelog to reflect earlier dhcp config path fix. | ||||
| * | Look for memtest files in tftpboot, not tftpboot/images, so that pxegen.py | Michael DeHaan | 2009-09-28 | 1 | -3/+3 |
| | | | | | | | | picks them up correctly. | ||||
* | | Look for memtest files in tftpboot, not tftpboot/images, so that pxegen.py | Michael DeHaan | 2009-09-28 | 1 | -3/+3 |
| | | | | | | | | picks them up correctly. | ||||
* | | Merge branch 'release20' | Michael DeHaan | 2009-09-28 | 10 | -37/+56 |
|\| | |||||
| * | / is valid char in many input fields, dont allow .. | Bill Peck | 2009-09-25 | 1 | -1/+1 |
| | | |||||
| * | fix in_place error edit command | Bill Peck | 2009-09-24 | 1 | -1/+1 |
| | | |||||
| * | make_tftpboot, create base dirs for yaboot, elilo, pxelinux, etc.. | Bill Peck | 2009-09-23 | 2 | -22/+32 |
| | | |||||
| * | get distro name, not object | Bill Peck | 2009-09-23 | 1 | -1/+1 |
| | | |||||
| * | execute power commands through shell, this allows us to chain command ↵ | Bill Peck | 2009-09-23 | 1 | -2/+5 |
| | | | | | | | | together like etherwake and fence_wti | ||||
| * | use get_conceptual_parent(), distro may not be defined on inherited items | Bill Peck | 2009-09-23 | 1 | -4/+3 |
| | | |||||
| * | move initialization code into item_distro, use get_conceptual_parent() to ↵ | Bill Peck | 2009-09-23 | 2 | -3/+6 |
| | | | | | | | | find distro | ||||
| * | fix missing errno import and fix legacy netboot-enabled calls for xmlrpc | Bill Peck | 2009-09-23 | 1 | -3/+5 |
| | | |||||
| * | pxelocal.template makes elilo halt, use ia64 specific template | Bill Peck | 2009-09-23 | 1 | -0/+2 |
| | | |||||
| * | add rhel6 as a valid osversion | Bill Peck | 2009-09-23 | 1 | -1/+1 |
| | | |||||
* | | CouchDB serializer. Create /etc/cobbler/use.couch to enable. Not forward | Michael DeHaan | 2009-09-22 | 5 | -23/+54 |
| | | | | | | | | compatible. | ||||
* | | Initial work on a prototype couchdb serializer | Michael DeHaan | 2009-09-22 | 2 | -0/+219 |
|/ | |||||
* | Some image-object fixes | Michael DeHaan | 2009-09-18 | 2 | -2/+3 |
| | |||||
* | duplication checks in set_dns/mac/hostname are skipped if the field is empty | Peter Vreman | 2009-09-16 | 1 | -3/+3 |
| | |||||
* | dhcpd.conf instead of dhcp.conf | Peter Vreman | 2009-09-16 | 1 | -3/+3 |
| | |||||
* | Remove debug print | Michael DeHaan | 2009-09-14 | 1 | -2/+0 |
| | |||||
* | Add logger to subprocess execution | Stephan Huiser | 2009-09-14 | 1 | -1/+1 |
| | |||||
* | Remove unused file | Michael DeHaan | 2009-09-14 | 1 | -83/+0 |
| |