summaryrefslogtreecommitdiffstats
path: root/installer_templates
Commit message (Collapse)AuthorAgeFilesLines
* fix serializationJohn Eckersberg2009-03-131-0/+1
|
* Updates to SCM tracker.Michael DeHaan2009-03-111-0/+9
|
* Add registration snippet to cobbler. (XMLRPC backend code for this still ↵Michael DeHaan2009-03-041-6/+4
| | | | pending)
* Switch to PyYAML for yaml processing.Michael DeHaan2009-02-261-10/+10
| | | | | | Conflicts: cobbler.spec
* Changed default kernel_options_s390xJames Laska2009-02-201-2/+2
|
* Limit access to CobblerWeb in a spacewalk install based on roles; by ↵Michael DeHaan2009-02-181-0/+16
| | | | default, access is off.
* Authn_spacewalk upgrades -- now allow username+password login + auth against ↵Michael DeHaan2009-02-181-0/+7
| | | | | | older Satellites. Needs testing.
* Jeff Schroeder's patch to add a email "install done" trigger, plus numerous ↵Michael DeHaan2009-02-061-0/+13
| | | | 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.
* s390 hackingMichael DeHaan2009-02-051-0/+11
|
* Consolidating services to use just one port, removed syslog logging since we ↵Michael DeHaan2009-01-231-17/+0
| | | | have anamon
* add a note about security implications of anamon code, just so folks know ↵Michael DeHaan2008-12-221-1/+3
| | | | that it allows unauthed logging access if enabled. This is not a major concern because it's off by default and also provisioning servers should /not/ be 100% public to the intertubes.
* Merge commit 'origin/devel' into develJames Laska2008-12-162-2/+6
|\ | | | | | | | | Conflicts: cobbler/pxegen.py
| * add some comments about virt bridge setupMichael DeHaan2008-12-161-1/+5
| |
| * Enable yum post install mirror by defaultMichael DeHaan2008-12-161-1/+1
| |
* | Merge commit 'origin/devel' into develJames Laska2008-12-122-7/+24
|\| | | | | | | | | | | Conflicts: cobbler.spec setup.py
| * Initial work to add redhat-management-key fieldMichael DeHaan2008-12-112-7/+24
| |
* | Add 'anamon_enabled' cobbler setting (default: 0)James Laska2008-12-111-0/+7
|/
* Update password to correct string.Michael DeHaan2008-12-091-1/+1
|
* Move default password into settings, modify snippet to work when network ↵Michael DeHaan2008-12-081-0/+9
| | | | interface has no MAC/IP or other details
* Add support for power mgmt of libvirt managed guests via /usr/bin/virshJames Laska2008-11-241-0/+1
|
* Remove extra verbage from top of settings file.Michael DeHaan2008-11-211-5/+1
|
* Allow the legal list of modules to be imported to be defined in the settings ↵Michael DeHaan2008-11-211-0/+12
| | | | file.
* update changelog, default omapi to off for new installs.Michael DeHaan2008-11-201-2/+7
|
* add the pxe and power path locations to the default settings file templateMichael DeHaan2008-11-201-0/+8
|
* Changes as a result of CLI testing, auto tests now all pass againMichael DeHaan2008-11-191-0/+5
|
* Add support for fence_bladecenter power controlJames Laska2008-11-191-0/+1
|
* Add support for fence_lparJames Laska2008-11-191-0/+1
|
* More work on power management feature.Michael DeHaan2008-11-141-3/+14
|
* Working on adding power management codeMichael DeHaan2008-11-141-0/+5
|
* Duplicate hostname prevention featureMichael DeHaan2008-10-101-3/+7
|
* Add Func configuration parameters back to settings template fileMichael DeHaan2008-10-021-0/+16
|
* Fix missing import, add missing fileMichael DeHaan2008-09-231-0/+11
|
* Some changes to the blender function to remove a certain class of ↵Michael DeHaan2008-09-222-9/+17
| | | | parsing/blending errors, plus some tweaks to the setup program
* Apply patchset from Partha to /usr/bin/cobbler-setupMichael DeHaan2008-09-222-20/+122
|
* Apply Partha's patch to add /usr/bin/cobbler/setup which is a program to ↵Michael DeHaan2008-09-172-0/+235
help create settings and modules.conf, there are a few small bugs in this but it's mostly done. I've reworked the code for style/output somewhat and also added RPM packaging.