summaryrefslogtreecommitdiffstats
path: root/cobbler/action_check.py
Commit message (Collapse)AuthorAgeFilesLines
* Removing yum-utils as a package requirement because the version in EPEL does ↵Michael DeHaan2007-11-061-0/+9
| | | | not contain reposync or yumdownloader. Given that, we will now have cobbler check looking for it, and warning about it being missing, rather than making it a hard requirement.
* As ifarch doesn't work in noarch RPMs, do not include syslinux as a hard ↵Michael DeHaan2007-09-121-1/+4
| | | | | | requirement and just report it's absense in user-understandable terms during "cobbler check".
* Fix string processing exception on error path.Michael DeHaan2007-08-081-1/+1
|
* Added a SNIPPET::foo feature which can do the equivalent of %include in ↵Michael DeHaan2007-07-271-1/+1
| | | | | | | | | kickstart without the need for a wget and http hosting. Snippets live in /var/lib/cobbler/snippets -- Cobbler ships with only one snippet now (as a demo), though users can create as many as they want.
* Added code to detect iptables and mention potential ports to unblock.Michael DeHaan2007-07-261-0/+7
|
* Fix init script return codes for 'status' and also make service statusMichael DeHaan2007-07-261-1/+2
| | | | checks aware of cobblerd being running or not.
* Change to detect needed services that are not running and suggest that theyMichael DeHaan2007-07-261-0/+13
| | | | be started.
* Begining of i18n of cobbler. Tests pass, works with English. Need to testMichael DeHaan2007-05-291-16/+16
| | | | | | | translation function and run manual testing to ensure no functional errors in other places (such as import). cobbler_msg (strings file) has been removed.
* Starting to add i18n to cobbler using rhplMichael DeHaan2007-05-251-0/+1
|
* Add support for dnsmasq as an alternative to ISC dhcpd.Michael DeHaan2007-05-241-4/+19
| | | | | Also add --hostname option to "cobbler system add" for dnsmasq DNS control features.
* Fix warning message for "cobbler check" and malformed /etc/dhcpd.confMichael DeHaan2007-04-271-2/+2
|
* Further changes related to making cobbler own the directories it's using in ↵Michael DeHaan2007-02-141-8/+0
| | | | | | /var/www and /tftpboot. Plus some minor bugfixes down the error path.
* Run check in post to ensure cobbler tree setup, such that ↵mdehaan@mdehaan.rdu.redhat.com2007-02-141-0/+10
| | | | distros/systems/profiles can be added immediately, without the need to run "sync" to create the base directories.
* Fixes to dhcpd.conf and Itanium IA64 support as a result of lab tests.Michael DeHaan2006-10-061-1/+3
|
* ia64 boot fixes as a result of testing.Michael DeHaan2006-09-211-1/+1
|
* Naming cleanup of a few variables now that we're dealing with moreMichael DeHaan2006-09-211-7/+7
| | | | than pxelinux.0 (likely elilo.efi)
* - Initial batch of changes to support (a) dhcpd.conf templating and (b)Michael DeHaan2006-09-211-2/+11
| | | | supporting alternative boot loader architectures (like Itanium).
* Check on first line of tftp settings file should be removed.Michael DeHaan2006-07-211-5/+2
|
* Added licensing and RH copyright. Pychecker (once again). Fixed one unit ↵Michael DeHaan2006-05-111-0/+8
| | | | test where I changed a command line syntax.
* Interim checkin while straightening out exceptions. The last_error bit ↵Michael DeHaan2006-05-081-15/+14
| | | | | | | reminded me of the thing I hated most about Microsoft SDK/DDK programming (that being, last_error and inconsistant error handling), so it had to go.
* More pychecker. More comments.Michael DeHaan2006-05-081-2/+0
|
* PyChecker.Michael DeHaan2006-05-081-2/+16
|
* Unit tests pass again.Michael DeHaan2006-05-081-0/+119