summaryrefslogtreecommitdiffstats
path: root/cobbler
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| | | |
* | | | Authn_spacewalk upgrades -- now allow username+password login + auth against ↵Michael DeHaan2009-02-181-9/+77
| | | | | | | | | | | | | | | | | | | | | | | | older Satellites. Needs testing.
* | | | Fix message about file locationMichael DeHaan2009-02-181-1/+1
| | | |
* | | | When virt bridge was being saved as "" the value was being used as the ↵Michael DeHaan2009-02-182-2/+4
| | | | | | | | | | | | | | | | actual value. What we want is when "" is set to use the default value from /etc/cobbler/settings.
* | | | Fix default value for server override so the web app does not store it ↵Michael DeHaan2009-02-181-1/+1
| | | | | | | | | | | | | | | | incorrectly.
* | | | Make --rpm-list use the same parsing code as the rest of cobbler, closing a ↵Michael DeHaan2009-02-181-11/+1
| | | | | | | | | | | | | | | | | | | | | | | | web app bug where --rpm-list was being saved incorrectly.
* | | | Remove debug print statementsMichael DeHaan2009-02-183-13/+0
| | | |
* | | | Fix removal of images that have child objects, so that orphan detection and ↵Michael DeHaan2009-02-184-4/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | recursive removal works as in the rest of cobbler. Conflicts: cobbler/collection_images.py
* | | | Fix importer such that it works with --kickstart againMichael DeHaan2009-02-181-2/+2
| | | |
* | | | Don't traceback on some forms of invalid commands, just print help.Michael DeHaan2009-02-171-0/+6
| |/ / |/| | | | | | | | | | | | | | Conflicts: CHANGELOG
* | | Fix trigger codeMichael DeHaan2009-02-126-17/+18
| | |
* | | Working on moving stock triggers over to be python based, while still ↵Michael DeHaan2009-02-1215-21/+317
| | | | | | | | | | | | supporting shell triggers. These execute faster and can use native API handles without reloading penalties. Unit tests still have some errors, so we're not done with this.
* | | update should be a no-op on devel branch (no longer needed)Michael DeHaan2009-02-123-9/+9
| | |
* | | Explicitly import 'cobbler.commands' instead of just 'commands' in cli_*.pyJohn Eckersberg2009-02-107-7/+7
| | | | | | | | | | | | | | | | | | | | | This avoids namespace issues with the standard library commands module: http://docs.python.org/library/commands.html For me this was causing ipython to fail when attempting to boot the cobbler API.
* | | Ruben K's patch to buildiso to append additional network infoMichael DeHaan2009-02-061-1/+4
| | |
* | | Restart services trigger now uses XMLRPC and is therefore MUCH fasterMichael DeHaan2009-02-061-1/+3
| | |
* | | Jeff Schroeder's patch to add a email "install done" trigger, plus numerous ↵Michael DeHaan2009-02-063-7/+14
| | | | | | | | | | | | changes from mpd -- speaks xmlrpc now for efficiency reasons, uses a Cheetah template, etc. The template lives in /etc/cobbler/reporting for installed cobbler versions now. Turned on in /etc/cobbler/settings.
* | | Bill Peck's patch to make import play nicer with rawhideMichael DeHaan2009-02-061-3/+7
| | |