Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Require libyaml to ensure fast performance | Michael DeHaan | 2009-03-06 | 1 | -0/+1 | |
| | | ||||||
* | | Fix settings transmission over XMLRPC | Bill Peck | 2009-03-06 | 1 | -4/+2 | |
| | | ||||||
* | | Merge commit 'jlaska/devel' into devel | Michael DeHaan | 2009-03-06 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | Only write pxe targets for x86-based distros | James Laska | 2009-03-06 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge commit 'lazzurs/lazzurs-devel' into devel | Michael DeHaan | 2009-03-06 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | Change check from rsai to the correct name of rsa | Rob Lazzurs | 2009-03-06 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge commit 'jlaska/devel' into devel | Michael DeHaan | 2009-03-06 | 0 | -0/+0 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | zPXE honors the 'local' boot option. | Brad Hinson | 2009-02-27 | 1 | -14/+39 | |
| | | | | ||||||
| * | | | Add zPXE support for 'local' boot target. | James Laska | 2009-02-27 | 3 | -2/+6 | |
| | | | | ||||||
| * | | | Bug fix to close zpxe.parm file before proceeding. | Brad Hinson | 2009-02-27 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Accept a third argument in zpxe config file | Brad Hinson | 2009-02-27 | 1 | -1/+5 | |
| | | | | ||||||
| * | | | Only system specific or profile specific arguments should live in the parm ↵ | James Laska | 2009-02-27 | 3 | -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 Laska | 2009-02-27 | 1 | -1/+2 | |
| | | | | ||||||
* | | | | Merge commit 'lazzurs/lazzurs-devel' into devel | Michael DeHaan | 2009-03-06 | 13 | -311/+402 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | Add check for yum-utils version if -l flag is defined for yumreposync | Rob Lazzurs | 2009-03-06 | 1 | -0/+5 | |
| | | | | ||||||
| * | | | Adding option to define a Spacewalk management server at the ↵ | Rob Lazzurs | 2009-03-06 | 12 | -311/+397 | |
| | | | | | | | | | | | | | | | | distro/profile/system level | |||||
* | | | | Make CLI repo find command search proper object types | Michael DeHaan | 2009-03-06 | 2 | -1/+2 | |
| | | | | ||||||
* | | | | Package a snippet, and some paranoid checks to make sure XMLRPC doesn't send ↵ | Michael DeHaan | 2009-03-06 | 2 | -12/+5 | |
| | | | | | | | | | | | | | | | | a none. | |||||
* | | | | XMLRPC hack, add missing snippet | Michael DeHaan | 2009-03-06 | 1 | -1/+13 | |
|/ / / | ||||||
* | | | Merge branch 'devel' of ssh://git.fedorahosted.org/git/cobbler into devel | Michael DeHaan | 2009-03-05 | 9 | -115/+202 | |
|\ \ \ | ||||||
| * \ \ | Merge branch 'devel' of ssh://git.fedorahosted.org/git/cobbler into devel | Darryl L. Pierce | 2009-03-05 | 0 | -0/+0 | |
| |\ \ \ | ||||||
| | * \ \ | Merge branch 'add-support-for-xmlrpc-changes' into devel | Darryl L. Pierce | 2009-03-05 | 9 | -115/+202 | |
| | |\ \ \ | ||||||
| | | * | | | Adds support for the XMLRPC changes for Cobbler 1.5. | Darryl L. Pierce | 2009-03-03 | 9 | -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. Pierce | 2009-03-05 | 9 | -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 DeHaan | 2009-03-05 | 9 | -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 DeHaan | 2009-03-05 | 2 | -0/+37 | |
| | | | | ||||||
* | | | | Merge commit 'jcapel/devel-bugs' into devel | Michael DeHaan | 2009-03-05 | 2 | -5/+5 | |
|\ \ \ \ | ||||||
| * | | | | Fixed pre_install_network_config, treat $static as boolean now. | Jasper Capel | 2009-03-05 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | $static was changed to boolean, fix rendering of the snippet | Jasper Capel | 2009-03-05 | 1 | -3/+3 | |
| | | | | | ||||||
* | | | | | Remove a stray old-YAML-library reference | Michael DeHaan | 2009-03-05 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Some changes to cobbler registration | Michael DeHaan | 2009-03-04 | 3 | -35/+67 | |
| | | | | ||||||
* | | | | Add registration snippet to cobbler. (XMLRPC backend code for this still ↵ | Michael DeHaan | 2009-03-04 | 8 | -168/+32 | |
| | | | | | | | | | | | | | | | | pending) | |||||
* | | | | Update s390 reboot snippet. Now produces a consistent reboot experience on ↵ | James Laska | 2009-03-03 | 1 | -7/+64 | |
| | | | | | | | | | | | | | | | | RHEL4 and RHEL5 zVM guests installs. | |||||
* | | | | zPXE honors the 'local' boot option. | Brad Hinson | 2009-03-03 | 1 | -14/+39 | |
| | | | | ||||||
* | | | | Add zPXE support for 'local' boot target. | James Laska | 2009-03-03 | 3 | -2/+6 | |
| | | | | ||||||
* | | | | Bug fix to close zpxe.parm file before proceeding. | Brad Hinson | 2009-03-03 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | Accept a third argument in zpxe config file | Brad Hinson | 2009-03-03 | 1 | -1/+5 | |
| | | | | ||||||
* | | | | Only system specific or profile specific arguments should live in the parm ↵ | James Laska | 2009-03-03 | 3 | -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 Laska | 2009-03-03 | 1 | -1/+2 | |
| | | | | ||||||
* | | | | Don't run the full sync in import because during a sync very briefly all the ↵ | Michael DeHaan | 2009-03-03 | 2 | -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 devel | Michael DeHaan | 2009-03-03 | 11 | -22/+78 | |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: CHANGELOG | |||||
| * | | | Merge commit 'jcapel/devel-bugs' into devel | Michael DeHaan | 2009-03-02 | 7 | -7/+61 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: CHANGELOG | |||||
| | * | | | Updated changelog | Jasper Capel | 2009-02-27 | 1 | -0/+2 | |
| | | | | | ||||||
| | * | | | Set hostname correctly during %post | Jasper Capel | 2009-02-27 | 1 | -0/+3 | |
| | | | | | ||||||
| | * | | | Enable editing of management classes for distros using the web interface | Jasper Capel | 2009-02-27 | 2 | -1/+17 | |
| | | | | | ||||||
| | * | | | Clarified system help-text for editing management classes using the web ↵ | Jasper Capel | 2009-02-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | interface | |||||
| | * | | | Enable editing of management classes for profiles using the web interface. | Jasper Capel | 2009-02-27 | 2 | -1/+17 | |
| | | | | | ||||||
| | * | | | Changed help text for authz_ownership, we're delimiting using spaces now | Jasper Capel | 2009-02-27 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Delimit owners-list with spaces, not commas in the Web-UI | Jasper Capel | 2009-02-27 | 2 | -2/+2 | |
| | | | | | ||||||
| | * | | | Enable web-editing of management classes for systems. | Jasper Capel | 2009-02-27 | 3 | -2/+19 | |
| | |/ / |