search for: ovirt_host

Displaying 6 results from an estimated 6 matches for "ovirt_host".

2009 May 27
3
[PATCH server] correctly set collectd dnsmasq entry to udp
...nstaller/modules/ovirt/templates/ovirt-dns.conf.erb b/installer/modules/ovirt/templates/ovirt-dns.conf.erb index ae3eb48..f4ee39b 100644 --- a/installer/modules/ovirt/templates/ovirt-dns.conf.erb +++ b/installer/modules/ovirt/templates/ovirt-dns.conf.erb @@ -1,7 +1,7 @@ srv-host=_ovirt._tcp,<%= ovirt_host %>,80 srv-host=_ipa._tcp,<%= ipa_host %>,80 srv-host=_ldap._tcp,<%= ipa_host %>,389 -srv-host=_collectd._tcp,<%= ovirt_host %>,25826 +srv-host=_collectd._udp,<%= ovirt_host %>,25826 srv-host=_qpidd._tcp,<%= ovirt_host %>,5672 srv-host=_identify._tcp,<%= ovirt...
2009 May 15
1
[PATCH server] add server-side groundwork for remote freeipa server
...interface("Enter the interface for the Admin network (thi #FIXME: correctly configure separate networks. #For now, define admin and guest networks to be the same -guest_dev = admin_dev +guest_dev = guest_httpd_dev #sep_networks = (guest_dev == admin_dev) ? "n" : "y" -ovirt_host = prompt_for_answer("Enter the hostname of the oVirt management server (example: management.example.com):", :regex => IP_OR_FQDN) -ipa_host = ovirt_host +ovirt_host = prompt_for_answer("Enter the hostname of the oVirt management server", :regex => IP_OR_FQDN, :default =&gt...
2009 Sep 17
1
[PATCH server] oVirt server single network installer
...eparate networks. -#For now, define admin and guest networks to be the same -guest_dev = admin_dev -#sep_networks = (guest_dev == admin_dev) ? "n" : "y" +# different scenarios for 1 & 2 networks +seperate_networks = (guest_dev == admin_dev) ? "n" : "y" ovirt_host = prompt_for_answer("Enter the hostname of the oVirt management server (example: management.example.com):", :regex => IP_OR_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 b...
2009 Aug 11
0
[PATCH server] Added support for remote logging with rsyslog-gssapi to server.
...rb b/installer/modules/ovirt/templates/ovirt-dns.conf.erb index f4ee39b..03988aa 100644 --- a/installer/modules/ovirt/templates/ovirt-dns.conf.erb +++ b/installer/modules/ovirt/templates/ovirt-dns.conf.erb @@ -4,4 +4,5 @@ srv-host=_ldap._tcp,<%= ipa_host %>,389 srv-host=_collectd._udp,<%= ovirt_host %>,25826 srv-host=_qpidd._tcp,<%= ovirt_host %>,5672 srv-host=_identify._tcp,<%= ovirt_host %>,12120 +srv-host=_rsyslog._tcp,<%= ovirt_host %>,514 diff --git a/ovirt-server.spec.in b/ovirt-server.spec.in index 0715690..ec18b38 100644 --- a/ovirt-server.spec.in +++ b/ovirt-s...
2009 Jul 02
2
How to install ovirt in working environment?
...ort '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 => 'eth1', admin_dev => 'eth1' } # DHCP Configuration # Cobbler configuration $cobbler...
2009 May 29
0
[PATCH server] last patch to implement remote freeipa
...ff --git a/installer/bin/ovirt-installer b/installer/bin/ovirt-installer index d0dc77b..3169938 100755 --- a/installer/bin/ovirt-installer +++ b/installer/bin/ovirt-installer @@ -175,8 +175,7 @@ guest_dev = guest_httpd_dev #sep_networks = (guest_dev == admin_dev) ? "n" : "y" ovirt_host = prompt_for_answer("Enter the hostname of the oVirt management server", :regex => IP_OR_FQDN, :default => hostname.chomp) -#remote_ipa = prompt_yes_no("Is FreeIPA already installed on another machine?") -remote_ipa = "n" +remote_ipa = prompt_yes_no("Is Free...