summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix an obscure blending corner case that was confusing koan.Michael DeHaan2007-11-061-1/+5
|
* Add Wiki link to home page, which we'll push with 0.6.3Michael DeHaan2007-11-061-0/+7
|
* Update docs to integrate EL4 users may want to upgrade their yum versions.Michael DeHaan2007-11-061-1/+1
|
* Removing yum-utils as a package requirement because the version in EPEL does ↵Michael DeHaan2007-11-063-1/+11
| | | | not contain reposync or yumdownloader. Given that, we will now have cobbler check looking for it, and warning about it being missing, rather than making it a hard requirement.
* Fix typo in manpage.Michael DeHaan2007-11-061-1/+1
|
* Fix settings display in WebUIMichael DeHaan2007-11-061-0/+4
|
* Fix deference of unused variable.Michael DeHaan2007-11-062-3/+3
|
* Changes to make the overhauled repo templating work with source repositories ↵Michael DeHaan2007-11-052-17/+14
| | | | (which are repos found on the installation media during the import process, things like RHEL5's VT repo).
* Remove debug code.Michael DeHaan2007-11-051-2/+0
|
* Optimize sync performance by caching the results of calls to "blender".Michael DeHaan2007-11-052-23/+32
|
* Slight tweak to make imports work with new repo generationMichael DeHaan2007-11-021-1/+1
|
* Added Wiki link to front page.Michael DeHaan2007-11-021-1/+1
|
* Remove the --local-filename parameter from the cobbler.et.redhat.com ↵Michael DeHaan2007-11-021-4/+4
| | | | documentation
* Making sync use the new mirror parameter.Michael DeHaan2007-11-021-2/+2
|
* Removing docs on yum_core_mirror_from_server (off by default), now ↵Michael DeHaan2007-11-023-4/+5
| | | | explaining yum_post_install_mirror (which is on by default, and only slightly different).
* Remove --local-filename from the WebUI, since we will now use --name for the ↵Michael DeHaan2007-11-022-17/+1
| | | | filename always. To turn off the wget macro that installs things in /etc/yum.repos.d on the provisioned target, either set yum_core_mirror_from_server to disabled in cobbler settings, or remove the yum_config_stanza from the kickstart file.
* Work on getting the repos to be templated, largely complete, pending more ↵Michael DeHaan2007-11-026-54/+77
| | | | testing.
* In the process of making all repositories templates so we can apply the ↵Michael DeHaan2007-11-024-57/+124
| | | | | | | values of --server-override to them and make cobbler servers easier to migrate also. This will result in the removal of --local-filename from cobbler repos.
* Updated changelog to include new feature.Michael DeHaan2007-11-011-1/+2
|
* Small fix to make WebUI editing of new fields work. Verification of whether ↵Michael DeHaan2007-11-011-1/+1
| | | | all the sync'd data is correct with the overrides still needs to occur.
* Add fields for --server-override to the Web UIMichael DeHaan2007-11-012-0/+30
|
* Since some versions of yumdownloader don't support --resolve, allow people ↵Michael DeHaan2007-11-014-4/+8
| | | | | | | | | to remove it by moving it to the configuration file. By default, it will be there, but this provides a fix for those running OS's with an old version of yum/yumdownloader. If -resolve is not in settings, --rpmlist on "cobbler repo add" needs to include all dependencies for the packages listed, which could be a rather long list.
* WebUI backend code to handle edits to the new --server-override parameters.Michael DeHaan2007-11-011-6/+6
| | | | Added for both profiles and systems.
* Code to wire up the new --server-override to the sync code. This leaves off ↵Michael DeHaan2007-11-013-17/+27
| | | | | | | | some of the repo management, which will not work with --server-override completely in all cases (depending on DNS) until we do some extra post magic in our action_sync stanza generaton. Ow, my brain hurts just thinking about other people who have to read that explanation :)
* Added a --server-override parameter, which will be used to specify a ↵Michael DeHaan2007-11-014-20/+47
| | | | | | | | | | different server address for when the server may need to provision boxen on different subnets that therefore need different source URLs and so on. This means cobbler will now be able to represent more than one server address for the same cobbler machine. WUI parts and backend changes to utilize this TBA shortly.
* Make pagination uses a shiny select box versus an ugly list of pages. TODO: ↵root2007-11-012-6/+8
| | | | | | show the start and end object in the menus for easier navigation.
* Pagination WUI code is now shared between the templates.Michael DeHaan2007-10-316-104/+38
|
* Add pagination HTML to all cobbler objects. Note that this really should be ↵Michael DeHaan2007-10-313-0/+93
| | | | | | made modular so we don't have to repeat this template code.
* Enable pagination capability for other types of cobbler objectsMichael DeHaan2007-10-311-9/+27
|
* Changelog cleanup + shorten the pagination parametersMichael DeHaan2007-10-313-16/+14
|
* Pagination on systems page complete.Michael DeHaan2007-10-311-8/+21
|
* Add in templating for $hostname and other variables for first interface, to ↵Michael DeHaan2007-10-311-1/+1
| | | | | | be backwards compatible with older templates.
* Ongoing work on WUI paginationMichael DeHaan2007-10-315-20/+57
|
* Fix for cobbler's dhcp generation behavior with the new interface ↵Michael DeHaan2007-10-315-21/+71
| | | | | | representation. (Plus some unfinished work on paginating the WebUI).
* Moving the auth parts to a .htaccess and out of Apache config. Tested on my ↵Michael DeHaan2007-10-309-21/+25
| | | | box with Digest auth and seems to work well. Misc associated packaging details.
* htaccess file should really be "htpasswd"Michael DeHaan2007-10-306-9/+21
|
* Split the CGI authentication bits out to a seperate Apache configuration ↵Michael DeHaan2007-10-297-17/+23
| | | | file, so that users who upgrade will get the new config (as the other file is marked config(noreplace)).
* Apply AT's patch to switch the WebUI to using Apache digest auth / htaccess ↵Michael DeHaan2007-10-2910-226/+129
| | | | / etc
* Add --arch back to docs, plus WebUI changes to add the field.Michael DeHaan2007-10-294-2/+27
|
* Apply patch to restore --arch parameter and handling to cobbler repoMichael DeHaan2007-10-294-4/+27
| | | | management.
* Call deserialize after the pre-sync triggers are run to allow those triggers ↵Michael DeHaan2007-10-241-1/+15
| | | | | | to insert or modify additional cobbler objects, such as via LDAP, despite not sharing the API handle since they are called out of process.
* Rename the shelve serialized files to ".shelve".Michael DeHaan2007-10-241-1/+1
|
* Don't exclude openoffice langs from the rsync, as that's a fairly common ↵Michael DeHaan2007-10-241-1/+0
| | | | package to install.
* Some more work on removing the API refs in util...Michael DeHaan2007-10-232-8/+8
|
* Remove a circular import between the serializer and the API that was ↵Michael DeHaan2007-10-233-21/+22
| | | | confusing Virt-Factory.
* Fix restart services trigger script for when manage_dhcp is off.Michael DeHaan2007-10-231-0/+1
|
* Fix up manpage.Michael DeHaan2007-10-231-2/+2
|
* Service restarting has been abstracted out of the action_sync code, and is ↵Michael DeHaan2007-10-199-50/+83
| | | | | | | | | | now a trigger. This commit adds pre/post sync triggers, for scripting of arbitrary actions. The idea is that a cobbler user can now modify the restart-services script to rsync DHCP configurations to a remote box and instead restart them there, for hosting DHCP on a different box. Or do anything else that might be required. The restart-services trigger will ship in the cobbler RPM. Users can modify it at will and it is marked as config(noreplace) so upgrades will not affect it.
* Make RPMs backup the old config, migrate, and conditionally restart the ↵Michael DeHaan2007-10-193-7/+11
| | | | service to make upgrades seamless.
* Pass with_copy to repo additions to ensure they are serialized in the new ↵Michael DeHaan2007-10-192-2/+3
| | | | way we do serialization.