Displaying 5 results from an estimated 5 matches for "network_service".
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
2015 Feb 23
3
Replacement for NIS/NFS?
...m aware it's not ideal in terms of security, but it's been running in
our local school since 2010, and it just works. The current setup is
based on Slackware Linux on both server and desktop clients.
Here's the relevant documentation (which I wrote):
http://docs.slackware.com/howtos:network_services:roaming_profiles
BTW, the first two years this solution worked perfectly with CentOS 5.x
on the server and on the desktop clients.
I'm currently migrating from Slackware to CentOS, and I'm looking for a
"business-grade" replacement of this more or less obsolete configuration....
2009 May 15
0
[PATCH server] use service layer for Network controller.
...pp/controllers/network_controller.rb | 521 ++++++-----------------------
src/app/models/ip_address.rb | 11 +
src/app/models/network.rb | 12 +
src/app/models/physical_network.rb | 4 +
src/app/models/vlan.rb | 5 +
src/app/services/network_service.rb | 392 ++++++++++++++++++++++
6 files changed, 534 insertions(+), 411 deletions(-)
create mode 100644 src/app/services/network_service.rb
diff --git a/src/app/controllers/network_controller.rb b/src/app/controllers/network_controller.rb
index 244d041..5af0a73 100644
--- a/src/app/contro...
2009 Jun 30
0
[PATCH server] permit many-to-many vms / networks relationship
...helpers/application_helper.rb | 4 +-
src/app/models/network.rb | 2 -
src/app/models/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...