summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
Commit message (Collapse)AuthorAgeFilesLines
* Bump version of new devel branchMichael DeHaan2008-05-281-0/+3
|
* Release bump for 1.0Michael DeHaan2008-05-281-0/+3
|
* The settings file is now /etc/cobbler/settings, and cobbler's command lineMichael DeHaan2008-05-161-0/+1
| | | | | will warn the user the old file is no longer in use and ask them to delete it before proceeding.
* Found out our config file supports comments (hooray) and added a bunch ↵Michael DeHaan2008-05-161-0/+1
| | | | explaining what all of the settings do. Should have done this long ago but glad to have it!
* Add extra logging if an error is encountered while rendering a kickstartMichael DeHaan2008-05-151-0/+1
|
* Added the ability to undefine a symbol that is defined in a parent object.Michael DeHaan2008-05-141-0/+1
| | | | | | | | | This means that if a kernel option is set for a profile, and you want it unset in a child system, you can say --kopts='!foo' to undefine the foo. Similarly you can add symbols and undefine others at the same time... --kopts='bar !foo baz=3' and so on. This is relatively fringe usage but was previously not possible.
* Since it's common to want to reference the name of the profile in a ↵Michael DeHaan2008-05-141-0/+1
| | | | | | | template, and that changes whether the rendering is a per-profile or per-system kickstart, I've added three new variables to make things easier: "distro_name", "profile_name", and "system_name" which show up in the templates automatically in addition to the existing "distro", "profile", and "name" you get for a system, or "distro" and "name" for profile. This is more consistant and easier to use in the templating language.
* Change the way error checking works around NFS read errors (root squash)Michael DeHaan2008-05-131-0/+1
|
* If for some reason the user has defined a system where the first interface ↵Michael DeHaan2008-05-131-0/+1
| | | | 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-131-0/+2
| | | | prints elsewhere.
* Allows cobbler system kickstart to be reset by setting them to "", "delete", ↵Michael DeHaan2008-05-131-0/+1
| | | | or None (the last via the API). This allows the system to use the profile's kickstart setting as expected.
* Added code to cobbler check to see if any templates are still using the defaultMichael DeHaan2008-05-131-0/+1
| | | | 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-121-0/+1
| | | | 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-121-0/+1
| | | | encountering rootsquash.
* Patch for replicate error handling + docsMichael DeHaan2008-05-121-0/+1
|
* Apply patch to remove anti-createrepo conditions, bump version.Michael DeHaan2008-05-121-0/+3
|
* Release bump for test releaseMichael DeHaan2008-05-091-1/+1
|
* Added some additional links for kickstart viewing/editing to the ↵Michael DeHaan2008-05-091-0/+1
| | | | profile/system web pages
* Adding --virt overrides for many more additional fields that were foundMichael DeHaan2008-05-081-0/+1
| | | | | 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-081-0/+1
| | | | | | | 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-081-0/+1
|
* Changelog and doc cleanup (note: manpages reference future behavior WRT ↵Michael DeHaan2008-05-021-0/+4
| | | | dns/dhcp behavior, to be implemented soon).
* It's now possible to create new kickstart templates in ↵Michael DeHaan2008-04-241-0/+1
| | | | /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.
* changelogMichael DeHaan2008-04-231-0/+1
|
* validateks now works against all URLs, not just local filesMichael DeHaan2008-04-231-0/+1
|
* Add "dumpvars" command.Michael DeHaan2008-04-231-0/+1
|
* Kickstarts are now dynamically generated by mod_python, CGI's now fallMichael DeHaan2008-04-181-0/+4
| | | | under mod_python, kickstart templating code now moved out of sync function.
* This is the new status engine in progress. I still need to do some things ↵Michael DeHaan2008-04-161-0/+2
| | | | | | | | 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.
* To make things easier to understand, enable RW-xmlrpc by default, just ↵Michael DeHaan2008-04-161-0/+2
| | | | change the authentication modes to deny_all in the config file (by default)
* logrotate should not send emails to root when restarting services.Michael DeHaan2008-04-151-0/+1
|
* Replaced the existing cobbler pre/post install triggers system with a much ↵Michael DeHaan2008-04-151-0/+1
| | | | 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-141-0/+1
|
* F8/9 kickstart format supportMichael DeHaan2008-04-141-0/+1
|
* Now possible to override snippets on a per-profile or per-system basis, as ↵Michael DeHaan2008-04-111-0/+1
| | | | 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-111-0/+1
| | | | best practices in naming.
* update changelogMichael DeHaan2008-04-091-0/+1
|
* update templates to invoke menu.c32 automatically w/ timeout, skipping the ↵Michael DeHaan2008-04-081-0/+2
| | | | step of having to type "menu" at the PXE prompt, which is occasionally a source of user confusion. We can now also do submenus if we want to, now that menu.c32 is updated.
* fix changelogMichael DeHaan2008-04-081-0/+1
|
* Merge.Michael DeHaan2008-04-081-8/+1
|
* Merge branch 'master' into develMichael DeHaan2008-04-081-0/+9
|\ | | | | | | | | | | | | | | Conflicts: CHANGELOG cobbler.spec cobbler/webui/master.py
| * Force names to be alphanumeric, update dates for release.Michael DeHaan2008-04-081-1/+2
| |
| * Apply dnsmasq change to masterMichael DeHaan2008-04-041-1/+2
| |
* | Added a "--clobber" option to all add commands that allows the add to ↵Michael DeHaan2008-04-041-1/+2
| | | | | | | | function in an "add or edit" mode. Before in Cobbler, add and edit were largely aliases so this was not needed -- now it is. Using --clobber the object will be created if it does not exist, or it will overwrite the existing one (as "edit" does) when it is there. If --clobber is left off, add will refuse to overwrite an existing object. This is a minor break to scripts that are calling cobbler directly but not those to API users -- scripts /should/ be checking return codes.
* | add dnsmasq change to changelogMichael DeHaan2008-04-041-0/+1
| |
* | changelog editsroot2008-04-041-0/+2
| |
* | Fix default ownership on cobbler owned objects to come from the settingsMichael DeHaan2008-04-031-0/+1
| | | | | | | | | | file (who's default is "admin" through the CLI) ... the webui will prepopulate the field with the name of the logged in user.
* | Updated LDAP and authorization code, plus packagingMichael DeHaan2008-03-261-0/+1
| |
* | Preliminary support for authentication against LDAPMichael DeHaan2008-03-251-0/+1
| |
* | tftpboot location discovery for F9Michael DeHaan2008-03-251-0/+1
| |