diff options
-rw-r--r-- | CHANGELOG | 6 | ||||
-rw-r--r-- | installer_templates/settings.template | 9 |
2 files changed, 13 insertions, 2 deletions
@@ -46,12 +46,18 @@ Cobbler CHANGELOG - (FEAT) keep creation and modification times with each object - (FEAT) added ppc imports and arches to supplement s390x (and assoc koan chage) - (FEAT) added number of interfaces required to each image +- ~~~ 1.3.2 - (BUGF) fix for possible import of insecure modules by Cheetah in Cobbler web. - (FEAT) new version function - (FEAT) misc WUI organization - (FEAT) allow auth against multiple LDAP servers - (FEAT) replicate now copies image objects - (BUGF) replicate now uses higher level API methods to avoid some profile sync errors when distros fail +- (FEAT) /etc/cobbler/pxe and /etc/cobbler/power are new config file paths +- (FEAT) /var/lib/cobbler/kickstarts is the new home for kicktart files +- (FEAT) webui sidebar reorg +- (FEAT) manage_dhcpd feature (ISC) now checks service status before restarting +- (BUGF) omapi for manage_dhcp feature (ISC) now defaults to off - Fri Sep 26 2008 - 1.2.5 - (BUGF) expose --arch for "cobbler image add" diff --git a/installer_templates/settings.template b/installer_templates/settings.template index 16f77ce1..3945f039 100644 --- a/installer_templates/settings.template +++ b/installer_templates/settings.template @@ -148,8 +148,11 @@ named_conf: /etc/named.conf next_server: $next_server # if using cobbler with manage_dhcp and ISC, omapi allows realtime DHCP -# updates without restarting ISC dhcpd. -omapi_enabled: 1 +# updates without restarting ISC dhcpd. However, it may cause +# problems with removing leases and make things less reliable. OMAPI +# usage is experimental and not recommended at this time. + +omapi_enabled: 0 omapi_port: 647 omshell_bin: /usr/bin/omshell @@ -191,6 +194,8 @@ pxe_template_dir: "/etc/cobbler/pxe" # when DHCP and DNS management are enabled, cobbler sync can automatically # restart those services to apply changes. The exception for this is # if using ISC for DHCP, then omapi eliminates the need for a restart. +# omapi, however, is experimental and not recommended for most configurations. +# # If DHCP and DNS are going to be managed, but hosted on a box that # is not on this server, disable restarts here and write some other # script to ensure that the config files get copied/rsynced to the destination |