search for: addhost

Displaying 10 results from an estimated 10 matches for "addhost".

2009 May 15
0
[PATCH server] final cleanup for service layer refactoring.
...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} (76%) diff --git a/src/app/controllers/application.rb...
2009 Dec 08
2
Rebased patches, fixed a rebasing problem...
The previous patch set had an error and one development branch's changes showed up twice, and two different change sets. So it was missing the bulk of the configuration work. This patch set fixes that.
2009 Dec 03
1
Rebased against next...
This set of patches have been rebased since the originals have grown stale.
2009 Nov 11
1
Combined patch set for migration...
This patch set includes both the host configuration patch and the node migration patch which depends on it. And the latter has a fix for missing files.
2009 Oct 28
1
[PATCH] Users can now work with remote libvirt hosts.
The user can: * select a remote machine * add a remote machine * remove a remote machine Signed-off-by: Darryl L. Pierce <dpierce at redhat.com> --- Makefile.am | 5 ++ nodeadmin/addhost.py | 129 ++++++++++++++++++++++++++++++++++++++++++++ nodeadmin/changehost.py | 58 ++++++++++++++++++++ nodeadmin/configscreen.py | 36 ++++++++++++- nodeadmin/definenet.py | 1 + nodeadmin/hostconnect.py | 29 ++++++++++ nodeadmin/hostmenu.py | 46 +++++++++++++++...
2009 Oct 26
0
[PATCH node] Users can now work with remote libvirt hosts.
The user can: * select a remote machine * add a remote machine * remove a remote machine Signed-off-by: Darryl L. Pierce <dpierce at redhat.com> --- nodeadmin/addhost.py | 129 ++++++++++++++++++++++++++++++++++++++++++++ nodeadmin/changehost.py | 58 ++++++++++++++++++++ nodeadmin/configscreen.py | 36 ++++++++++++- nodeadmin/definenet.py | 1 + nodeadmin/hostconnect.py | 29 ++++++++++ nodeadmin/hostmenu.py | 46 +++++++++++++++...
2009 Oct 29
1
[PATCH] Enables users to migrate virtual machines between hosts.
Users select a virtual machine on their current libvirt host. They then select a target machine, which must have been previously configured as a connection. They confirm the migration and then it runs. Signed-off-by: Darryl L. Pierce <dpierce at redhat.com> --- nodeadmin/addhost.py | 10 ++++- nodeadmin/libvirtworker.py | 6 +++ nodeadmin/migratedomain.py | 81 ++++++++++++++++++++++++++++++++++++++++++++ nodeadmin/nodemenu.py | 28 +++++++++------ 4 files changed, 111 insertions(+), 14 deletions(-) create mode 100644 nodeadmin/migratedomain.py diff -...
2006 May 22
1
URGENT: Samba Won't Substitute %u In "Logon *" When LDAP Is Used
...in logons = yes ;; domain group map = /etc/samba/domain-group.map ;; domain user map = /etc/samba/domain-user.map ;; local group map = /etc/samba/local-group.map logon path = \\profiles\profiles\%u logon home = \\shell\%u logon drive = u: logon script = logon.bat ;; add user script = /etc/samba/addhost %u ; What naming service and in what order should we use to resolve host names ; to IP addresses name resolve order = host bcast ; This will enable nmbd to search for NetBIOS names through DNS. dns proxy = yes ; Name mangling options preserve case = yes short preserve case = yes mangled nam...
2010 Feb 23
1
More complete patch...
This patch supercedes the previous one by moving the functionality for relocating files into the make system.
2009 May 21
1
[PATCH server] Updated look and feel for empty grid views
...t;br/><br/> - <%if @can_modify -%> - <%= image_tag "icon_add_host.png", :style=>"vertical-align:middle;" %>&nbsp;&nbsp; - <a href="<%= url_for :controller => 'hardware', :action => 'addhost', :id => @pool %>" rel="facebox[.bolder]">Add first host to this hardware pool</a> - <% end -%> + <h2>There are no hosts in this pool.</h2> + <p>Hosts belonging to this hardware pool will be listed here.</...