[Ovirt-devel] [PATCH server] add dns setup clarification in installer

Joey Boggs jboggs at redhat.com
Tue Apr 21 20:52:50 UTC 2009


This clarifies the dns setup section in the installer and notifies to use the bundled dns setup if the management server is not in the upstream dns already
---
 installer/bin/ovirt-installer |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/installer/bin/ovirt-installer b/installer/bin/ovirt-installer
index 2d88886..862c5e2 100755
--- a/installer/bin/ovirt-installer
+++ b/installer/bin/ovirt-installer
@@ -183,6 +183,8 @@ File.open('/etc/resolv.conf').each_line{ |line|
   line = line.chomp
     puts line if line =~ /nameserver/
 }
+ at cli.say("<%= color('\nIf your above dns servers contain the A records for your management server select \"y\"
+otherwise select \"n\" and a dns server will be configured during the install', RED) %>")
 dns_servers = prompt_yes_no("Use this systems's dns servers?")
 
 guest_httpd_ipaddr = interfaces[guest_httpd_dev]
-- 
1.6.0.6




More information about the ovirt-devel mailing list