Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | 1 | -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 devel | Michael DeHaan | 2009-03-03 | 2 | -4/+8 | |
|\ \ | | | | | | | | | | | | | Conflicts: CHANGELOG | |||||
| * \ | Merge commit 'jcapel/devel-bugs' into devel | Michael DeHaan | 2009-03-02 | 2 | -4/+8 | |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: CHANGELOG | |||||
| | * | | Enable editing of management classes for distros using the web interface | Jasper Capel | 2009-02-27 | 1 | -1/+2 | |
| | | | | ||||||
| | * | | Enable editing of management classes for profiles using the web interface. | Jasper Capel | 2009-02-27 | 1 | -1/+2 | |
| | | | | ||||||
| | * | | Enable web-editing of management classes for systems. | Jasper Capel | 2009-02-27 | 2 | -2/+4 | |
| | | | | ||||||
* | | | | Allow src and noarch in API and webapp for repos, make the set_repo function ↵ | Michael DeHaan | 2009-02-27 | 2 | -9/+14 | |
|/ / / | | | | | | | | | | | | | | | | | | | | | | smarter. Conflicts: cobbler/utils.py | |||||
* / / | Name server and name server search paths are arrays, not strings, and thus ↵ | Michael DeHaan | 2009-02-27 | 2 | -4/+4 | |
|/ / | | | | | | | don't need <<inherit>> goo to make them work. | |||||
* | | Switch to PyYAML for yaml processing. | Michael DeHaan | 2009-02-26 | 16 | -1705/+17 | |
| | | | | | | | | | | | | Conflicts: cobbler.spec | |||||
* | | Change to allow discovery of source for buildiso --standalone from the ↵ | James Cammarata | 2009-02-25 | 1 | -3/+17 | |
| | | | | | | | | kernel path in the distro | |||||
* | | Specify query string for RPM operations. | Michael DeHaan | 2009-02-25 | 1 | -1/+1 | |
| | | ||||||
* | | Merge commit 'jamesc/standalone' into devel | Michael DeHaan | 2009-02-24 | 3 | -56/+165 | |
|\ \ | ||||||
| * | | Troubleshooting, booting from iso did not like having the files named after ↵ | James Cammarata | 2009-02-23 | 1 | -6/+6 | |
| | | | | | | | | | | | | the distro. Reverted names to vmlinuz and initrd.img and everything seems to work fine | |||||
| * | | [CRIT] Fix for --tempdir deletion bug | James Cammarata | 2009-02-13 | 1 | -0/+8 | |
| | | | ||||||
| * | | Merge branch 'devel' of git://git.fedorahosted.org/cobbler into standalone | James Cammarata | 2009-02-13 | 35 | -57/+443 | |
| |\ \ | ||||||
| * | | | buildiso --standalone 90% done | James Cammarata | 2009-02-13 | 3 | -55/+156 | |
| | | | | | | | | | | | | | | | | still need to fix --tempdir deletion bug | |||||
* | | | | Order matters, check for 's390x', then 's390'. | James Laska | 2009-02-24 | 1 | -3/+3 | |
| | | | | ||||||
* | | | | Sleep longer between power cycling systems (Bill Peck) | Michael DeHaan | 2009-02-24 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge commit 'jlaska/devel' into devel | Michael DeHaan | 2009-02-24 | 3 | -44/+45 | |
|\ \ \ \ | ||||||
| * | | | | s390 distros/profiles need s390x cobbler templates too. | James Laska | 2009-02-20 | 1 | -4/+4 | |
| | | | | | ||||||
| * | | | | Pass the same blended dictionary to the _parm file template. Always keep ↵ | James Laska | 2009-02-20 | 1 | -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 distros | James Laska | 2009-02-20 | 2 | -10/+12 | |
| | | | | | ||||||
| * | | | | Fix subprocess call to use the embedded module. | Michael DeHaan | 2009-02-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CHANGELOG | |||||
* | | | | | Fix import for EL3 ppc | Michael DeHaan | 2009-02-24 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Fix traceback possible with --template-files and invalid data | Michael DeHaan | 2009-02-19 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CHANGELOG | |||||
* | | | | Fix merge conflict | Michael DeHaan | 2009-02-19 | 1 | -3/+0 | |
| | | | | ||||||
* | | | | Use shlex for parsing --kopts to allow a wider variety of kernel options input. | Michael DeHaan | 2009-02-19 | 1 | -11/+19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CHANGELOG cobbler/utils.py | |||||
* | | | | Allow kernel options to start with '-' by fixing the YAML serializer to ↵ | Michael DeHaan | 2009-02-19 | 1 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | quote them. Conflicts: CHANGELOG | |||||
* | | | | (A) Bill Peck's patch to make power stuff retry 5 times before failing, (B) ↵ | Michael DeHaan | 2009-02-19 | 1 | -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 DeHaan | 2009-02-19 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Limit access to CobblerWeb in a spacewalk install based on roles; by ↵ | Michael DeHaan | 2009-02-18 | 2 | -4/+30 | |
| | | | | | | | | | | | | | | | | default, access is off. | |||||
* | | | | Spacewalk authz upgrades | root | 2009-02-18 | 1 | -21/+19 | |
| | | | | ||||||
* | | | | Authn_spacewalk upgrades -- now allow username+password login + auth against ↵ | Michael DeHaan | 2009-02-18 | 1 | -9/+77 | |
| | | | | | | | | | | | | | | | | | | | | | | | | older Satellites. Needs testing. | |||||
* | | | | Fix message about file location | Michael DeHaan | 2009-02-18 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | When virt bridge was being saved as "" the value was being used as the ↵ | Michael DeHaan | 2009-02-18 | 2 | -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 DeHaan | 2009-02-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | incorrectly. | |||||
* | | | | Make --rpm-list use the same parsing code as the rest of cobbler, closing a ↵ | Michael DeHaan | 2009-02-18 | 1 | -11/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | web app bug where --rpm-list was being saved incorrectly. | |||||
* | | | | Remove debug print statements | Michael DeHaan | 2009-02-18 | 3 | -13/+0 | |
| | | | | ||||||
* | | | | Fix removal of images that have child objects, so that orphan detection and ↵ | Michael DeHaan | 2009-02-18 | 4 | -4/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | recursive removal works as in the rest of cobbler. Conflicts: cobbler/collection_images.py | |||||
* | | | | Fix importer such that it works with --kickstart again | Michael DeHaan | 2009-02-18 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Don't traceback on some forms of invalid commands, just print help. | Michael DeHaan | 2009-02-17 | 1 | -0/+6 | |
| |/ / |/| | | | | | | | | | | | | | | Conflicts: CHANGELOG | |||||
* | | | Fix trigger code | Michael DeHaan | 2009-02-12 | 6 | -17/+18 | |
| | | | ||||||
* | | | Working on moving stock triggers over to be python based, while still ↵ | Michael DeHaan | 2009-02-12 | 15 | -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 DeHaan | 2009-02-12 | 3 | -9/+9 | |
| | | | ||||||
* | | | Explicitly import 'cobbler.commands' instead of just 'commands' in cli_*.py | John Eckersberg | 2009-02-10 | 7 | -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 info | Michael DeHaan | 2009-02-06 | 1 | -1/+4 | |
| | | | ||||||
* | | | Restart services trigger now uses XMLRPC and is therefore MUCH faster | Michael DeHaan | 2009-02-06 | 1 | -1/+3 | |
| | | | ||||||
* | | | Jeff Schroeder's patch to add a email "install done" trigger, plus numerous ↵ | Michael DeHaan | 2009-02-06 | 3 | -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 rawhide | Michael DeHaan | 2009-02-06 | 1 | -3/+7 | |
| | | |