search for: morsi

Displaying 20 results from an estimated 48 matches for "morsi".

Did you mean: morse
2007 Feb 28
2
rdoc for Spec::Rails
Hi, where can i find the rdoc for rspec-rails. The content of README-FIle of rspec_rails is: "See Spec::Rails" But i couldn''t find Spec::Rails on http://rspec.rubyforge.org/rdoc/ index.html (it is updated to 0.8.0) Best Hussein
2011 May 16
3
Uninstalling the puppet source?
...with our environment. (1) How do I uninstall it? (2) How do I turn the git source into a gem? Thanks. -Robin -- http://singinst.org/ : Our last, best hope for a fantastic future. Lojban (http://www.lojban.org/): The language in which "this parrot is dead" is "ti poi spitaki cu morsi", but "this sentence is false" is "na nei". My personal page: http://www.digitalkingdom.org/rlp/ -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.c...
2010 Dec 10
4
Very surprising behaviour with --files-from
...his is making a many hours difference to an already very long process; anyone know what's going on? -Robin -- http://singinst.org/ : Our last, best hope for a fantastic future. Lojban (http://www.lojban.org/): The language in which "this parrot is dead" is "ti poi spitaki cu morsi", but "this sentence is false" is "na nei". My personal page: http://www.digitalkingdom.org/rlp/
2010 Feb 01
3
validating both sides of a has_one relationship breaks pickle/machinist tests
...ircular dependency that breaks test frameworks like pickle and machinist. At first I was surprised a little that you can contsruct objects with this constraint ...you can of course with "new" and "save" ...though I it sounds like the destroy will cause a problem. http://mohammed.morsi.org/blog/taxonomy/term/29 is there a workaround for tests? or is this a bad idea from the start? Nevertheless, It seems to me that while a noble goal -- to validate both sides of the assoication. How else to do it? thanks? -- You received this message because you are subscribed to the Google G...
2009 May 28
2
[PATCH node] correctly use collectd udp dns entry
--- scripts/ovirt | 2 +- scripts/ovirt-config-collectd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/ovirt b/scripts/ovirt index 8296783..4a7cbc7 100755 --- a/scripts/ovirt +++ b/scripts/ovirt @@ -43,7 +43,7 @@ start() { log "skipping ovirt-awake, oVirt identify service not available" fi - find_srv collectd tcp +
2009 Jul 24
2
[PATCH server] add collapsable sections to vm form
the vm form is getting cluttered, this patch simply add collapsable sections to the form, making the 'storage' and 'network' sections collapsed by default credit goes to jayg for contributing alot to this patch in terms of simplification and cleanup --- src/app/helpers/application_helper.rb | 4 +- src/app/views/vm/_form.rhtml | 35 ++++++++++++++++++++++----------
2007 Mar 25
3
New Style: describe-it instead of context-specify
Hello, in the tunk, i found a new style for spec: describe Foo do it "should do bar" do ... end end instead of context "Foo" context "should do bar" ... end end The Rails-Textmate-bundle in trunk use only the new "describe-it" style, What are the reasons for the new style ? Shall i use the new style from now on ? Hussein
2009 May 19
2
[PATCH server] added ovirt vnc proxy server, to proxy vnc request to managed vms
.../vnc-proxy.rb new file mode 100755 index 0000000..5a1c35e --- /dev/null +++ b/src/vnc-proxy/vnc-proxy.rb @@ -0,0 +1,167 @@ +#!/usr/bin/ruby +# +# vnc-proxy.rb +# ovirt vnc proxy server, relays ovirt encoded +# vnc requests to correct node +# Copyright (C) 2009 Red Hat, Inc. +# Written by Mohammed Morsi <mmorsi at redhat.com> +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. +# +# This program is distributed in the hope that it will be us...
2009 Jul 13
0
[PATCH server] remove vm forward vnc and vm host history
...ptime || ' sec' as interval) + diff --git a/src/app/models/vm_host_history.rb b/src/app/models/vm_host_history.rb deleted file mode 100644 index bd61ddc..0000000 --- a/src/app/models/vm_host_history.rb +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright (C) 2008 Red Hat, Inc. -# Written by Mohammed Morsi<mmorsi at redhat.com> -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; version 2 of the License. -# -# This program is distributed in the hope that it will be use...
2007 Feb 28
1
rdoc for Spec::Rails ?
Hi, where can i find the rdoc for rspec-rails. The content of README-FIle of rspec_rails is: "See Spec::Rails" But i couldn''t find Spec::Rails on http://rspec.rubyforge.org/rdoc/ index.html (it is updated to 0.8.0) Best Hussein
2009 Jun 10
1
[PATCH] add cmd line option for server vnc port
--- internal.h | 3 +++ main.c | 3 +++ tunnel.c | 7 ++----- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/internal.h b/internal.h index 80e675e..bd65922 100644 --- a/internal.h +++ b/internal.h @@ -71,6 +71,9 @@ extern gboolean check_cert; /* server we're connecting to */ extern const char* hostname; +/* port which to connect to the server via vnc */
2009 Jul 01
1
[PATCH server] fixed expected status messages that were failing unit/functional tests.
--- .../functional/cloud/instance_controller_test.rb | 2 +- src/test/unit/vm_service_test.rb | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/test/functional/cloud/instance_controller_test.rb b/src/test/functional/cloud/instance_controller_test.rb index 71d132b..0d713d4 100644 --- a/src/test/functional/cloud/instance_controller_test.rb +++
2009 Aug 03
1
[PATCH node] changed fickle anyterm sysconfig changes to something more robust (revised)
instead of sed'ing the exact commented line we are looking for, simply add the necessary lines to the end of the anyterm sysconf --- scripts/ovirt-functions | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/scripts/ovirt-functions b/scripts/ovirt-functions index af3a257..98e88e7 100644 --- a/scripts/ovirt-functions +++ b/scripts/ovirt-functions @@ -213,11
2009 Sep 23
0
[PATCH server] add network boot protocol 'none'
...hcp bootp none ) end diff --git a/src/db/migrate/043_add_bootproto_none.rb b/src/db/migrate/043_add_bootproto_none.rb new file mode 100644 index 0000000..7d17279 --- /dev/null +++ b/src/db/migrate/043_add_bootproto_none.rb @@ -0,0 +1,28 @@ +# Copyright (C) 2008 Red Hat, Inc. +# Written by Mohammed Morsi <mmorsi at redhat.com> +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. +# +# This program is distributed in the hope that it will be us...
2009 Aug 05
1
[PATCH server] associated nics w/ network base class as it is in the db
fixes regression bug that got recently introduced --- src/app/models/network.rb | 2 ++ src/app/models/physical_network.rb | 2 -- src/app/models/vlan.rb | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/app/models/network.rb b/src/app/models/network.rb index a4b1b8b..89f9876 100644 --- a/src/app/models/network.rb +++
2009 Jun 01
2
[PATCH viewer] few minor bugfixes
...er.spec @@ -2,7 +2,7 @@ Name: ovirt-viewer Version: 1.0.0 -Release: 2%{?dist} +Release: 4%{?dist} Summary: ovirt-viewer is a vnc viewer for ovirt managed vms Group: Applications/System @@ -61,6 +61,13 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/ovirt-viewer %changelog +* Mon Jun 01 2009 <mmorsi at redhat.com> - 1.0.0-4 +- bugfixes, dns lookup and local tunnel port assignment + +* Wed May 20 2009 <mmorsi at redhat.com> - 1.0.0-3 +- changes to viewer to connect to ovirt server + through vnc proxy + * Thu Apr 30 2009 <mmorsi at redhat.com> - 1.0.0-2 - ssl support, see c...
2009 May 27
3
[PATCH server] correctly set collectd dnsmasq entry to udp
--- .../modules/ovirt/templates/ovirt-dns.conf.erb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/installer/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
2009 Aug 04
3
[PATCH server] require at least one vm network if pxe booting
--- src/app/models/vm.rb | 2 ++ src/app/views/vm/_form.rhtml | 23 +++++++++++++++++++++++ 2 files changed, 25 insertions(+), 0 deletions(-) diff --git a/src/app/models/vm.rb b/src/app/models/vm.rb index 3e0a6fa..9d326ac 100644 --- a/src/app/models/vm.rb +++ b/src/app/models/vm.rb @@ -464,6 +464,8 @@ class Vm < ActiveRecord::Base
2006 Jan 25
24
RailsCron 0.2 plugin
I received feedback from some of you, saying that it would be cool if RailsCron was even easier to manage. So I implemented a graceful start/restart inside of the plugin''s init.rb. If you don''t like it, comment it out and send me the feedback. Also, I finished an update to RailsCron that allows you to attach asynchronous processing methods to your ActiveRecord models. i.e.:
2009 Jun 19
1
[PATCH server] add collapsable sections to vm form
the vm form is getting cluttered, this patch simply add collapsable sections to the form, making the 'storage' and 'network' sections collapsed by default --- src/app/helpers/application_helper.rb | 9 +++++ src/app/views/vm/_form.rhtml | 55 +++++++++++++++++++++++++-------- src/public/javascripts/ovirt.js | 25 +++++++++++++++