Displaying 20 results from an estimated 6000 matches similar to: "How to test Ovirt"
2011 Feb 08
0
Ovirt node-imge build error Bad exit status from /var/tmp/rpm-tmp.9bshdl (%build)
Hi
Ovirt node image build problem?
Node image build my system OS Fedora core 14.
I am have a question about installation process of oVirt project.
Install DOC : https://fedorahosted.org/ovirt/wiki/Build
But node-image build error?
[root at Ovirt-T node]# ./autogen.sh
I am going to run ./configure with no arguments - if you wish
to pass any to it, please specify them on the
2011 Jun 15
2
oVirt updates
Hi everyone,
It's been awhile since there have been any updates to the oVirt project
but that's going to be changing shortly. We've re-launched the
http://ovirt.org site and made a number of updates to the wiki.
Additional updates will be coming over the coming days and weeks.
As for the projects themselves, we're changing the focus a little for
the overall oVirt project.
2011 Jul 25
1
ovirt (git) build removes ovirtnode.password
Hi There,
I may be doing something wrong. I built ovirt-node-image from git using
instructions at https://fedorahosted.org/ovirt/wiki/Build (note: the -b
next should be removed from the wiki)
Anyway, moving on. I successfully created an ovirt-node-image.iso, but
when I boot off it, the first boot fails with ovirtnode.password being
missing. I can see in recipe/ovirt-node-image.ks that
2010 Jul 02
2
Build fails due to missing ovirt-node-recipe.ks
Hi,
I'm having some problems building ovirt. The build fails during the
final ovirt build stage in the instructions. The failure is because it
can't find "/usr/share/ovirt-node-tools/ovirt-node-recipe.ks". I've
checked and sure enough it's not there. Has anyone else come across
this problem?
Building on FC13 using the instructions found here:
2011 Jan 28
1
help.... Ovirt node-imge build error
Hi
Ovirt node image build problem?
Node image build my system OS Fedora core 14.
I am have a question about installation process of oVirt project.
Install DOC : https://fedorahosted.org/ovirt/wiki/Build
But node-image build error?
[root at Ovirt-T node]# ./autobuild.sh
Running oVirt Node Autobuild
test -f Makefile && make -k distclean || :
2009 Nov 10
2
[RFC][PATCH] ovirt-node-image : edit-livecd : fail on error in arbitrary code
Purpose : fail iso build on encountering error in arbitrary code '$CODE'
1. export 'WDIR' , for 'CODE' to pick-up location to create 'fail'
file to indicate failure, note that it may not always be possible to
return some error code on failure in 'CODE'
2. 'set' commands enclosing 'CODE' will not be required
3. 'CODE' is
2009 Apr 22
1
[PATCH server] cleanup cobbler and put all cobbler traffic on the admin network
This set the cobbler modules dns/dhcp to dnsmasq, removes a duplicate ip replacement in /etc/cobbler/settings, and sets the ip address to the admin network instead of the guest networkwhere it should've been in the first place.
---
installer/modules/ovirt/files/modules.conf | 4 ++--
installer/modules/ovirt/manifests/cobbler.pp | 16 ++++------------
2 files changed, 6 insertions(+),
2009 Oct 14
1
ovirt web interface 500 Internal Server error
Hello,
I built ovirt this morning and ovirt web interface does not work anymore.
I am able to login but only dashboard and networks are visible...
no default hardware pool is visible.
On /var/log/httpd/error.log I read:
/usr/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/connection_adapters/abstract_adapter.rb:212:in `log': PGError: ERROR: relation "pools" does not
2010 Feb 09
0
Updated ovirt-build and ovirt-release RPMs...
I've built and uploaded new versions of $SUBJECT rpms to the ovirt.org
yum repo. If you don't already have them installed, please grab them and
install them to on your development environment.
The main change is that the build Makefile now point so the git repos
on fedorahosted.org rather than the old, unmaintained ones on
et.redhat.com.
--
Darryl L. Pierce, Sr. Software Engineer @ Red
2011 Jul 30
3
oVirt Node Fedora Feature Status
https://fedoraproject.org/wiki/Ovirt_Node_Spin
I noticed that virt-manager-tui is in rawhide finally, but the package
name implies that it's not going to be in f16?
virt-manager-tui.noarch 0.9.0-4.fc17 rawhide
Cole, is this intentional or just smth that we need to follow up on?
Also, I've noticed that ovirt-node needs refreshing... iirc apevec did
tag/release of 2.0.1 from
2010 Aug 16
1
where is ruby on rail Ovirt server code?
Hi, Ovirt,
I was trying to download and see Ovirt ruby and rail server code, but I
see all python code under ovirtserver folder. Where can I see Ovirt
management server's web ui codes?
2011 Aug 01
0
Condor Cloud + oVirt Node
I've discussed this a little with Ian off list, but relating to:
https://fedoraproject.org/wiki/Features/Condor_Cloud
Condor Cloud aims at setting up a bunch of Fedora nodes to act as a
mini-cloud managed via the Condor grid infrastructure. So the natural
question was... Why not use oVirt Node for this rather than a full
Fedora OS install?
Pulling condor-cloud and condor RPMs into the core
2011 Feb 08
1
Ovirt node-imge build error Failed build dependencies......
Hi
Ovirt node image build problem?
Node image build my system OS Fedora core 14.
I am have a question about installation process of oVirt project.
Install DOC : https://fedorahosted.org/ovirt/wiki/Build
But node-image build error?
[root at Ovirt-T node]# make publish
{ test ! -d "ovirt-node-1.9.3" || { find "ovirt-node-1.9.3" -type d ! -perm
-200 -exec chmod u+w
2010 Nov 12
3
Updating oVirt Server to the latest Matahari 0.4.0 schema
Hi all,
I looked at patching oVirt Server to work with the latest Matahari schema, from Matahari's 'next' branch, version 0.4.0.
ovirt-server depends on matahari version 0.0.5, which is currently latest in Fedora, and it is used during Node registration, to enumerate hardware information.
Usage extracted from src/host-browser/host-register.rb is as follows:
host_list =
2009 Jul 08
1
[PATCH: ovirt-identify-node replacement 0/4] ovirt node patch to replace ovirt-identify-node with matahari qmf agent
The purpose of this patch is to add support for the matahari qmf agent
package (http://git.et.redhat.com/?p=matahari.git;a=summary) to the node.
The following actions are taken:
1. Deprecate ovirt-identify-node and ovirt-listen-awake by removing
them from the autotools scripts, the rpm spec and the node startup scripts.
2. Remove ovirt-listen-awake and ovirt-identify-node completely.
3. Add
2010 Mar 11
1
[PATCH] Changes the order of ovirt-early and ovirt-awake.
Now the execution order for the ovirt sysvinit scripts is:
ovirt-early -> ovirt-awake -> ovirt -> ovirt-post
Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
scripts/ovirt | 2 +-
scripts/ovirt-awake | 1 +
scripts/ovirt-early | 1 -
3 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/ovirt b/scripts/ovirt
index 752564a..d2e338d 100755
2010 Jul 21
1
[PATCH] Add support for tagged VLAN
VLAN are supported with this patch from Patrick Guiran <pguiran at linagora.com>
Setup instructions coming soon (https://fedorahosted.org/ovirt/wiki/VLANSetup)
Signed-off-by: Arthur Clement <aclement at linagora.com>
---
src/lib/managed_node_configuration.rb | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
diff --git
2017 Aug 13
2
ovirt-engine package for oVirt 4.1.x in CentOS offical mirrors disappears?
Hi all,
I am trying to install oVirt 4.1.x from centos repos but it seems
ovirt-engine doesn't exists. But instead, ovirt-hosted-engine-setup
exists?
Is ovirt-engine package removed? In the official oVirt repos, exists.
Thanks.
2017 Aug 13
3
ovirt-engine package for oVirt 4.1.x
Hi all,
I am trying to install oVirt 4.1.x from centos repos but it seems
ovirt-engine doesn't exists. But instead, ovirt-hosted-engine-setup
exists?
Is ovirt-engine package removed? In official oVirt repos, exists.
Thanks.
2020 Jul 19
3
Re: [ovirt-devel] [ARM64] Possiblity to support oVirt on ARM64
On Sun, Jul 19, 2020 at 5:04 PM Zhenyu Zheng <zhengzhenyulixi@gmail.com> wrote:
>
> Hi oVirt,
>
> We are currently trying to make oVirt work on ARM64 platform, since I'm quite new to oVirt community, I'm wondering what is the current status about ARM64 support in the oVirt upstream, as I saw the oVirt Wikipedia page mentioned there is an ongoing efforts to support ARM