Displaying 4 results from an estimated 4 matches for "guest_httpd_ipaddr".
2009 Sep 17
1
[PATCH server] oVirt server single network installer
..._FQDN)
ipa_host = ovirt_host
@@ -193,7 +191,6 @@ File.open('/etc/resolv.conf').each_line{ |line|
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]
guest_ipaddr = interfaces[guest_dev]
admin_ipaddr = interfaces[admin_dev]
@@ -276,9 +273,9 @@ firewall::setup{'setup':
firewall_rule{"ssh": destination_port => "22"}
#DNS Configuration
-$guest_httpd_ipaddr = '<%= guest_http...
2009 Apr 21
1
[PATCH server] add dns setup clarification in installer
...('\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
2009 Jul 02
2
How to install ovirt in working environment?
...onfigurations script generated by ovirt-installer
# at Thu Jul 02 16:32:09 +0400 2009#
import 'ovirt'
import 'firewall'
firewall::setup{'setup':
status => 'enabled'
}
firewall_rule{"ssh": destination_port => "22"}
#DNS Configuration
$guest_httpd_ipaddr = '195.168.1.7'
$guest_ipaddr = '10.1.1.7'
$admin_ipaddr = '10.1.1.7'
$ovirt_host = 'station.example.ru'
$ipa_host = 'station.example.ru'
dns::remote{setup:
guest_ipaddr=> $guest_ipaddr,
admin_ipaddr=> $admin_ipaddr,
guest_dev => '...
2009 May 29
0
[PATCH server] last patch to implement remote freeipa
...;\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?")
+end
guest_httpd_ipaddr = interfaces[guest_httpd_dev]
guest_ipaddr = interfaces[guest_dev]
@@ -235,7 +245,11 @@ if dhcp_setup == "n"
dhcp_start = prompt_for_answer("Enter the dhcp pool start address (example: 3):", :regex => OCTET)
dhcp_stop = prompt_for_answer("Enter the dhcp pool e...