summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
Commit message (Collapse)AuthorAgeFilesLines
* update date in changelogMichael DeHaan2008-07-031-1/+1
|
* Fix missing functions in remote.py, remove profile_change which was unusedMichael DeHaan2008-07-031-0/+2
|
* Backport reposync patchMichael DeHaan2008-07-021-0/+1
|
* Fix kickstart rendering bugMichael DeHaan2008-06-271-0/+1
|
* Make cobblerd close file handlesMichael DeHaan2008-06-251-0/+1
|
* yum reposync should pull all kernels, not just i386 kernels, when doing reposyncMichael DeHaan2008-06-251-0/+1
|
* Remove references to manage_dhcp_mode and manage_dns_mode as this is ↵Michael DeHaan2008-06-251-0/+2
| | | | governed by modules.conf, and rewrite the restart-services trigger to understand restart_dhcp and restart_dns variables, which are now mentioned in the settings file. Also, clean up the tests so they work more nicely on F9, and remove some unused lines from the Makefile.
* Remove rhpl referenceMichael DeHaan2008-06-251-0/+1
|
* Fix typo in replicate code, bump versions in case we want to do another ↵Michael DeHaan2008-06-101-0/+3
| | | | maint release.
* Fix for mkdir invocation now that we no longer own the tftp directories in ↵Michael DeHaan2008-06-091-1/+2
| | | | the RPM.
* Fix manpage typoMichael DeHaan2008-06-061-0/+1
|
* Bump release on master branch for future maint release, if anyMichael DeHaan2008-06-041-0/+3
|
* apply fixesMichael DeHaan2008-06-041-0/+1
|
* Adding some fields to settings and misc cleanupMichael DeHaan2008-06-031-5/+3
|
* Make manpage reference correct settings file path for 1.0, which is ↵Michael DeHaan2008-05-301-0/+1
| | | | /etc/cobbler, not /var/lib/cobbler
* changelog updateMichael DeHaan2008-05-301-0/+1
|
* This change makes triggers that are registered for addition and removal of ↵Michael DeHaan2008-05-301-0/+1
| | | | objects to now run when they are renamed or copied. In the case of a copy, only the add triggers are re-run against the new name. In the case of rename, first the add triggers are called on the newname, then the remove triggers are called on the oldname as that is how things are implemented. In the case of renaming an object that has child objects, the child objects are updated, so the add triggers will then be called on each to notify that those objects themselves have changed, this last bit of the behavior I'm not sure if it's a good thing or not, though we can refine it if that is not desirable.
* utils.get_kickstart_templates now returns only files, so that it will not ↵Michael DeHaan2008-05-301-0/+1
| | | | | | encounter problems if the directory is under version control.
* Default arches to 'i386' to be consistent with the treesMichael DeHaan2008-05-291-0/+1
|
* Merge branch 'master' into develMichael DeHaan2008-05-291-0/+4
|\ | | | | | | | | | | | | | | Conflicts: CHANGELOG cobbler.spec setup.py
| * Do not own tftpboot, but create subdirs as needed automatically.Michael DeHaan2008-05-291-0/+1
| |
| * changelog updateMichael DeHaan2008-05-291-0/+3
| |
* | 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.