Displaying 3 results from an estimated 3 matches for "d953ebe".
2009 Jul 07
1
[PATCH] Set up ovirt-agent so it starts as a daemon
...6 +++
ovirt-server.spec.in | 5 ++
src/ovirt-agent/ovirt-agent.rb | 63 +++++++++++++++++++++-------
3 files changed, 58 insertions(+), 16 deletions(-)
diff --git a/installer/modules/ovirt/manifests/ovirt.pp b/installer/modules/ovirt/manifests/ovirt.pp
index d953ebe..636cd6e 100644
--- a/installer/modules/ovirt/manifests/ovirt.pp
+++ b/installer/modules/ovirt/manifests/ovirt.pp
@@ -172,6 +172,12 @@ class ovirt::setup {
ensure => running
}
+ service {"ovirt-agent" :
+ enable => true,
+ require =...
2009 Jun 23
1
[PATCH server] added ovirt-wait4service and invokation in installer to wait for psql/ldap
...| 2 +
scripts/ovirt-wait4service | 34 +++++++++++++++++++++++++
4 files changed, 52 insertions(+), 5 deletions(-)
create mode 100755 scripts/ovirt-wait4service
diff --git a/installer/modules/ovirt/manifests/ovirt.pp b/installer/modules/ovirt/manifests/ovirt.pp
index d953ebe..f293375 100644
--- a/installer/modules/ovirt/manifests/ovirt.pp
+++ b/installer/modules/ovirt/manifests/ovirt.pp
@@ -111,9 +111,15 @@ class ovirt::setup {
single_exec { "create_ovirtadmin_acct" :
command => "/usr/share/ovirt-server/script/grant_admin_privileges ovir...
2009 May 19
2
[PATCH server] added ovirt vnc proxy server, to proxy vnc request to managed vms
...+ start
+ ;;
+ status)
+ status $DAEMON
+ RETVAL=$?
+ ;;
+ *)
+ echo "Usage: ovirt-vnc-proxy {start|stop|restart|status}"
+ exit 1
+ ;;
+esac
+exit $RETVAL
diff --git a/installer/modules/ovirt/manifests/ovirt.pp b/installer/modules/ovirt/manifests/ovirt.pp
index 03a93a7..d953ebe 100644
--- a/installer/modules/ovirt/manifests/ovirt.pp
+++ b/installer/modules/ovirt/manifests/ovirt.pp
@@ -197,6 +197,7 @@ class ovirt::setup {
firewall_rule{"http": destination_port => "80"}
firewall_rule {"https": destination_port => '44...