Displaying 12 results from an estimated 12 matches for "vm_service".
Did you mean:
vms_service
2009 May 15
1
[PATCH server] provide default uuid and mac if not provided for create.
Signed-off-by: Scott Seago <sseago at redhat.com>
---
src/app/services/vm_service.rb | 25 ++++++++++++++++---------
1 files changed, 16 insertions(+), 9 deletions(-)
diff --git a/src/app/services/vm_service.rb b/src/app/services/vm_service.rb
index 4c29bcf..47ac5f5 100644
--- a/src/app/services/vm_service.rb
+++ b/src/app/services/vm_service.rb
@@ -52,15 +52,9 @@ module VmSe...
2009 May 19
1
re-sending outstanding controller refactoring patches after rebase
I've rebased the patch series to the current next branch and am sending them again.
2009 Aug 21
0
Unable to assign cobbler image as boot device
...TTP-Error: 404 Not Found):
/usr/lib/ruby/1.8/xmlrpc/client.rb:549:in `do_rpc'
/usr/lib/ruby/1.8/xmlrpc/client.rb:420:in `call2'
/usr/lib/ruby/1.8/xmlrpc/client.rb:410:in `call'
cobbler (0.1.3) lib/cobbler/base.rb:127:in `make_call'
(eval):4:in `find_one'
app/services/vm_service.rb:291:in `vm_provision'
app/services/vm_service.rb:164:in `svc_update'
app/services/vm_service.rb:159:in `svc_update'
app/controllers/vm_controller.rb:81:in `update'
The image is an iso on an nfs mount set up using the cobbler gui.
Cheers,
Justin.
2010 Sep 09
1
Provisioning Windows
How do I go about provisioning a windows VM? I've added the iso to
cobbler using the following command.
cobbler image add --name=W2k8Prov --file=nfs://192.168.50.190/ovirt/w2k8.iso
The image then appears in the list of Operating Systems to choose when
creating a VM. I select the image when I create the VM but then when I
go to save I get the error:
undefined method `keys' for
2009 May 15
0
[PATCH server] final cleanup for service layer refactoring.
...roller.rb | 13 +----
src/app/services/hardware_pool_service.rb | 1 -
src/app/services/pool_service.rb | 1 -
src/app/services/smart_pool_service.rb | 3 +-
src/app/services/vm_resource_pool_service.rb | 1 -
src/app/services/vm_service.rb | 24 +++++---
.../addhost.html.erb => hardware/addhost.rhtml} | 8 ++--
src/app/views/hardware/show_hosts.rhtml | 4 +-
19 files changed, 35 insertions(+), 218 deletions(-)
rename src/app/views/{host/addhost.html.erb => hardware/addhost.rhtml} (7...
2009 Jun 29
0
[PATCH server] Add svc_vm_actions method to VmService.
...e errors to continue through the
submitted vm list.
Signed-off-by: Jason Guiditta <jguiditt at redhat.com>
---
src/app/models/vm.rb | 7 ++
src/app/models/vm_task.rb | 4 +-
src/app/services/service_module_helper.rb | 34 +++++++
src/app/services/vm_service.rb | 33 ++++++-
src/db-omatic/db_omatic.rb | 90 +++++++++++++-----
src/test/fixtures/permissions.yml | 6 +-
src/test/fixtures/vms.yml | 13 +++
src/test/unit/vm_service_test.rb | 149 +++++++++++++++++++++++++++++
src/test/unit...
2009 Jul 24
1
permit many-to-many vms / networks relationship redux
redux patchset permitting a vm to be associated with
multiple networks and vice-versa. updated patchset so
as to be applicable against current oVirt server HEAD
these patches may be applied in any order, they all
need to be pushed together
2009 Jul 09
2
permit many-to-many vms / networks relationship
This patchset contains changes to the ovirt server
frontend, backend, and tests components, permitting vms
to be associated with multiple networks and vice versa.
Also included are two patches which are required for the frontend
bits; a patch adding collapsable sections to the vm form, which
in itself depends on the second patch that provides default values
for the cpu and memory vm table fields
2009 Jun 29
2
One more fix
This resend includes the rebase, but fixes a problem I just noticed with nil/empty checks.
2009 Jun 29
2
Resend of Cloud UI/service patches
This is a resend of the 2-patch series from a week or so ago, needed to be rebased due to some commits on next
2009 Jun 22
2
Patch series for Cloud Vm Actions
The following two patches should be applied in the order:
* [PATCH server] Add svc_vm_actions method to VmService.
* [PATCH server] Cloud UI layer to initiate actions on vms.
The service layer patch should work fine on its own (and not break
anything), but cloud patch relies on service being there.
2009 Jun 30
0
[PATCH server] permit many-to-many vms / networks relationship
...odels/nic.rb | 54 +++++--
src/app/models/vlan.rb | 15 ++-
src/app/models/vm.rb | 17 ++-
src/app/services/network_service.rb | 12 +-
src/app/services/nic_service.rb | 2 +-
src/app/services/vm_service.rb | 39 +++---
src/app/views/host/show.rhtml | 2 +-
src/app/views/network/_select.rhtml | 2 +-
src/app/views/network/edit_nic.rhtml | 4 +-
src/app/views/nic/show.rhtml | 2 +
src/app/views/task/_user_list.rhtml...