summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Reworking the remote tests and adding a few more. Now we no longer save and ↵Michael DeHaan2008-10-314-51/+114
| | | | | | | | | | | | | | | | restore config state in the tests, and work with what the user already had (tests won't delete objects they didn't create).
| * | | apply more of Javier Palacios's debian patchesMichael DeHaan2008-10-313-13/+35
| | | |
| * | | Merge commit 'jcapel_nl/networking' into develMichael DeHaan2008-10-318-2/+93
| |\ \ \ | | | |/ | | |/|
| | * | WebUI changes to support bondingJasper Capel2008-10-291-0/+48
| | | |
| | * | Added backend support for the bonding optionsJasper Capel2008-10-291-1/+28
| | | |
| | * | Added cli-options for bondingJasper Capel2008-10-291-1/+7
| | | |
| | * | Added new networking snippets to setup.py and the spec-file.Jasper Capel2008-10-292-0/+4
| | | |
| | * | Merge branch 'devel' into networkingJasper Capel2008-10-2931-217/+1058
| | |\ \
| | | * | Merge branch 'devel' of git://fedorahosted.org/cobbler into develJasper Capel2008-10-295-64/+98
| | | |\|
| | | * | Merge branch 'devel' of git://fedorahosted.org/cobbler into develJasper Capel2008-10-2110-3/+547
| | | |\ \
| | | * \ \ Merge branch 'devel' of git://fedorahosted.org/cobbler into develJasper Capel2008-10-2020-150/+413
| | | |\ \ \
| | * | | | | Added the new network logic to the shipped kickstarts.Jasper Capel2008-10-162-0/+4
| | |/ / / /
| | * | | | Merge branch 'devel' of git://fedorahosted.org/cobbler into develJasper Capel2008-10-163-44/+141
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'devel' of git://fedorahosted.org/cobbler into develJasper Capel2008-10-169-5/+9
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'devel' of git://fedorahosted.org/cobbler into develJasper Capel2008-10-159-48/+95
| | |\ \ \ \ \ \
| | * | | | | | | Added the pre- and post-install networking scripts to the sample.ksJasper Capel2008-10-151-0/+2
| | | | | | | | |
| * | | | | | | | Merge branch 'devel' of ssh://git.fedorahosted.org/git/cobbler into develMichael DeHaan2008-10-315-64/+98
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| | * | | | | | | Merge branch 'add-delete-functionality' into develDarryl L. Pierce2008-10-234-42/+59
| | |\ \ \ \ \ \ \
| | | * | | | | | | Fixed the remove meta-method. Previously it was creating a class methodDarryl L. Pierce2008-10-234-42/+59
| | | | |_|_|_|/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | rather than an instance method.
| | * | | | | | | Updated the code that does BIND zone file generation to make theJohn Eckersberg2008-10-231-10/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | generated zones a bit more human-digestible. - forward zones now sort their records alphabetically - reverse zones now sort their records IP-numerically - all zones will have the text formatted in "smart" columns instead of being tab-delimited as before
| | * | | | | | | Remove logic from __{forward,reverse}_zones() which excludes zonesJohn Eckersberg2008-10-221-12/+0
| | | |_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | where no cobbler hosts are defined in them. This allows users to define a non-dynamic map underneath of zone_templates and manage it within cobbler.
| * | | | | | | Add Shuichi Ihara to AUTHORs, update changelog.Michael DeHaan2008-10-312-0/+2
| | | | | | | |
| * | | | | | | Shuichi Ihari's "install Cobbler on SuSE 10" patchMichael DeHaan2008-10-314-7/+56
| |/ / / / / /
| * | | | | | More work on the image editor in the webappMichael DeHaan2008-10-205-6/+31
| | | | | | |
| * | | | | | Make reporting work on images again, make selects non-multipleMichael DeHaan2008-10-202-2/+14
| | | | | | |
| * | | | | | Add Jasper to authors (who should have been there already)Michael DeHaan2008-10-206-5/+123
| | | | | | |
| * | | | | | Working on adding image listing/editing to the webapp. Still need to add ↵Michael DeHaan2008-10-202-0/+389
| |/ / / / / | | | | | | | | | | | | | | | | | | CobblerWeb.py equivalents and test. Should also uniformly move radio boxes in rest of webapp to selects.
| * | | | | Apply Mike McCune's patch to resolve an infinite loop in cobbler+spacewalk ↵Michael DeHaan2008-10-172-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | auth, since spacewalk will now try to log into cobbler in newer versions.
| * | | | | Unbreak previous import patch that added some extra auto-setup logic for ↵Michael DeHaan2008-10-171-19/+0
| | | | | | | | | | | | | | | | | | | | | | | | beaker, we can accept this again later once fixed
| * | | | | Renamed --noheaders to --no-headers to be consistent with the rest of ↵Michael DeHaan2008-10-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | cobbler options
| * | | | | Apply asilva's patch to add --no-headers to output formatsMichael DeHaan2008-10-173-30/+51
| | | | | |
| * | | | | Triggers will no longer try to execute dotfilesMichael DeHaan2008-10-172-2/+3
| | | | | |
| * | | | | Add environment setting to web appMichael DeHaan2008-10-172-1/+18
| | | | | |
| * | | | | Added parameter --environment to reposync that allows for setting ↵Michael DeHaan2008-10-174-2/+34
| | | | | | | | | | | | | | | | | | | | | | | | environment variables to rsync and/or reposync
| * | | | | Remote tests in progressMichael DeHaan2008-10-171-79/+193
| | | | | |
| * | | | | Moved the older test code under the main tree so it gets installed with the ↵Michael DeHaan2008-10-176-43/+99
| | | | | | | | | | | | | | | | | | | | | | | | RPM. Beginings of adding testcases for XMLRPC that will exercise read only and read-write XMLRPC through Apache. Right now, there is only some basic read-only testing to verify koan's calls remain operational. We'll also want to write tests for the mod_python components.
| * | | | | Working on some tests, added ExcludeArch: ppc64 to spec for build systemMichael DeHaan2008-10-173-0/+40
| | |_|_|/ | |/| | |
| * | | | Fix typo in previously applied patchMichael DeHaan2008-10-161-6/+8
| | | | |
| * | | | track minor numbers in import (BP's patch)Michael DeHaan2008-10-161-3/+7
| | | | |
| * | | | Merge branch 'jcapel_nl_net' into develMichael DeHaan2008-10-162-38/+129
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Added a pre_install_network_config snippet to generate the networking bits ↵Jasper Capel2008-10-152-38/+129
| | |/ / | | | | | | | | | | | | | | | | | | | | for Anaconda, by mapping the information from cobbler to physical interfaces as seen by the installer kernel.
| * | | Require absolute path to download config filesMichael DeHaan2008-10-151-0/+2
| | | |
| * | | Update changelogMichael DeHaan2008-10-151-0/+2
| | | |
| * | | Upgrade to elilo 3.8Michael DeHaan2008-10-156-4/+4
| | | |
| * | | BP says ia64 append line needs to be quoted nowMichael DeHaan2008-10-151-1/+1
| | |/ | |/|
| * | Fix snippet for download_config_files, misc testing changesMichael DeHaan2008-10-152-7/+12
| | |
| * | Fix for test caseMichael DeHaan2008-10-153-38/+52
| | |
| * | Fix to make --ks-meta available to builtin config mgmt featureMichael DeHaan2008-10-151-0/+4
| | |
| * | Call unittests with noseMichael DeHaan2008-10-153-12/+21
| | |
| * | Apply Bill Peck's patch to allow per-OS/version kickstart defaults (intended ↵Michael DeHaan2008-10-151-5/+20
| |/ | | | | | | for use by beaker)