summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Changes to the DHCP management code to use the new fields.Michael DeHaan2008-11-201-1/+1
|
* Cleanup the post-make file 'config/version'James Laska2008-11-191-1/+1
|
* Add more 'clean' targets so that 'git status' is happyJames Laska2008-11-131-0/+5
|
* Patch from Peter Vreman to makefile savestate/restorestate, plus some ↵Michael DeHaan2008-11-131-20/+21
| | | | changes of my own to save the cobbler objects.
* Get new XMLRPC tests into a passing state, the test process will now rewrite ↵Michael DeHaan2008-11-051-2/+3
| | | | | | | | the user settings during testing and restore them afterward to make sure it can log in. Some tests had to be disabled as we need to rewrite /more/ settings to verify them, and additionally some more tests should be done at the URL level.
* More work on additional XMLRPC tests, a bit more annoying that expected. ↵Michael DeHaan2008-11-041-2/+2
| | | | | | Switched on nosetest's "evaluate asserts" which seems to be kind of hit-or-miss. In progress... Also cleaned up a problem in reposync where a value could be sent down as None.
* Make repos auto-set their breed to make API usage a bit cleaner, still ↵Michael DeHaan2008-11-041-3/+0
| | | | working on tests.
* Reworking the remote tests and adding a few more. Now we no longer save and ↵Michael DeHaan2008-10-311-4/+7
| | | | restore config state in the tests, and work with what the user already had (tests won't delete objects they didn't create).
* Moved the older test code under the main tree so it gets installed with the ↵Michael DeHaan2008-10-171-3/+3
| | | | RPM. Beginings of adding testcases for XMLRPC that will exercise read only and read-write XMLRPC through Apache. Right now, there is only some basic read-only testing to verify koan's calls remain operational. We'll also want to write tests for the mod_python components.
* Fix for test caseMichael DeHaan2008-10-151-37/+47
|
* Call unittests with noseMichael DeHaan2008-10-151-12/+14
|
* Enhance image-vs-profile validation and be more tolerant of conflictsMichael DeHaan2008-09-291-1/+1
|
* Further work on the network interface editor. Seems to load things fine ↵Michael DeHaan2008-09-261-1/+1
| | | | now, working on the submit half.
* Ensure that the default value for ownership is a list. Also some cleanup to ↵Michael DeHaan2008-09-221-8/+12
| | | | the way we save settings in the middle of test runs. Also also some manpage cleanup pointed out by bretm.
* Add Javier P's patch to add "cobbler import" support for Debian. Also ↵Michael DeHaan2008-09-121-0/+6
| | | | tweaked Andrew Brown's system cloner a bit and added packaging for the debian sample.seed file.
* Merge branch 'master' into develMichael DeHaan2008-09-021-1/+1
|\ | | | | | | | | | | | | | | Conflicts: CHANGELOG cobbler.spec setup.py
| * Fix various merge errors and also add some missing directory packaging to ↵Michael DeHaan2008-09-021-1/+1
| | | | | | | | the RPM
* | Lots of work on the acl module, still need to test some niche cases and ensureMichael DeHaan2008-08-281-0/+2
|/ | | | the authz_configfile still works, though ownership is looking pretty good at this point with ACL's tacked on after normal authz approval
* fix typoMichael DeHaan2008-08-211-1/+1
|
* Make "make devinstall" remove files after usageMichael DeHaan2008-08-201-0/+1
|
* Remove xlat parts of Makefile that are not in use, release bumpMichael DeHaan2008-08-081-6/+6
|
* In-progress work on making bash-completion script not need to run cobbler by ↵Michael DeHaan2008-07-231-0/+3
| | | | teaching it about a much lighter weight script that reads a pre-generated list of options.
* Remove references to manage_dhcp_mode and manage_dns_mode as this is ↵Michael DeHaan2008-06-251-2/+0
| | | | 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.
* The settings file is now /etc/cobbler/settings, and cobbler's command lineMichael DeHaan2008-05-161-8/+8
| | | | | will warn the user the old file is no longer in use and ask them to delete it before proceeding.
* Checked in architecture diagram source, run "make graphviz" to build it.Michael DeHaan2008-05-151-0/+4
|
* Apply scott henson's replicate patch.Michael DeHaan2008-05-081-1/+1
|
* Kickstarts are now dynamically generated by mod_python, CGI's now fallMichael DeHaan2008-04-181-0/+1
| | | | under mod_python, kickstart templating code now moved out of sync function.
* 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/+2
|
* Updated LDAP and authorization code, plus packagingMichael DeHaan2008-03-261-0/+2
|
* Lots of logging improvements, keep sync from blitzing the WebUIMichael DeHaan2007-12-061-4/+2
|
* AuthN/AuthZ modules are now pluggable, http://127.0.0.1/cobbler/web now ↵Michael DeHaan2007-12-041-0/+4
| | | | active for mod_python using AuthN/AuthZ, backend now also doing AuthZ. default AuthN mechanism is using /etc/cobbler/auth.conf for now, which needs to be replaced, should use htdigest data at minimum.
* First start of pluggable authn/authz system for remote API + web interface,Michael DeHaan2007-12-031-0/+1
| | | | using Apache modules.
* Ongoing work on WUI paginationMichael DeHaan2007-10-311-2/+2
|
* Fix for cobbler's dhcp generation behavior with the new interface ↵Michael DeHaan2007-10-311-2/+2
| | | | | | 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-301-0/+5
| | | | box with Digest auth and seems to work well. Misc associated packaging details.
* Service restarting has been abstracted out of the action_sync code, and is ↵Michael DeHaan2007-10-191-1/+2
| | | | | | | | | | 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.
* Various changes to allow for increased performance in the WebUI and in ↵Michael DeHaan2007-10-171-1/+6
| | | | | | saving state, plus a fix to import that keeps from creating extra yum repo entries for various distros.
* Work on an shelve-based external storage, for performance testing. SqliteMichael DeHaan2007-10-151-1/+12
| | | | is just as likely at this point.
* Lots of changes to make subprofile creation and editing work in the WebUI.Michael DeHaan2007-10-111-2/+0
|
* Working on adding subprofile creation support to the WebUI, as well as ↵root2007-10-111-0/+2
| | | | adding new fields to the profiles page for virt-bridge and virt-cpus.
* Remove testuser from password file.Michael DeHaan2007-09-261-0/+2
|
* Reverse part of previous Makefile patch.Michael DeHaan2007-09-241-3/+3
|
* Apply AT Web UI patchset.Michael DeHaan2007-09-241-0/+3
|
* Kickstart listing is back in the WUI, with a backend method to get the ↵Michael DeHaan2007-09-141-1/+5
| | | | | | | exhaustive list. Edits to come. Also added a "make devinstall" which is like "make install" but doesn't overwrite your settings file with the default values.
* Adds edit capability to distro and profile objects, plus some random ↵Michael DeHaan2007-09-131-2/+7
| | | | | | hacking on the WebUI. Also adds delete checkboxes that are currently not implemented.
* Check in beginings of Cobbler WebUI packaging (thanks: Al Tobey). More work ↵Michael DeHaan2007-09-111-1/+1
| | | | TBA.
* Working on pluggable serializers.root2007-09-051-1/+1
|
* Adding srpm make targetMichael DeHaan2007-08-031-0/+13
|
* New cobbler website.Michael DeHaan2007-06-081-1/+0
|