ovirt tests failing on missing libxml2-python
by Eyal Edri
2016-06-24 17:28:17,843 DEBUG [org.ovirt.otopi.dialog.MachineDialogParser]
(VdsDeploy) [796140d9] Got: ***L:ERROR Failed to execute stage 'Package
installation': [u'libxml2-python-2.9.1-6.el7_2.3.x86_64 requires libxml2 =
2.9.1-6.el7_2.3']
2016-06-24 17:28:17,844 DEBUG [org.ovirt.otopi.dialog.MachineDialogParser]
(VdsDeploy) [796140d9] nextEvent: Log ERROR Failed to execute stage
'Package installation': [u'libxml2-python-2.9.1-6.el7_2.3.x86_64 requires
libxml2 = 2.9.1-6.el7_2.3']
2016-06-24 17:28:17,860 ERROR
This is failing 3.6,4.0 and master tests, anyone knows on a recent
dependency change in vdsm or other host level pkg?
--
Eyal Edri
Associate Manager
RHEV DevOps
EMEA ENG Virtualization R&D
Red Hat Israel
phone: +972-9-7692018
irc: eedri (on #tlv #rhev-dev #rhev-integ)
8 years, 4 months
master won't compile
by Alexander Wels
Hi,
I just rebased master and now it won't compile user
portal with the following exception, looks like the for
ACTION_TYPE_FAILED_SETUP_NETWORKS_OR_REFRESH
_IN_PROGESS is missing in user portal:
[INFO] Generating method body for
coloredText()
8 years, 4 months
[ANN] oVirt 3.6 won't receive further updates
by Sandro Bonazzola
Hi,
due to the release of recent 4.0.0 major release of the oVirt project,
and upcoming release of its first maintenance release 4.0.1,
the last 3.6 release is 3.6.7 we released this week.
We recommend anyone hitting issued existing in 3.6
to upgrade to 4.0 to get the fixes since 3.6 won't receive further updates.
Thanks,
--
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com
8 years, 4 months
[ANN] oVirt 3.6.7 Final Release is now available
by Rafael Martins
The oVirt Project is pleased to announce today the general availability of
oVirt 3.6.7.
This latest community release includes new features and bug fixes for
- oVirt Engine
- oVirt Engine Appliance
- oVirt Hosted Enging HA
- oVirt Hosted Engine Setup
- oVirt Engine SDK
- oVirt Engine Java SDK
- MOM
- OTOPI
- VDSM
oVirt is an open-source, openly-governed enterprise virtualization
management application, developed by a global community. You can use the
oVirt management interface (oVirt Engine) to manage hardware nodes, storage
and network resources, and to deploy and monitor virtual machines running
in your data center.
If you are familiar with VMware products, oVirt is conceptually similar to
vSphere. oVirt serves as the bedrock for Red Hat's Enterprise
Virtualization product, and it is the "upstream" project where new features
are developed prior to their inclusion in Red Hat's supported product
offering.
Notes:
* A new oVirt Live ISO and a new oVirt Engine Appliance are available.
* Mirrors might need up to one day to synchronize.
Additional Resources:
* Read more about the oVirt 3.6.7 release highlights:
http://www.ovirt.org/release/3.6.7/
* Get more oVirt Project updates on Twitter: https://twitter.com/ovirt
* Check out the latest project news on the oVirt blog:
http://www.ovirt.org/blog/
--
Rafael Martins
8 years, 4 months
[VDSM] Test fails only under make check
by Adam Litke
I have written a new test [1] and when running 'make check' I get a
nasty ImportError (see below). When running the same test using
run_tests_local.sh directly it works fine. Any ideas what might be
going on?
[1] https://gerrit.ovirt.org/#/c/60060/1/tests/storage_hsm_test.py
======================================================================
ERROR: Failure: ImportError (No module named 'Queue')
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3.4/site-packages/nose/failure.py", line 39, in
runTest
raise self.exc_val.with_traceback(self.tb)
File "/usr/lib/python3.4/site-packages/nose/loader.py", line 418, in
loadTestsFromName
addr.filename, addr.module)
File "/usr/lib/python3.4/site-packages/nose/importer.py", line 47,
in importFromPath
return self.importFromDir(dir_path, fqname)
File "/usr/lib/python3.4/site-packages/nose/importer.py", line 94,
in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/usr/lib64/python3.4/imp.py", line 235, in load_module
return load_source(name, filename, file)
File "/usr/lib64/python3.4/imp.py", line 171, in load_source
module = methods.load()
File "<frozen importlib._bootstrap>", line 1220, in load
File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked
File "<frozen importlib._bootstrap>", line 1129, in _exec
File "<frozen importlib._bootstrap>", line 1471, in exec_module
File "<frozen importlib._bootstrap>", line 321, in
_call_with_frames_removed
File "/home/alitke/src/vdsm/tests/storage_hsm_test.py", line 26, in
<module>
from storagetestlib import fake_file_env
File "/home/alitke/src/vdsm/tests/storagetestlib.py", line 24, in
<module>
from storagefakelib import FakeLVM
File "/home/alitke/src/vdsm/tests/storagefakelib.py", line 32, in
<module>
from storage import lvm as real_lvm
File "/home/alitke/src/vdsm/vdsm/storage/lvm.py", line 41, in
<module>
from vdsm.storage import devicemapper
File "/home/alitke/src/vdsm/lib/vdsm/storage/devicemapper.py", line
30, in <module>
from vdsm.storage import misc
File "/home/alitke/src/vdsm/lib/vdsm/storage/misc.py", line 36, in
<module>
import Queue
ImportError: No module named 'Queue'
----------------------------------------------------------------------
--
Adam Litke
8 years, 4 months