summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* There is now a seperate cobblerd.log, but there is longer a webui.logMichael DeHaan2009-01-231-1/+1
|
* Don't double-endpoint the XMLRPC, Apache warns about this, so it might mean ↵Michael DeHaan2009-01-231-8/+0
| | | | something.
* Consolidating services to use just one port, removed syslog logging since we ↵Michael DeHaan2009-01-231-3/+6
| | | | have anamon
* Experimenting with shelve again for performance information.Michael DeHaan2009-01-161-18/+0
|
* Merge commit 'james_c/ris-devel' into develMichael DeHaan2009-01-161-0/+18
|\ | | | | | | | | | | | | | | Conflicts: cobbler/action_import.py cobbler/pxegen.py cobbler/utils.py
| * Windows support, patch 1James Cammarata2008-12-241-0/+18
| | | | | | | | Basic support added
* | (A) move cheetah_macro content to contrib, since we don't want to encourage ↵Michael DeHaan2008-12-181-252/+1
|/ | | | usage of any specific macros, especially Perl one liners, which folks should probalby use a CMS... (B) fix podchecker errors (B=jlaska).
* Also apply python path to cobblerweb.Michael DeHaan2008-12-031-1/+1
|
* Justin's patch to append Python path to the services config directory so it ↵Michael DeHaan2008-12-031-0/+1
| | | | won't conflict with apps that do set it globally in the Apache config.
* Update the rsync.excludes file to enable ppc, re-enable IA64, and addMichael DeHaan2008-11-171-2/+2
| | | | some debian content we don't want to mirror.
* Charles Duffy's patch to add a --no-daemonize option to cobbler, as well as ↵Michael DeHaan2008-11-131-1/+1
| | | | some flags to alter the log level (which cobbler really doesn't use much yet) and the log file path.
* Shuichi Ihari's "install Cobbler on SuSE 10" patchMichael DeHaan2008-10-311-4/+23
|
* Remove these two configuration files as they are now generated at build time ↵Michael DeHaan2008-10-022-344/+0
| | | | from the files in installer_templates
* Add func integration feature for easy setup of func minions from cobbler.Michael DeHaan2008-10-011-0/+15
| | | | Also add missing makefile for the system cloning feature.
* Some changes to the blender function to remove a certain class of ↵Michael DeHaan2008-09-221-0/+1
| | | | parsing/blending errors, plus some tweaks to the setup program
* Ensure that the default value for ownership is a list. Also some cleanup to ↵Michael DeHaan2008-09-221-3/+4
| | | | the way we save settings in the middle of test runs. Also also some manpage cleanup pointed out by bretm.
* Change default PXE behavior to use ksdevice=bootif and IPAPPEND 2 to ensure ↵Michael DeHaan2008-09-181-1/+1
| | | | eth0 is always the boot interface.
* --enable-menu feature from James C.Michael DeHaan2008-09-111-0/+9
|
* Added puppet integration via an external nodes mod_python URL and ↵Michael DeHaan2008-09-081-0/+8
| | | | --mgmt-classes on distro/profile/system objects
* Merge branch 'master' into develMichael DeHaan2008-09-041-0/+4
|\ | | | | | | | | | | | | | | Conflicts: CHANGELOG cobbler.spec setup.py
| * Add the named_conf setting, which indicates where the bind config file isMichael DeHaan2008-09-041-0/+4
| | | | | | | | | | located, to the settings file. This setting was always present just not listed in the file. (patch from jeckersb)
* | Add macros file from Dan, still needs some cleanup...Michael DeHaan2008-09-021-0/+253
| |
* | Updates on the acl feature. (policy acls for webui/xmlrpc, not to be ↵Michael DeHaan2008-09-021-5/+6
| | | | | | | | | | | | confused with existing setfacl features)
* | Update modules.conf with notes that users really want authz_ownership to useMichael DeHaan2008-08-281-4/+6
| | | | | | | | the ACL feature.
* | Lots of work on the acl module, still need to test some niche cases and ensureMichael DeHaan2008-08-282-85/+50
| | | | | | | | the authz_configfile still works, though ownership is looking pretty good at this point with ACL's tacked on after normal authz approval
* | First pass at what an ACL's config file might look like. This will be used ↵Michael DeHaan2008-08-271-0/+66
| | | | | | | | by authz_ownership and authz_configfile
* | Add new ACLs setting to modules.confMichael DeHaan2008-08-271-0/+20
|/
* Attempt at streamlining image support, now --image-type can be used to ↵Michael DeHaan2008-08-071-5/+0
| | | | specify several types of images iso (cdrom iso, works with virt only), virt-clone (not-implemented yet), direct (things like memtest), and memdisk (hdd images). This is all still rather experimental.
* Commit Dan's Cheetah template patch which makes snippets general purpose ↵Michael DeHaan2008-08-041-1/+0
| | | | | | Cheetah functions and includes various general purpose Cheetah functions.
* Added serializer_catalog as a new serializer module, which will be the new ↵Michael DeHaan2008-08-011-12/+16
| | | | default for modules.conf. Existing serializer_yaml users can upgrade simply by changing the setting and running a cobbler command like "cobbler report". This serializer is much faster and stores files to .d directories such as /var/lib/cobbler/systems.d and /var/lib/cobbler/distros.d.
* Fix typo in config file commentsMichael DeHaan2008-07-281-1/+1
|
* Add comment in settings about virt-typeMichael DeHaan2008-07-251-0/+1
|
* Added extensive comments to modules.conf with pointers to the WikiMichael DeHaan2008-07-251-0/+72
|
* Apply John V's latest work on bash completion scriptMichael DeHaan2008-07-241-5/+5
|
* Bash completion upgradesMichael DeHaan2008-07-231-0/+508
|
* bash completion upgradesMichael DeHaan2008-07-231-19/+21
|
* Tell bash completion to complete "image" alsoMichael DeHaan2008-07-221-1/+1
|
* Apply improved bash completion script. Looks like we need to make the CLI a ↵Michael DeHaan2008-07-181-4/+26
| | | | bit zippier for this, but works great.
* Various image changes + bash completion scriptMichael DeHaan2008-07-151-0/+64
|
* Make cobbler import accept s390 trees and properly identify the kernel/initrd.Michael DeHaan2008-07-141-2/+0
| | | | Next step: building out the pseudo-PXE tree.
* Adding authn_spacewalk module, which is usable to authenticate Cobbler ↵Michael DeHaan2008-07-081-0/+6
| | | | against spacewalki or Red Hat satellite. Actual usage of this feature is gated by https://bugzilla.redhat.com/show_bug.cgi?id=454474 which means the API for Spacewalk has some problems still. Details on usage are on the Wiki under the RhnTips page.
* Working on adding in image management, still a good ways to go, this does notMichael DeHaan2008-07-011-0/+1
| | | | do anything useful yet and other things may be broken :)
* Merge branch 'master' into develMichael DeHaan2008-06-251-0/+13
|\ | | | | | | | | | | | | Conflicts: CHANGELOG cobbler/action_replicate.py
| * Remove references to manage_dhcp_mode and manage_dns_mode as this is ↵Michael DeHaan2008-06-251-0/+13
| | | | | | | | governed by modules.conf, and rewrite the restart-services trigger to understand restart_dhcp and restart_dns variables, which are now mentioned in the settings file. Also, clean up the tests so they work more nicely on F9, and remove some unused lines from the Makefile.
* | Note that the config file is YAMLMichael DeHaan2008-06-201-2/+1
| |
* | Note that the config file is YAMLMichael DeHaan2008-06-201-1/+5
| |
* | Adding configurable reposync flags to the command line (yum's reposync, not ↵Michael DeHaan2008-06-161-6/+2
|/ | | | cobbler's)
* Adding some fields to settings and misc cleanupMichael DeHaan2008-06-031-0/+7
|
* Found out our config file supports comments (hooray) and added a bunch ↵Michael DeHaan2008-05-161-2/+136
| | | | explaining what all of the settings do. Should have done this long ago but glad to have it!
* Fix typo in config file.Michael DeHaan2008-05-051-2/+2
|