search for: anyterm

Displaying 20 results from an estimated 21 matches for "anyterm".

2009 May 21
2
[PATCH server] Fix anyterm for multinode support
Changed relative pathing issue for anyterm.js to work properly Changed /proxy/anyterm-module so it gets piped through vmnodes:$1 instead of through vmnodes:anyterm --- conf/ovirt-server.conf | 6 ++++-- src/app/controllers/vm_controller.rb | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/conf/ovir...
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...
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 necces...
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 +213,10 @@ ovirt_setup_libvirt...
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 +213,10 @@ ovirt_setup_libvirt...
2009 Sep 17
1
[PATCH server] oVirt server single network installer
...a - NSSProtocol SSLv3,TLSv1 - NSSNickname Server-Cert - NSSCertificateDatabase /etc/httpd/alias - - ErrorLog /etc/httpd/logs/error_log - TransferLog /etc/httpd/logs/access_log - LogLevel warn - - RewriteEngine On - RewriteMap vmnodes prg:/usr/bin/ovirt-vm2node - RewriteRule ^/terminal/(.+)/anyterm-module$ http://${vmnodes:$1}:81/anyterm-module [P] - RewriteRule ^/terminal/(.+)/(.*\.(html|js|css|gif))*$ http://127.0.0.1/terminal/$2 [P,NE] - - ProxyPass /ovirt http://AdminNodeFQDN/ovirt retry=3 - ProxyPassReverse /ovirt http://AdminNodeFQDN/ovirt -</VirtualHost> - -<VirtualHost Adm...
2011 Jul 25
0
[PATCH node] Drop F15 build recipes
...rt16-post.ks diff --git a/recipe/ovirt15-install.ks b/recipe/ovirt15-install.ks deleted file mode 100644 index 2265550..0000000 --- a/recipe/ovirt15-install.ks +++ /dev/null @@ -1 +0,0 @@ -services --enabled=auditd,ntpd,ntpdate,iptables,network,rsyslog,multipathd,snmpd,ovirt-early,ovirt,ovirt-post,anyterm,collectd,libvirt-qpid,matahari-host diff --git a/recipe/ovirt15-minimizer.ks b/recipe/ovirt15-minimizer.ks deleted file mode 100644 index 413c646..0000000 --- a/recipe/ovirt15-minimizer.ks +++ /dev/null @@ -1 +0,0 @@ -# Fedora specific image minimization diff --git a/recipe/ovirt15-pkgs.ks b/recipe...
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 Jun 09
0
Announcing oVirt 0.99
...e release of oVirt 0.99, a significant step forward in stability and feature set for oVirt project users. Some highlights from the change log: * Improved installer, oVirt Server will now install with an existing FreeIPA setup present rather than insisting on installing FreeIPA from scratch * Anyterm console support -- view a VM's serial console from the oVirt UI * Lots of UI cleanup, bug fixes, flex chart improvements, back end stability improvements * QMF API proof of concept Please download and install the latest release following the instructions at http://ovirt.org/install-instr...
2009 Jul 28
1
[PATCH ovirt-node] Removed subpackages, stateful, stateless, logos, and selinux for inclusuion in Fedora
...- 1 files changed, 27 insertions(+), 122 deletions(-) diff --git a/ovirt-node.spec.in b/ovirt-node.spec.in index 3138011..b4e660d 100644 --- a/ovirt-node.spec.in +++ b/ovirt-node.spec.in @@ -43,76 +43,23 @@ Requires: nc Requires: grub Requires: /usr/sbin/crond Requires: anyterm -ExclusiveArch: %{ix86} x86_64 - -%define app_root %{_datadir}/%{name} - -%description -Provides a series of daemons and support utilities to allow an -oVirt Node to interact with the oVirt Server. -%package stateless -Summary: oVirt Node for running as embedded hypervisor -Group:...
2010 Oct 22
0
[PATCH node] First draft of replacing some of the ovirt-config-* scripts with python equivalents.
...('grep -qE "^mech_list: gssapi %s') % sasl_conf + if ret > 0: + os.system("sed -i -e \"s/^\([[:space:]]*mech_list.*\)/#\1/\" %s") % sasl_conf + os.system("echo \"mech_list: gssapi\" >> %s") % sasl_conf + +def ovirt_setup_anyterm(): + # configure anyterm + anyterm_conf = open("/etc/sysconfig/anyterm", "w") + anyterm_conf.write("ANYTERM_CMD=\"sudo /usr/bin/virsh console %p\"") + anyterm_conf.write("ANYTERM_LOCAL_ONLY=false") + anyterm_conf.close() + # permit it to...
2009 Oct 14
8
Refactor ovirt-node code base for inclusion in Fedora
Main reason for refactor is no ovirt-node-image binary image allowed in fedora. Moves tools and kickstart files form ovirt-node-image to subpackage ovirt-node-recipe. Removes old sub packages form ovirt-node, stateless, logos, selinux. Modifies init scripts to meet Fedora packaging guidelines: added status, reload, and lockfile, rhbz: 514221 Added License file.
2009 Oct 14
4
Refactor ovirt-node-image code base for inclusion in Fedora
Main reason for refactor is no ovirt-node-image binary image allowed in fedora. Removed ks files, now in ovirt-node-recipe, which is subpackage of ovirt-node. Removed tools, these are now in ovirt-node-recipe which is subpackage of ovirt-node.
2009 Sep 23
2
[PATCH node] Introduces the virtual network administration functions.
...ned." % self.get_selected_network())] + +def UndefineNetwork(): + screen = UndefineNetworkConfigScreen() + screen.start() diff --git a/ovirt-node.spec.in b/ovirt-node.spec.in index ee1942b..2a6b7b6 100644 --- a/ovirt-node.spec.in +++ b/ovirt-node.spec.in @@ -51,6 +51,7 @@ Requires: anyterm Requires: newt-python Requires: libuser-python Requires: dbus-python +Requires: python-IPy ExclusiveArch: %{ix86} x86_64 @@ -175,19 +176,32 @@ cd - %{__install} -p -m0644 nodeadmin/__init__.py %{buildroot}%{python_sitelib}/nodeadmin %{__install} -p -m0644 nodead...
2009 Jul 31
2
RFC: This patch is not being submitted for ACK...
...just looking for some feedback on the direction I'm going. The code won't get all the way to the define stage since I'm in the middle of retrofitting it to use virtinst instead of a home spun node definition.
2009 Aug 31
1
Fixed patch...
This version of the patch includes feedback from jboggs at redhat.com, including fixes to the BuildRequires and Requires in the spec file.
2009 Sep 11
1
Text-based node administration tool
This patch obsoletes any previous ones. This is an upstream candidate, so I'm looking for feedback so we can push this and start using it.
2009 Sep 14
1
Bugfixes...
This version fixes a few bugs found by jboggs. It also includes some logging facilities that need to be fleshed out more.
2009 Sep 16
1
Final push candidate for nodeadmin tool...
This patch is ready for pushing upstream.
2009 Sep 16
1
Replacement that includes utils.py
The previous patch was missing this file. Resending.