Joey Boggs
2009-Apr-21 20:52 UTC
[Ovirt-devel] [PATCH server] add dns setup clarification in installer
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
Joey Boggs
2009-May-15 18:00 UTC
[Ovirt-devel] Re: [PATCH server] add dns setup clarification in installer
This one is gettin old, gonna push unless there are objections Joey Boggs wrote:> 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] >
Apparently Analagous Threads
- [PATCH server] last patch to implement remote freeipa
- [PATCH server] oVirt server single network installer
- [PATCH server] add server-side groundwork for remote freeipa server
- How to install ovirt in working environment?
- openURI not capturing pages from the same rails app