summaryrefslogtreecommitdiffstats
path: root/cobbler
Commit message (Collapse)AuthorAgeFilesLines
...
* omshell wants lowercase macsMichael DeHaan2008-05-051-1/+1
|
* Get omshell path from config fileMichael DeHaan2008-05-051-2/+2
|
* Remove typo in functionMichael DeHaan2008-05-051-2/+1
|
* Apply jeckersb's patch to allow per-zone templatesMichael DeHaan2008-05-052-10/+26
|
* Various DNS/DHCP work.Michael DeHaan2008-05-026-197/+274
|
* Added some check code for BIND.Michael DeHaan2008-05-022-4/+14
|
* Add some missing files and do some more work on dns/dhcp refactoringMichael DeHaan2008-05-024-6/+15
|
* Working on moving DNS/DHCP management to cobbler/modules (uses modules.conf)Michael DeHaan2008-05-028-310/+731
| | | | In progress.
* 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-024-51/+74
|
* Apply John Eckersberg's patch for BIND management.Michael DeHaan2008-05-023-1/+8
|
* Apply Pablo's patch to add OMAPI support to dhcp config generation.Michael DeHaan2008-05-022-3/+81
|
* 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.
* Quote dhcp hostnamesMichael DeHaan2008-04-281-1/+1
|
* It's now possible to create new kickstart templates in ↵Michael DeHaan2008-04-243-12/+76
| | | | /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.
* apply URL changes to PXE alsoMichael DeHaan2008-04-231-2/+2
|
* Modify URLsMichael DeHaan2008-04-231-4/+4
|
* Services operations are now happy with unicode data.Michael DeHaan2008-04-231-2/+3
|
* TypoMichael DeHaan2008-04-231-1/+1
|
* Fix instance checkingMichael DeHaan2008-04-231-1/+1
|
* validateks now works against all URLs, not just local filesMichael DeHaan2008-04-232-18/+30
|
* Fix exception processing bug for older broken PythonMichael DeHaan2008-04-231-1/+1
|
* Add "dumpvars" command.Michael DeHaan2008-04-237-57/+85
|
* Auto registration now tested and confirmed to work (if you have it enabled ↵Michael DeHaan2008-04-222-5/+15
| | | | in settings)
* Some fixes in reg codeMichael DeHaan2008-04-222-5/+9
|
* Fix docstringMichael DeHaan2008-04-221-1/+2
|
* Move registration code to backend only, as users trying out the kickstarts ↵Michael DeHaan2008-04-213-79/+6
| | | | will not be sending mac info and there is not a problem of them accidentally getting registered.
* Modify services.py to send over registration bit.Michael DeHaan2008-04-211-1/+1
|
* Send registration parameters at the right spot.Michael DeHaan2008-04-213-3/+5
|
* Correct URLs in kickstart postMichael DeHaan2008-04-211-2/+2
|
* Fix memtest locationMichael DeHaan2008-04-211-1/+1
|
* Abstract out sync code into it's constituent parts, plus some packaging ↵Michael DeHaan2008-04-186-486/+653
| | | | changes that I left out earlier.
* Fix some things found by the tests and also update the testsMichael DeHaan2008-04-181-9/+1
| | | | to not look for static files
* Kickstarts are now dynamically generated by mod_python, CGI's now fallMichael DeHaan2008-04-188-375/+397
| | | | under mod_python, kickstart templating code now moved out of sync function.
* Finish removing mac from new install trackingMichael DeHaan2008-04-182-14/+48
|
* kssendmac does not make this information available at the time of this wgetMichael DeHaan2008-04-181-2/+2
|
* (A) The Python-yaml open source code that we had been using apparently ↵Michael DeHaan2008-04-1712-38/+117
| | | | | | didn't have copyright headers (not sure why, we absolutely positively want them there) so I'm adding them now. Similarly, I have included a copy of the license of the library in the docs directory. (B) This checkin also includes some work on the status command.
* This is the new status engine in progress. I still need to do some things ↵Michael DeHaan2008-04-165-194/+117
| | | | | | | | to parse out times and indicate how long installs have been active (so there is an easier way to grep for last installs). Technically this will also provide ways of looking at an install history which is probably something we could add if it was interesting. Lots of options.
* Fix if clauseMichael DeHaan2008-04-161-2/+2
|
* Change settings.Michael DeHaan2008-04-161-1/+1
|
* To make things easier to understand, enable RW-xmlrpc by default, just ↵Michael DeHaan2008-04-162-2/+44
| | | | change the authentication modes to deny_all in the config file (by default)
* Fix manifest.in to add missing file, remove one file no longer used.Michael DeHaan2008-04-151-14/+24
|
* Replaced the existing cobbler pre/post install triggers system with a much ↵Michael DeHaan2008-04-155-39/+66
| | | | more flexible model that (for each system) passes in the following. First arg: the word "system" or "profile", Second arg: the name of the said system or profile, Third: the MAC if available, Fourth: the IP. This is all logged by a default "status" trigger to /var/log/cobbler/install.log, for being read by the soon-to-be-revamped cobbler check. The check system logs all of this in order, followed by the word "start" or "stop", followed by the number of seconds since Epoch.
* Better kerberos support. See the Wiki.Michael DeHaan2008-04-145-90/+84
|
* F8/9 kickstart format supportMichael DeHaan2008-04-142-9/+10
|
* Now possible to override snippets on a per-profile or per-system basis, as ↵Michael DeHaan2008-04-114-232/+311
| | | | discussed on the mailing list for usage for doing disk/package config, etc
* Import now takes an --arch, which is now a recommended field, to ensureMichael DeHaan2008-04-115-35/+78
| | | | best practices in naming.
* Two things -- (A) remove rhpl dep as we aren't using it and we want to useMichael DeHaan2008-04-0942-67/+60
| | | | | more standard xlat for other distros potentially, (B) fix the kerb module some more.