diff options
author | Michael DeHaan <mdehaan@redhat.com> | 2008-11-20 11:58:00 -0500 |
---|---|---|
committer | Michael DeHaan <mdehaan@redhat.com> | 2008-11-20 11:58:00 -0500 |
commit | e98291df585bcff57b27a4177d47d3ee2c67692c (patch) | |
tree | d4f66a7152697c42769e9f67b2644b9fa7b1e827 /installer_templates | |
parent | 31f7c2c19411968b8594f7fbc48542862138e877 (diff) | |
download | cobbler-e98291df585bcff57b27a4177d47d3ee2c67692c.tar.gz cobbler-e98291df585bcff57b27a4177d47d3ee2c67692c.tar.xz cobbler-e98291df585bcff57b27a4177d47d3ee2c67692c.zip |
update changelog, default omapi to off for new installs.
Diffstat (limited to 'installer_templates')
-rw-r--r-- | installer_templates/settings.template | 9 |
1 files changed, 7 insertions, 2 deletions
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 |