summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Adding ability to save/edit/add profiles to Web UI.Michael DeHaan2007-09-132-6/+57
|
* Checking in other modifications to templates, setup files, etc.Michael DeHaan2007-09-126-10/+50
|
* Adding some new URL targets and new entry placeholders to the main menu. ↵Michael DeHaan2007-09-121-0/+59
| | | | Currently changes are not showing up (master.py?) in the main menu but everything else looks good. (Note that distro_add and the like are now distro_edit -- hence the URL change).
* Add additional fields to WebUI for profile editing/viewing.Michael DeHaan2007-09-123-11/+80
|
* Renaming the _add template to be _edit so things are consistant + some misc ↵Michael DeHaan2007-09-125-28/+38
| | | | hacking.
* Adding some additional fields to the systems list in WebUI.Michael DeHaan2007-09-121-4/+8
|
* Adding additional exception handling and logging to WebUI.Michael DeHaan2007-09-126-62/+141
|
* As ifarch doesn't work in noarch RPMs, do not include syslinux as a hard ↵Michael DeHaan2007-09-122-1/+5
| | | | | | requirement and just report it's absense in user-understandable terms during "cobbler check".
* More WebUI patches from Al TobeyMichael DeHaan2007-09-121-1/+2
|
* Apply Al Tobey's patchset to Cobbler Web UI.Michael DeHaan2007-09-127-107/+141
|
* Check in beginings of Cobbler WebUI packaging (thanks: Al Tobey). More work ↵Michael DeHaan2007-09-1127-7/+1194
| | | | TBA.
* Fix up the new XMLRPC examples.Michael DeHaan2007-09-112-15/+1
|
* Checking in the read-write API with demo examples at the bottom of remote.pyMichael DeHaan2007-09-117-50/+507
|
* Add missing file.Michael DeHaan2007-09-111-0/+3
|
* Added demo_connect.py for working out how to best connect to the https:// ↵root2007-09-101-0/+59
| | | | | | interface remotely.
* Read-write service should only be bound to localhost.Michael DeHaan2007-09-101-1/+1
|
* Allow for configuration for RW xmlrpc users in /etc/cobbler/auth.conf.Michael DeHaan2007-09-106-4/+27
|
* Providing for a read-write XMLRPC API, off by default, set xmlrpc_rw_enabled ↵Michael DeHaan2007-09-106-149/+426
| | | | | | to 1 in settings to enable. Currently no methods implemented other than test, user validation is a stub.
* Apache reverse proxy around XMLRPC API, so it's easier to host an external ↵Michael DeHaan2007-09-072-1/+7
| | | | koan server.
* Added --dhcp-tag for multi-subnet configurationMichael DeHaan2007-09-076-22/+57
|
* Convert argument to string before testing.Michael DeHaan2007-09-071-1/+1
|
* Changelog.Michael DeHaan2007-09-061-0/+1
|
* Added new reposync option information to the man page.root2007-09-061-4/+8
|
* Ben Riggs patch to allow for reposyncs of explicit repos + tweakMichael DeHaan2007-09-064-24/+29
| | | | to repo object to ensure items get serialized as booleans.
* Allow for serialization modules to be selected by changing ↵Michael DeHaan2007-09-066-2/+24
| | | | /etc/cobbler/modules.conf
* updated changelogMichael DeHaan2007-09-051-0/+1
|
* Further work on interchangeable backends. Rather than keeping the config fileroot2007-09-058-52/+38
| | | | | | | | | | | | | | format choice in settings (which is something of a Catch-22 situation), this may end up being a config file setting in /etc. Module loaders work and still default to yaml, though I've coded up a sample simple_json serializer that will be functional if users install simple-json. This is just demoware, JSON isn't replacing yaml and is (at least in this case) not as readable because of the way it escapes slashes. This is primarily to enable future work to integrate with other config file formats, such as possibly getting some of the system info from LDAP. Possibly.
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/cobblerMichael DeHaan2007-09-051-1/+1
|\
| * Merge branch 'master' of ssh://mdehaan@git.fedoraproject.org/git/hosted/cobblerroot2007-09-056-91/+35
| |\
| * | Fix typing bug.root2007-09-051-1/+1
| | |
* | | Working on pluggable serializers.root2007-09-0510-104/+247
| |/ |/|
* | removed deprecated enchant function/module (just use SSH!), config file cleanup.root2007-09-056-90/+33
| |
* | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/cobblerMichael DeHaan2007-09-054-2/+45
|\| | | | | | | | | | | Conflicts: CHANGELOG
| * changelog + docsroot2007-09-043-0/+16
| |
| * Add some extra debug output to point users at the problem when there is a syntaxroot2007-09-041-2/+7
| | | | | | | | error in a template we are feeding to Cheetah.
| * Make cobbler not fetch the kickstart when it may be external and CGI based.root2007-09-041-3/+12
| |
| * Adding code to save the kickstart file as /root/anaconda.ksroot2007-09-042-0/+13
| |
* | Fix dhcpd.conf rendering bug.Michael DeHaan2007-09-052-1/+2
|/
* Added "cobbler repo auto-add" feature which can discover all the reposMichael DeHaan2007-08-318-22/+67
| | | | | the cobbler server has configured in yum and set them up to be mirrored automagically.
* Allow "cobbler import" to deal with the new F8 tree renames. (Grr...)Michael DeHaan2007-08-301-1/+1
|
* Not using NEWS file anymore.Michael DeHaan2007-08-303-23/+2
|
* Getting ready for release of 0.6.1. Bumped release to -2 for thoseMichael DeHaan2007-08-302-3/+3
| | | | that have built from source previously.
* Fix auto-repo attachment for RHEL5Michael DeHaan2007-08-292-10/+7
|
* So it /is/ resolve.Michael DeHaan2007-08-281-1/+1
|
* Fix logic in repo name creationMichael DeHaan2007-08-281-1/+1
|
* --desolvedeps not --resolveMichael DeHaan2007-08-282-1/+2
|
* Allow for usage of Cheetah template variables (sans Cheetah) in configMichael DeHaan2007-08-282-4/+13
| | | | files by replacing $variable with @@variable@@.
* Fix reposync if using rsync as a source and paths don't contain an archMichael DeHaan2007-08-282-3/+3
|
* Fix typo in manpage.Michael DeHaan2007-08-282-1/+2
|
* Fix format stringMichael DeHaan2007-08-281-9/+1
|