summaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Initial application of Tim V's patch to enable post install triggers.Michael DeHaan2007-11-291-1/+2
|
* Fix bug related to hash evaluation, bump release for testing branchMichael DeHaan2007-11-151-1/+1
|
* Release bump + start new changelogs.Michael DeHaan2007-11-081-1/+1
|
* Work on getting the repos to be templated, largely complete, pending more ↵Michael DeHaan2007-11-021-0/+4
| | | | testing.
* Pagination WUI code is now shared between the templates.Michael DeHaan2007-10-311-0/+1
|
* Moving the auth parts to a .htaccess and out of Apache config. Tested on my ↵Michael DeHaan2007-10-301-1/+2
| | | | box with Digest auth and seems to work well. Misc associated packaging details.
* htaccess file should really be "htpasswd"Michael DeHaan2007-10-301-1/+1
|
* Split the CGI authentication bits out to a seperate Apache configuration ↵Michael DeHaan2007-10-291-1/+1
| | | | 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-291-1/+1
| | | | / etc
* Service restarting has been abstracted out of the action_sync code, and is ↵Michael DeHaan2007-10-191-16/+20
| | | | | | | | | | 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-191-0/+4
| | | | service to make upgrades seamless.
* Working on WebUI, still some work to do in regards to hiding MACs and so ↵Michael DeHaan2007-10-121-1/+4
| | | | forth...
* Work on making the NICs on the system page expandable/collapseable. Still ↵Michael DeHaan2007-10-111-0/+1
| | | | | | | | need to write the onload function that sets things by default and wire up the links that do the expanding. Save code still also needs to be aware of the new variable names and also needs to know how to delete interfaces and not save "empty" interfaces.
* Release bump.Michael DeHaan2007-10-081-1/+1
|
* Two things... make "sync" into a button, and also hide links when the userMichael DeHaan2007-09-271-1/+2
| | | | | is logged out, so they don't misleading think they are logged in and have to waste a click or two figuring it out.
* Disable WebUI logging until we come up with a way to make it SELinux friendly.Michael DeHaan2007-09-271-0/+2
|
* Package the cobbler manpage as html as well as a docs page. Fix a broken ↵Michael DeHaan2007-09-191-1/+3
| | | | docstring in action_sync.py
* Move all CGI scripts to a cobbler subdirectory under cgi-bin for namespacing.Michael DeHaan2007-09-191-2/+2
| | | | | In addition, the webui is now just "webui.cgi" in that directory. RPMs and setup.py also updated.
* Add missing dir to setup.pyMichael DeHaan2007-09-181-0/+5
|
* Add sync support to WUIMichael DeHaan2007-09-181-0/+1
|
* Commit Al Tobey's auth patches to the Web UI.Michael DeHaan2007-09-171-0/+1
|
* Permissions cleanup and moving settings to be packaged in the RPM.root2007-09-141-0/+1
|
* Repos are now added to the WebUI.Michael DeHaan2007-09-141-1/+2
|
* Adds a empty.tmpl file that shows up when a list contains 0 items.Michael DeHaan2007-09-131-0/+1
|
* Checking in other modifications to templates, setup files, etc.Michael DeHaan2007-09-121-0/+2
|
* Renaming the _add template to be _edit so things are consistant + some misc ↵Michael DeHaan2007-09-121-1/+1
| | | | hacking.
* Check in beginings of Cobbler WebUI packaging (thanks: Al Tobey). More work ↵Michael DeHaan2007-09-111-5/+59
| | | | TBA.
* Allow for configuration for RW xmlrpc users in /etc/cobbler/auth.conf.Michael DeHaan2007-09-101-0/+1
|
* Allow for serialization modules to be selected by changing ↵Michael DeHaan2007-09-061-0/+1
| | | | /etc/cobbler/modules.conf
* Working on pluggable serializers.root2007-09-051-1/+2
|
* Added "cobbler repo auto-add" feature which can discover all the reposMichael DeHaan2007-08-311-1/+1
| | | | | the cobbler server has configured in yum and set them up to be mirrored automagically.
* Release bumpMichael DeHaan2007-08-131-1/+1
|
* Set permissions on /var/lib/cobbler/cobbler_hosts by installingMichael DeHaan2007-08-101-0/+1
| | | | the file in RPM so dnsmasq can read it.
* changelogMichael DeHaan2007-08-091-1/+1
|
* Implement PXE boot loop prevention feature using a CGI script that speaks to ↵Michael DeHaan2007-08-031-1/+1
| | | | | | a special function in cobblerd.
* Added a SNIPPET::foo feature which can do the equivalent of %include in ↵Michael DeHaan2007-07-271-0/+2
| | | | | | | | | kickstart without the need for a wget and http hosting. Snippets live in /var/lib/cobbler/snippets -- Cobbler ships with only one snippet now (as a demo), though users can create as many as they want.
* Description tweaks to RPM/setup.py and changelog updatesMichael DeHaan2007-07-261-3/+3
|
* Adding kickstart serving CGI script.Michael DeHaan2007-07-091-0/+2
| | | | Also fixing one error in the utils module.
* Add logging for cobblerd + logrotate script.Michael DeHaan2007-07-021-1/+3
| | | | Bumped revision to 0.5.1.
* release bumpMichael DeHaan2007-06-121-1/+1
|
* Fix setup.pyMichael DeHaan2007-06-061-9/+9
|
* This is Adam Rosenwald's patch for seperating triggers into pre and postMichael DeHaan2007-06-061-8/+16
| | | | triggers, plus my modifications to make them deal with return codes.
* Add support for dnsmasq as an alternative to ISC dhcpd.Michael DeHaan2007-05-241-0/+1
| | | | | Also add --hostname option to "cobbler system add" for dnsmasq DNS control features.
* Release bumpMichael DeHaan2007-04-271-1/+1
|
* Release bump + changelogMichael DeHaan2007-04-261-1/+1
|
* Changes cobbler_syslogd to cobblerd, and this new daemon now offers koanMichael DeHaan2007-04-191-4/+4
| | | | | info over XMLRPC, allowing koan to stop needing to grok YAML. Older versions of koan will remain compatible over standard http://.
* Implemented trigger support for tying in with other software.Michael DeHaan2007-04-161-0/+8
|
* Kickstart tracking now mines the apache logs rather than relying on theMichael DeHaan2007-04-111-2/+2
| | | | | | | | | | | | | | | watcher.py mod_python script, so there is room for greater platform compatibility. A cgi-based more-portable alternative to watcher is still desirable. Since apache logs are cycled more frequently than cobbler logs, this does mean that we lose a bit of granularity with regards to start/stop times, though this can presumably be refined. Last request time (the most important bit) is still solid. Need to verify that Apache log time parsing (strptime) isn't doing anything strange with time zones as cobbler is logging GMT. I suspect it might and that would affect results and state detection.
* Bump release number.Michael DeHaan2007-04-101-1/+1
|
* Add missing directory to setup.pyMichael DeHaan2007-04-041-0/+2
|