summaryrefslogtreecommitdiffstats
path: root/cobbler
Commit message (Collapse)AuthorAgeFilesLines
* 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 'lazzurs/lazzurs-devel' into develMichael DeHaan2009-03-0610-311/+358
|\|
| * 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-069-311/+353
| | | | | | | | distro/profile/system level
* | Make CLI repo find command search proper object typesMichael DeHaan2009-03-061-1/+1
| |
* | Package a snippet, and some paranoid checks to make sure XMLRPC doesn't send ↵Michael DeHaan2009-03-061-12/+4
| | | | | | | | a none.
* | XMLRPC hack, add missing snippetMichael DeHaan2009-03-061-1/+13
|/
* Add search to the webapp. Currently all areas are implemented on the ↵Michael DeHaan2009-03-053-6/+133
| | | | 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-051-0/+36
|
* Remove a stray old-YAML-library referenceMichael DeHaan2009-03-051-1/+1
|
* Some changes to cobbler registrationMichael DeHaan2009-03-041-34/+65
|
* Add registration snippet to cobbler. (XMLRPC backend code for this still ↵Michael DeHaan2009-03-041-162/+0
| | | | pending)
* Add zPXE support for 'local' boot target.James Laska2009-03-031-2/+4
|
* 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-031-5/+2
| | | | | | | | 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-032-4/+8
|\ | | | | | | | | Conflicts: CHANGELOG
| * Merge commit 'jcapel/devel-bugs' into develMichael DeHaan2009-03-022-4/+8
| |\ | | | | | | | | | | | | Conflicts: CHANGELOG
| | * Enable editing of management classes for distros using the web interfaceJasper Capel2009-02-271-1/+2
| | |
| | * Enable editing of management classes for profiles using the web interface.Jasper Capel2009-02-271-1/+2
| | |
| | * Enable web-editing of management classes for systems.Jasper Capel2009-02-272-2/+4
| | |
* | | Allow src and noarch in API and webapp for repos, make the set_repo function ↵Michael DeHaan2009-02-272-9/+14
|/ / | | | | | | | | | | | | | | smarter. Conflicts: cobbler/utils.py
* / Name server and name server search paths are arrays, not strings, and thus ↵Michael DeHaan2009-02-272-4/+4
|/ | | | don't need <<inherit>> goo to make them work.
* Switch to PyYAML for yaml processing.Michael DeHaan2009-02-2616-1705/+17
| | | | | | Conflicts: cobbler.spec
* Change to allow discovery of source for buildiso --standalone from the ↵James Cammarata2009-02-251-3/+17
| | | | kernel path in the distro
* Specify query string for RPM operations.Michael DeHaan2009-02-251-1/+1
|
* Merge commit 'jamesc/standalone' into develMichael DeHaan2009-02-243-56/+165
|\
| * Troubleshooting, booting from iso did not like having the files named after ↵James Cammarata2009-02-231-6/+6
| | | | | | | | the distro. Reverted names to vmlinuz and initrd.img and everything seems to work fine
| * [CRIT] Fix for --tempdir deletion bugJames Cammarata2009-02-131-0/+8
| |
| * Merge branch 'devel' of git://git.fedorahosted.org/cobbler into standaloneJames Cammarata2009-02-1335-57/+443
| |\
| * | buildiso --standalone 90% doneJames Cammarata2009-02-133-55/+156
| | | | | | | | | | | | still need to fix --tempdir deletion bug
* | | Order matters, check for 's390x', then 's390'.James Laska2009-02-241-3/+3
| | |
* | | Sleep longer between power cycling systems (Bill Peck)Michael DeHaan2009-02-241-1/+1
| | |
* | | Merge commit 'jlaska/devel' into develMichael DeHaan2009-02-243-44/+45
|\ \ \
| * | | s390 distros/profiles need s390x cobbler templates too.James Laska2009-02-201-4/+4
| | | |
| * | | Pass the same blended dictionary to the _parm file template. Always keep ↵James Laska2009-02-201-29/+28
| | | | | | | | | | | | | | | | the _conf and _parm files updated even when netboot-enabled=0. Don't raise exception when missing distro files are discovered during sync.
| * | | Allow importing s390 distrosJames Laska2009-02-202-10/+12
| | | |
| * | | Fix subprocess call to use the embedded module.Michael DeHaan2009-02-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CHANGELOG
* | | | Fix import for EL3 ppcMichael DeHaan2009-02-241-1/+1
|/ / /
* | | Fix traceback possible with --template-files and invalid dataMichael DeHaan2009-02-191-1/+3
| | | | | | | | | | | | | | | | | | Conflicts: CHANGELOG
* | | Fix merge conflictMichael DeHaan2009-02-191-3/+0
| | |
* | | Use shlex for parsing --kopts to allow a wider variety of kernel options input.Michael DeHaan2009-02-191-11/+19
| | | | | | | | | | | | | | | | | | | | | Conflicts: CHANGELOG cobbler/utils.py
* | | Allow kernel options to start with '-' by fixing the YAML serializer to ↵Michael DeHaan2009-02-191-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | quote them. Conflicts: CHANGELOG
* | | (A) Bill Peck's patch to make power stuff retry 5 times before failing, (B) ↵Michael DeHaan2009-02-191-1/+11
| | | | | | | | | | | | working on fixing the changelog back since it was lost in a merge (?)
* | | Justin Sherrill's patch to make authn_spacewalk allow the taskomatic user.Michael DeHaan2009-02-191-1/+1
| | |
* | | Limit access to CobblerWeb in a spacewalk install based on roles; by ↵Michael DeHaan2009-02-182-4/+30
| | | | | | | | | | | | default, access is off.
* | | Spacewalk authz upgradesroot2009-02-181-21/+19
| | |