summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Require libyaml to ensure fast performanceMichael DeHaan2009-03-061-0/+1
| |
* | Fix settings transmission over XMLRPCBill Peck2009-03-061-4/+2
| |
* | Merge commit 'jlaska/devel' into develMichael DeHaan2009-03-061-1/+1
|\ \
| * | Only write pxe targets for x86-based distrosJames Laska2009-03-061-1/+1
| | |
* | | Merge commit 'lazzurs/lazzurs-devel' into develMichael DeHaan2009-03-061-1/+1
|\ \ \
| * | | Change check from rsai to the correct name of rsaRob Lazzurs2009-03-061-1/+1
| | | |
* | | | Merge commit 'jlaska/devel' into develMichael DeHaan2009-03-060-0/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | zPXE honors the 'local' boot option.Brad Hinson2009-02-271-14/+39
| | | |
| * | | Add zPXE support for 'local' boot target.James Laska2009-02-273-2/+6
| | | |
| * | | Bug fix to close zpxe.parm file before proceeding.Brad Hinson2009-02-271-0/+1
| | | |
| * | | Accept a third argument in zpxe config fileBrad Hinson2009-02-271-1/+5
| | | |
| * | | Only system specific or profile specific arguments should live in the parm ↵James Laska2009-02-273-1/+18
| | | | | | | | | | | | | | | | file. The kickstart should move back into the main zPXE config file as was the case previously.
| * | | just adding a FIXME and changing an arch comparison in write_pxe_file()James Laska2009-02-271-1/+2
| | | |
* | | | Merge commit 'lazzurs/lazzurs-devel' into develMichael DeHaan2009-03-0613-311/+402
|\ \ \ \ | | |/ / | |/| |
| * | | Add check for yum-utils version if -l flag is defined for yumreposyncRob Lazzurs2009-03-061-0/+5
| | | |
| * | | Adding option to define a Spacewalk management server at the ↵Rob Lazzurs2009-03-0612-311/+397
| | | | | | | | | | | | | | | | distro/profile/system level
* | | | Make CLI repo find command search proper object typesMichael DeHaan2009-03-062-1/+2
| | | |
* | | | Package a snippet, and some paranoid checks to make sure XMLRPC doesn't send ↵Michael DeHaan2009-03-062-12/+5
| | | | | | | | | | | | | | | | a none.
* | | | XMLRPC hack, add missing snippetMichael DeHaan2009-03-061-1/+13
|/ / /
* | | Merge branch 'devel' of ssh://git.fedorahosted.org/git/cobbler into develMichael DeHaan2009-03-059-115/+202
|\ \ \
| * \ \ Merge branch 'devel' of ssh://git.fedorahosted.org/git/cobbler into develDarryl L. Pierce2009-03-050-0/+0
| |\ \ \
| | * \ \ Merge branch 'add-support-for-xmlrpc-changes' into develDarryl L. Pierce2009-03-059-115/+202
| | |\ \ \
| | | * | | Adds support for the XMLRPC changes for Cobbler 1.5.Darryl L. Pierce2009-03-039-115/+202
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some additional features added as a result is the ability to debug a connection. If Base.debug is set to true then all communication between the client and server is sent to stdout. Also fixed the list_systems.rb example to show the image on which a system is based if it's not based on a profile. And some minor cleanup to those particular source modules.
| * | | | | Adds support for the XMLRPC changes for Cobbler 1.5.Darryl L. Pierce2009-03-059-115/+202
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some additional features added as a result is the ability to debug a connection. If Base.debug is set to true then all communication between the client and server is sent to stdout. Also fixed the list_systems.rb example to show the image on which a system is based if it's not based on a profile. And some minor cleanup to those particular source modules.
* / / / / Add search to the webapp. Currently all areas are implemented on the ↵Michael DeHaan2009-03-059-26/+219
|/ / / / | | | | | | | | | | | | backend though we need to tweak out the search forms to allow searching on simulatenous fields and prepopulate the options with fields folks will want to search against.
* | | | Add XMLRPC functions for object search, just like the Python API has.Michael DeHaan2009-03-052-0/+37
| | | |
* | | | Merge commit 'jcapel/devel-bugs' into develMichael DeHaan2009-03-052-5/+5
|\ \ \ \
| * | | | Fixed pre_install_network_config, treat $static as boolean now.Jasper Capel2009-03-051-2/+2
| | | | |
| * | | | $static was changed to boolean, fix rendering of the snippetJasper Capel2009-03-051-3/+3
| | | | |
* | | | | Remove a stray old-YAML-library referenceMichael DeHaan2009-03-051-1/+1
|/ / / /
* | | | Some changes to cobbler registrationMichael DeHaan2009-03-043-35/+67
| | | |
* | | | Add registration snippet to cobbler. (XMLRPC backend code for this still ↵Michael DeHaan2009-03-048-168/+32
| | | | | | | | | | | | | | | | pending)
* | | | Update s390 reboot snippet. Now produces a consistent reboot experience on ↵James Laska2009-03-031-7/+64
| | | | | | | | | | | | | | | | RHEL4 and RHEL5 zVM guests installs.
* | | | zPXE honors the 'local' boot option.Brad Hinson2009-03-031-14/+39
| | | |
* | | | Add zPXE support for 'local' boot target.James Laska2009-03-033-2/+6
| | | |
* | | | Bug fix to close zpxe.parm file before proceeding.Brad Hinson2009-03-031-0/+1
| | | |
* | | | Accept a third argument in zpxe config fileBrad Hinson2009-03-031-1/+5
| | | |
* | | | Only system specific or profile specific arguments should live in the parm ↵James Laska2009-03-033-1/+18
| | | | | | | | | | | | | | | | file. The kickstart should move back into the main zPXE config file as was the case previously.
* | | | just adding a FIXME and changing an arch comparison in write_pxe_file()James Laska2009-03-031-1/+2
| | | |
* | | | Don't run the full sync in import because during a sync very briefly all the ↵Michael DeHaan2009-03-032-7/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | files are rewritten and Beaker does not for some reason like this. Conflicts: CHANGELOG
* | | | Merge branch 'devel' of ssh://git.fedorahosted.org/git/cobbler into develMichael DeHaan2009-03-0311-22/+78
|\| | | | | | | | | | | | | | | | | | | Conflicts: CHANGELOG
| * | | Merge commit 'jcapel/devel-bugs' into develMichael DeHaan2009-03-027-7/+61
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: CHANGELOG
| | * | | Updated changelogJasper Capel2009-02-271-0/+2
| | | | |
| | * | | Set hostname correctly during %postJasper Capel2009-02-271-0/+3
| | | | |
| | * | | Enable editing of management classes for distros using the web interfaceJasper Capel2009-02-272-1/+17
| | | | |
| | * | | Clarified system help-text for editing management classes using the web ↵Jasper Capel2009-02-271-1/+1
| | | | | | | | | | | | | | | | | | | | interface
| | * | | Enable editing of management classes for profiles using the web interface.Jasper Capel2009-02-272-1/+17
| | | | |
| | * | | Changed help text for authz_ownership, we're delimiting using spaces nowJasper Capel2009-02-271-1/+1
| | | | |
| | * | | Delimit owners-list with spaces, not commas in the Web-UIJasper Capel2009-02-272-2/+2
| | | | |
| | * | | Enable web-editing of management classes for systems.Jasper Capel2009-02-273-2/+19
| | |/ /