summaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Preparation for later 0.4.6 releaseMichael DeHaan2007-04-021-1/+1
|
* This is 0.4.5Michael DeHaan2007-03-231-1/+1
|
* Most of these diffs come from directory reorg/cleanup, though the main ↵Michael DeHaan2007-03-191-13/+18
| | | | feature here is the start of a better --import command that creates significantly shorter paths and can work more reliably on mounted DVD images (losetup or otherwise). Detection of kickstarts based on paths needs to be augmented by additional means for this to really work. However, changes going in here (and still more to come) result in cleaner names for imported profiles, and substantially shorter kernel option command lines, which is needed to keep under the 255 limit. There is also some work here going in to template out all of the files for PXE, reducing the amount of code in action_sync and also making PXE setups much more customizable (menu choices, titles, random parameters, ipappend 2, etc) without patching the source. "tree" on import is also attached now to the distro, not the profile. So, whew, that's a lot.
* Interim commit in the middle of directory reorg.Michael DeHaan2007-03-161-0/+1
|
* Version bump / changelog.Michael DeHaan2007-03-021-1/+1
|
* Have to bump setup.py version also.Michael DeHaan2007-02-201-1/+1
|
* Be a little nicer on file deletes, release housekeeping.Michael DeHaan2007-02-191-1/+1
|
* Fixes to work with older versions of Cheetah, small fix to system delete ↵Michael DeHaan2007-02-191-1/+1
| | | | code so it deletes the right file in kickstarts_sys.
* Unbundling Cheetah.Michael DeHaan2007-02-191-7/+1
|
* Bundle and install menu.c32 for those distros (like RHEL4) that don't ↵Michael DeHaan2007-02-191-0/+1
| | | | package it.
* Bundling Cheetah for backwards compatibility, and associated changes to ↵Michael DeHaan2007-02-191-1/+10
| | | | specfiles/etc.
* Working on adding pxemenu support.Michael DeHaan2007-02-141-1/+0
|
* Further changes related to making cobbler own the directories it's using in ↵Michael DeHaan2007-02-141-1/+23
| | | | | | /var/www and /tftpboot. Plus some minor bugfixes down the error path.