summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Change the way error checking works around NFS read errors (root squash)Michael DeHaan2008-05-133-7/+17
| |
| * If for some reason the user has defined a system where the first interface ↵Michael DeHaan2008-05-132-5/+7
| | | | | | | | record is blank and the second is not, still build the PXE tree based on the second record.
| * Consolidate various repo related warnings under cobbler check and clean up ↵Michael DeHaan2008-05-137-17/+53
| | | | | | | | prints elsewhere.
| * Allows cobbler system kickstart to be reset by setting them to "", "delete", ↵Michael DeHaan2008-05-132-0/+4
| | | | | | | | or None (the last via the API). This allows the system to use the profile's kickstart setting as expected.
| * Fix find test.Michael DeHaan2008-05-131-1/+1
| |
| * Added code to cobbler check to see if any templates are still using the defaultMichael DeHaan2008-05-135-11/+34
| | | | | | | | password, and if so, to warn about them.
| * Added code to cobbler check to look for httpd_can_network_connect boolean if ↵Michael DeHaan2008-05-122-0/+15
| | | | | | | | SELinux is enabled.
| * keep changelog up to dateMichael DeHaan2008-05-121-0/+1
| |
| * Make duplicate mac checking work in more places, nicer error when ↵Michael DeHaan2008-05-123-9/+14
| | | | | | | | encountering rootsquash.
| * Patch for replicate error handling + docsMichael DeHaan2008-05-123-1/+12
| |
| * Apply patch to remove anti-createrepo conditions, bump version.Michael DeHaan2008-05-124-3/+9
| |
| * Release bump for test releaseMichael DeHaan2008-05-093-4/+4
| |
| * Added some additional links for kickstart viewing/editing to the ↵Michael DeHaan2008-05-096-7/+46
| | | | | | | | profile/system web pages
| * Fixes for webapp new fieldsMichael DeHaan2008-05-092-2/+3
| |
| * Fixes for virt overrides on system objects.Michael DeHaan2008-05-095-26/+24
| |
| * Apply patch to rework bind zone handling.Michael DeHaan2008-05-092-48/+74
| |
| * Add missing file.Michael DeHaan2008-05-091-0/+158
| |
| * Adding --virt overrides for many more additional fields that were foundMichael DeHaan2008-05-087-173/+347
| | | | | | | | | | in the profiles objects but not in the system objects. This needs testing in both the webui and command line.
| * Added --mirror-locally option to repo add/edit and WebUI for specifying that ↵Michael DeHaan2008-05-0810-24/+90
| | | | | | | | | | | | | | a cobbler repo object is to be used directly, rather than mirrored into /var/www/cobbler by reposync/rsync. This can be usable when network connectivity outside is certain, and there are no performance or bandwidth needs on a local mirror. This supports http:// and ftp:// only, rsync:// is not natively understood by yum.
| * Apply scott henson's replicate patch.Michael DeHaan2008-05-087-268/+29
| |
| * Apply John Eckersberg's patch to allow random mac usage from the command line.Michael DeHaan2008-05-084-20/+33
| |
| * Improve tracebacks.Michael DeHaan2008-05-071-0/+2
| |
| * Ignore system exitMichael DeHaan2008-05-061-0/+2
| |
| * More exception handling.Michael DeHaan2008-05-061-1/+3
| |
| * Redo exception handling code for older python to eliminate tracebacks thatMichael DeHaan2008-05-062-7/+8
| | | | | | | | should not be printed.
| * Swap dhcp and dns module referencesMichael DeHaan2008-05-061-2/+2
| |
| * Revert to previous local boot PXE policyMichael DeHaan2008-05-061-1/+1
| |
| * omshell wants lowercase macsMichael DeHaan2008-05-051-1/+1
| |
| * Always restart dhcp seperate from dns.Michael DeHaan2008-05-051-7/+2
| |
| * Get omshell path from config fileMichael DeHaan2008-05-051-2/+2
| |
| * Change default PXE behavior for local to "-1" which means next step in bootMichael DeHaan2008-05-051-1/+1
| | | | | | | | process as opposed to picking a specific drive.
| * Remove typo in functionMichael DeHaan2008-05-051-2/+1
| |
| * Apply jeckersb's patch to allow per-zone templatesMichael DeHaan2008-05-054-11/+31
| |
| * Fix typo in config file.Michael DeHaan2008-05-051-2/+2
| |
| * Website cleanup, add link to other et projects, remove some code we no ↵Michael DeHaan2008-05-0519-787/+13
| | | | | | | | longer need, consolidate docs on FPO for stuff that frequently changes.
| * Various DNS/DHCP work.Michael DeHaan2008-05-027-200/+278
| |
| * Added some check code for BIND.Michael DeHaan2008-05-023-4/+16
| |
| * Add some missing files and do some more work on dns/dhcp refactoringMichael DeHaan2008-05-026-6/+46
| |
| * Working on moving DNS/DHCP management to cobbler/modules (uses modules.conf)Michael DeHaan2008-05-0210-311/+736
| | | | | | | | In progress.
| * Changelog and doc cleanup (note: manpages reference future behavior WRT ↵Michael DeHaan2008-05-022-21/+23
| | | | | | | | dns/dhcp behavior, to be implemented soon).
| * Do not add profiles that have -xen distros to PXE menu entries as thereMichael DeHaan2008-05-021-0/+3
| | | | | | | | is no chance of them booting there.
| * Adjusting the dhcp patch some, prior to moving it all into modules/Michael DeHaan2008-05-028-57/+82
| |
| * Apply John Eckersberg's patch for BIND management.Michael DeHaan2008-05-029-5/+47
| |
| * Apply Pablo's patch to add OMAPI support to dhcp config generation.Michael DeHaan2008-05-025-4/+93
| |
| * Build iso completionMichael DeHaan2008-05-021-9/+22
| |
| * Fix some paths and parameters. More to do.Michael DeHaan2008-05-011-2/+2
| |
| * Working on adding a "cobbler buildiso" command to generate non-live CD's. ↵Michael DeHaan2008-05-015-16/+210
| | | | | | | | | | | | Menu does not work yet, but getting there. Also made registration check for duplicate macs, but needs testing.
| * Update website with new footer.Michael DeHaan2008-04-286-14/+170
| |
| * Quote dhcp hostnamesMichael DeHaan2008-04-281-1/+1
| |
| * It's now possible to create new kickstart templates in ↵Michael DeHaan2008-04-249-22/+159
| | | | | | | | /var/lib/cobbler/kickstarts/ from the WebUI, as well as delete ones that are no longer being used while on the edit page for that template.