summaryrefslogtreecommitdiffstats
path: root/cobbler/cobbler.py
Commit message (Expand)AuthorAgeFilesLines
* Further work on CLI modularization. All commands implemented now, except for...Michael DeHaan2007-11-191-6/+8
* Initial bits of code to make CLI modular, and use new object system for defin...Michael DeHaan2007-11-191-759/+23
* --local-filename is removed, so don't parse the option.Michael DeHaan2007-11-091-1/+0
* Added a --server-override parameter, which will be used to specify a differen...Michael DeHaan2007-11-011-2/+4
* Apply patch to restore --arch parameter and handling to cobbler repoMichael DeHaan2007-10-291-1/+2
* Pass with_copy to repo additions to ensure they are serialized in the new way...Michael DeHaan2007-10-191-1/+1
* Work on an shelve-based external storage, for performance testing. SqliteMichael DeHaan2007-10-151-3/+8
* Remove some dead code and update a few FIXMEs that no longer apply.Michael DeHaan2007-10-101-1/+0
* Support for setting virt-cpu number in cobbler + tests.Michael DeHaan2007-10-101-0/+1
* Added profile virt-bridge setting to the settings fileMichael DeHaan2007-10-101-0/+1
* Encountered some weird bug presumably related to optimization, so unrolling t...Michael DeHaan2007-10-101-28/+77
* The stringification problem appears to lie in the serializer, so explicitly u...Michael DeHaan2007-10-091-14/+14
* A few bugfixes. Still working on multiple NICs.Michael DeHaan2007-10-091-5/+5
* Once again, all tests pass, however a lot more manual testing in regards to m...Michael DeHaan2007-10-081-3/+3
* In process of making NICs seperate data structures in cobbler, which requires...Michael DeHaan2007-10-081-6/+19
* Added --dhcp-tag for multi-subnet configurationMichael DeHaan2007-09-071-17/+19
* Ben Riggs patch to allow for reposyncs of explicit repos + tweakMichael DeHaan2007-09-061-1/+1
* Working on pluggable serializers.root2007-09-051-6/+6
* removed deprecated enchant function/module (just use SSH!), config file cleanup.root2007-09-051-36/+0
* Added "cobbler repo auto-add" feature which can discover all the reposMichael DeHaan2007-08-311-9/+13
* Ben Riggs patch to allow find to take arbitrary variables plus a reworkingMichael DeHaan2007-08-151-3/+3
* Added feature where a network install location can be given to do cobbler imp...Michael DeHaan2007-08-011-2/+8
* Added -v/--versionMichael DeHaan2007-07-261-0/+6
* Added kickstart validation code to cobbler + documentation.Michael DeHaan2007-07-261-0/+7
* Fix error message.Michael DeHaan2007-07-171-1/+1
* Adding plumbing in cobbler for --virt-path and --virt-type options.Michael DeHaan2007-07-121-2/+6
* Add netboot-enabled to CLIMichael DeHaan2007-07-121-1/+2
* Optional override of --kickstart on a per-system basis.Michael DeHaan2007-06-151-3/+5
* Lots of work towards profile inheritance. This works in the UI now, withMichael DeHaan2007-06-131-15/+39
* Generalizes tree listing to allow for inheritance and arbitrary nestingMichael DeHaan2007-06-121-15/+14
* Add --createrepo-flags (in "cobbler repo add") to the manpage, also add "-cMichael DeHaan2007-06-071-1/+1
* This is Perry Myers's patch to reposync to allow for caching options and toMichael DeHaan2007-06-071-1/+2
* WIP: Allow system names to be anything, and gather mac address and IP fromMichael DeHaan2007-05-301-2/+5
* Begining of i18n of cobbler. Tests pass, works with English. Need to testMichael DeHaan2007-05-291-40/+60
* Starting to add i18n to cobbler using rhplMichael DeHaan2007-05-251-0/+5
* Add support for dnsmasq as an alternative to ISC dhcpd.Michael DeHaan2007-05-241-1/+3
* Echo "list" features in report syntax.Michael DeHaan2007-04-271-9/+17
* Allow "list" to show specifics of a specific object when given as aMichael DeHaan2007-04-271-4/+23
* Remove redundant self argsMichael DeHaan2007-04-201-4/+4
* This commit overhauls the main cobbler CLI module and adds support forMichael DeHaan2007-04-201-161/+294
* This commit adds a --rpm-list parameter to "cobbler repo add". --rpm-listMichael DeHaan2007-04-101-1/+2
* This is 0.4.5Michael DeHaan2007-03-231-4/+0
* Ongoing work for 0.4.4 -- misc tweaks/fixes, and continuation on the kernel-p...Michael DeHaan2007-03-221-1/+8
* Most of these diffs come from directory reorg/cleanup, though the main featur...Michael DeHaan2007-03-191-8/+2
* Converting storage for template parameters, kernel options, and repo lists (b...Michael DeHaan2007-02-141-0/+11
* Added an optional --breed parameter for "distro add" that supports usage of a...Michael DeHaan2007-02-091-1/+3
* Work towards implementation of optional integrated "light" sync support, whic...Michael DeHaan2007-02-011-22/+14
* Don't show tracebacks for Ctrl+C.mdehaan@mdehaan.rdu.redhat.com2007-01-041-0/+3
* Add kickstart pre-signaling to indicate starts in addition to stops.mdehaan@mdehaan.rdu.redhat.com2007-01-031-4/+9
* Add scaffolding for status report function/module.mdehaan@mdehaan.rdu.redhat.com2007-01-031-0/+21