Displaying 20 results from an estimated 300 matches similar to: "[PATCH server] Fix anyterm for multinode support"
2009 May 21
1
[PATCH server] Fix for anyterm and multiple nodes
proxy/anyterm needs to go to the node that has our vm on it, not
vmnodes:anyterm. This patch also requires a change to the anyterm.js file
that ships with anyterm. The change is at the top:
- var url_prefix = proxy/;
+ var url_prefix = window.location.pathname + /proxy/;
Not quite sure how we're going to manage that change though.
---
conf/ovirt-server.conf | 3 ++-
1 files changed, 2
2009 Sep 17
1
[PATCH server] oVirt server single network installer
Updates the installer to handle the scenario in which the guest and
admin networks are the same by using an alternative httpd conf.
Verified to work (eg oVirt managed vms are bootable) on the
oVirt appliance so far.
---
conf/ovirt-server.conf | 88 --------------------
installer/bin/ovirt-installer | 11 +--
2009 Jul 16
2
[PATCH server] updated anyterm/ovirt integration
host static anyterm content locally,
url parameterize anyterm rows/cols/general param
update spec/makefile
Ideally I wanted and tried hard to put all this into a
seperate ovirt-server--anyterm subpackage, but we cannot
'reopen' the ovirt server virtual host defined in
ovirt-server.conf to add the neccessary rewrite rules. it would
be nice to figure out a way to do this
---
2009 Nov 26
2
[error] avahi_entry_group_add_service_strlst("AdminNodeFQDN") failed: Invalid host name
Hi,
After doing a clean install of ovirt in a Fedora 11 VM, I am unable to
get anything working in the web interface. All I get is an error 500.
After reviewing the logs I see the following error in
/var/log/http/error.log
[Thu Nov 26 11:29:11 2009] [notice] Apache/2.2.13 (Unix) DAV/2
mod_auth_kerb/5.4 mod_nss/2.2.11 NSS/3.12.2.0 mod_python/3.3.1
Python/2.6 configured -- resuming normal
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 Aug 03
0
[PATCH node] changed fickle anyterm sysconfig changes to something more rebust
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..1c7b0c4 100644
--- a/scripts/ovirt-functions
+++ b/scripts/ovirt-functions
@@ -213,11
2010 Aug 26
1
[PATCH] Adding the ability to select a Host to start a VM
Signed-off-by: Simon COURTOIS <scourtois at linagora.com>
---
src/app/controllers/vm_controller.rb | 5 ++
src/app/models/vm_task.rb | 4 +-
src/app/views/vm/start.rhtml | 77 ++++++++++++++++++++++++++++++++++
src/task-omatic/taskomatic.rb | 7 +++-
4 files changed, 91 insertions(+), 2 deletions(-)
create mode 100644 src/app/views/vm/start.rhtml
diff
2010 Sep 01
1
[PATCH 1/3] Adding the VM Pool migration for vms
Signed-off-by: Simon COURTOIS <scourtois at linagora.com>
---
src/app/controllers/vm_controller.rb | 16 ++++++++++++++
src/app/views/vm/edit_vmpool.rhtml | 36 ++++++++++++++++++++++++++++++++
src/app/views/vm/show.rhtml | 3 ++
src/public/images/icon_vmpool_11px.png | Bin 0 -> 542 bytes
4 files changed, 55 insertions(+), 0 deletions(-)
create mode 100644
2010 Sep 02
1
[PATCH 1/1] Introduce an option to always pxe-boot a vm.
Previously, a pxe-booted vm would always boot to HD at next startup.
Signed-off-by: Nicolas Ochem <nicolas.ochem at alcatel-lucent.com>
---
src/app/controllers/vm_controller.rb | 1 +
src/app/models/vm.rb | 15 +++++++++++----
src/app/views/vm/_form.rhtml | 2 +-
src/task-omatic/taskomatic.rb | 13 +++++++++++--
4 files changed, 24 insertions(+), 7
2010 Aug 25
2
[PATCH] Virtio support
From: Simon Courtois <scourtois at linagora.com>
Signed-off-by: Simon Courtois <scourtois at linagora.com>
---
src/app/controllers/vm_controller.rb | 19 ++++++++++++++++-
src/app/views/vm/_form.rhtml | 25 ++++++++++++++++++++---
src/db/migrate/044_add_virtio_to_vm_and_nic.rb | 11 ++++++++++
src/public/stylesheets/components.css | 5
2010 Sep 21
1
[PATCH] Introduce ability to select any kind of nic model, not just default or virtio.
There was no release since virtio support was introduced, so a proper
migration is not necessary.
Signed-off-by: Nicolas Ochem <nicolas.ochem at gmail.com>
---
src/app/controllers/vm_controller.rb | 6 ++-
src/app/models/nic.rb | 2 +
src/app/views/vm/_form.rhtml | 25 +++++++++-------
src/db/migrate/046_add_model_to_nic.rb | 29 ++++++++++++++++++
2009 May 20
1
[PATCH server] don't add nil key to failures hash for PartialSuccessError handling.
In addition, removed unnecessary 'rescue' clauses and fixed a bug in a prior fix for this problem for the Permission and Network controllers.
Signed-off-by: Scott Seago <sseago at redhat.com>
---
src/app/controllers/application.rb | 2 +-
src/app/controllers/network_controller.rb | 2 +-
src/app/controllers/permission_controller.rb | 6 ++----
2009 Jul 30
1
[PATCH server] fixes to the multiple vm/nets component
- changes to the form/style cleaning it up greatly
- changes to the controller fixing allowing nics/
networks to actually be saved (credit to Michel
Loiseleur for helping with this)
- very small test and indentation fixes
---
src/app/controllers/vm_controller.rb | 41 +++-
src/app/views/vm/_form.rhtml | 365 ++++++++++++++---------------
2013 Aug 30
1
MultiNode Openstack deployement using Puppet Module
Hi All,
I want to deploy openstack mult node deployment on 2 physical node with 2
NIC on each of them. I have tried stackforge openstack module. It installed
properly but due to some reason i couldn''t launch VM instance.
Can anyone suggest the proper step by step guide to configure, setup and
test Image on Openstack?
Also it would be helpful if you provide Network configuration
2009 May 11
1
[PATCH server] Lower apache retry interval
This will cause apache to try reconnecting more often to the ovirt backend
so when it restarts, it's less noticeable to the user.
--- a/conf/ovirt-server.conf
+++ b/conf/ovirt-server.conf
@@ -21,7 +21,7 @@ NameVirtualHost AdminNetIpAddress:80
TransferLog /etc/httpd/logs/access_log
LogLevel warn
- ProxyPass /ovirt http://AdminNodeFQDN/ovirt
+ ProxyPass /ovirt
2010 Aug 25
0
[PATCH] Adding the VM Pool migration for vms
Signed-off-by: Simon COURTOIS <scourtois at linagora.com>
---
src/app/controllers/vm_controller.rb | 16 +++++++++++++
src/app/views/vm/edit_vmpool.rhtml | 39 ++++++++++++++++++++++++++++++++
src/app/views/vm/show.rhtml | 3 ++
src/public/images/icon_vmpool_11px.png | Bin 0 -> 542 bytes
4 files changed, 58 insertions(+), 0 deletions(-)
create mode 100644
2011 Jul 25
0
[PATCH node] Drop F15 build recipes
Due to a critical dracut bug, and a strong dev focus on F16, we're
dropping all F15 recipes.
Signed-off-by: Mike Burns <mburns at redhat.com>
---
recipe/ovirt15-install.ks | 1 -
recipe/ovirt15-minimizer.ks | 1 -
recipe/ovirt15-pkgs.ks | 2 -
recipe/ovirt15-post.ks | 145 ------------------------------------------
recipe/ovirt16-install.ks | 2 +-
2009 Nov 03
0
[PATCH server] suggest ip address for nics/bondings on edit host/vm network forms
Provides a mechanism to generate ip addresses for static networks
and prefill the 'ip address' fields of the host and vm networking
forms w/ the first suggested ip.
---
src/app/controllers/vm_controller.rb | 2 +-
src/app/models/ip_address.rb | 52 +++++++++++++++++++++++++++++++++
src/app/models/network.rb | 11 +++++++
src/app/models/physical_network.rb |
2009 May 15
0
[PATCH server] final cleanup for service layer refactoring.
I've pulled out the no-longer-necessary remnants of the old way of handling auth and before_filters as well as fixing a couple bugs that had crept in along the way.
Unit test fixes for the refactoring will follow in a subsequent patch.
Signed-off-by: Scott Seago <sseago at redhat.com>
---
src/app/controllers/application.rb | 46 ----------------
2009 Jul 13
0
[PATCH server] remove vm forward vnc and vm host history
since the introduction of ovirt-vnc-proxy and the updating
of ovirt-viewer to user it the forward vnc functionality is
no longer necessary / and incompatable w/ the current system.
---
src/app/controllers/vm_controller.rb | 2 -
src/app/models/host.rb | 9 -
src/app/models/vm.rb | 36 ----