Check-Merged Fails for ovirt-provider-ovn
by Anton Marchukov
Hello.
I note that check-merged for ovirt-provider-ovn [1] fails on the following:
> assert len(networks) == 1
E AssertionError: assert 2 == 1
E + where 2 = len([{'id': 'e0e73fc4-88e1-41e4-91c9-c9519c02f319', 'mtu': 1442, 'name': 'net1', 'port_security_enabled': False, ...}, {'id': '34d40d1f-b2e3-4eb9-9202-6d311162ea5a', 'mtu': 1442, 'name': 'ls0', 'port_security_enabled': False, ...}])
test_provider_api.py:72: AssertionError
seems like the unit tests are failing. This is not OST failure itself, but it happens right before that on the build stage and hence this project fails in the Change Queue, so we need to check it.
[1] https://jenkins.ovirt.org/job/ovirt-provider-ovn_standard-on-merge/263/
Anton.
--
Anton Marchukov
Associate Manager - RHV DevOps - Red Hat
5 years, 6 months
ovirt-vdsmfake
by Sandro Bonazzola
Hi,
on master we have ovirt-vdsmfake package.
Is there any reason for branching it and/or add it to 4.3 pipeline?
--
SANDRO BONAZZOLA
MANAGER, SOFTWARE ENGINEERING, EMEA R&D RHV
Red Hat EMEA <https://www.redhat.com/>
sbonazzo(a)redhat.com
<https://red.ht/sig>
5 years, 6 months
oVirt Orb 4.3.2 build failure importing image
by Sandro Bonazzola
Hi,
I was trying to build oVirt Orb with 4.3.2 GA content and it failed with:
2019-03-20 13:53:13,210::utils.py::_ret_via_queue::62::lago.utils::DEBUG::Error
while running thread Thread-11
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/lago/utils.py", line 57, in
_ret_via_queue
queue.put({'return': func()})
File "/home/jenkins/workspace/ovirt-demo-tool_4.3_check-patch-el7-x86_64/ovirt-demo-tool/deploy/sdk_scripts/deploy/002_bootstrap.py",
line 875, in import_non_template_from_glance
generic_import_from_glance(prefix)
File "/home/jenkins/workspace/ovirt-demo-tool_4.3_check-patch-el7-x86_64/ovirt-demo-tool/deploy/sdk_scripts/deploy/002_bootstrap.py",
line 711, in generic_import_from_glance
target_image.import_image(import_action)
AttributeError: 'NoneType' object has no attribute 'import_image'
Lago log is here:
https://jenkins.ovirt.org/job/ovirt-demo-tool_4.3_check-patch-el7-x86_64/...
If I understood it correctly, it's importing an image from glance to export
domain, but if I remember correctly, export domains are deprecated in 4.3
so no reason to do this here.
Any insight?
--
SANDRO BONAZZOLA
MANAGER, SOFTWARE ENGINEERING, EMEA R&D RHV
Red Hat EMEA <https://www.redhat.com/>
sbonazzo(a)redhat.com
<https://red.ht/sig>
5 years, 6 months
Re: Cannot add fedora 28 host to oVirt
by Eyal Shenitzky
Added devel
On Wed, Mar 20, 2019 at 9:05 AM Yedidyah Bar David <didi(a)redhat.com> wrote:
> On Tue, Mar 19, 2019 at 3:49 PM Eyal Shenitzky <eshenitz(a)redhat.com>
> wrote:
> >
> > Hi,
> >
> > I tried to add Fedora 28 host to ovirt and failed due to missing
> ovirt-host-deploy:
> >
> > 2019-03-19 14:27:34,795+02 ERROR
> [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
> (VdsDeploy) [1ce188c7] EVENT_ID: VDS_INSTALL_IN_PROGRESS_ERROR(511), An
> error has occurred during installation of Host 10.35.1.234: Internal
> error: No module named ovirt_host_deploy.
> > 2019-03-19 14:27:34,823+02 ERROR
> [org.ovirt.engine.core.uutils.ssh.SSHDialog]
> (EE-ManagedThreadFactory-engine-Thread-2355) [1ce188c7] SSH error running
> command root(a)10.35.1.234:'umask 0077; MYTMP="$(TMPDIR="${OVIRT_TMPDIR}"
> mktemp -d -t ovirt-XXXXXXXXXX)"; trap "chmod -R u+rwX \"${MYTMP}\" >
> /dev/null 2>&1; rm -fr \"${MYTMP}\" > /dev/null 2>&1" 0; tar
> --warning=no-timestamp -C "${MYTMP}" -x && "${MYTMP}"/ovirt-host-deploy
> DIALOG/dialect=str:machine DIALOG/customization=bool:True': IOException:
> Command returned failure code 2 during SSH session 'root(a)10.35.1.234'
> > 2019-03-19 14:27:34,824+02 ERROR
> [org.ovirt.engine.core.bll.hostdeploy.VdsDeployBase] (VdsDeploy) [1ce188c7]
> Error during deploy dialog
> > 2019-03-19 14:27:34,838+02 ERROR
> [org.ovirt.engine.core.bll.hostdeploy.VdsDeployBase]
> (EE-ManagedThreadFactory-engine-Thread-2355) [1ce188c7] Error during host
> 10.35.1.234 install
> >
> > When I tried to install ovirt-host-deploy on the Fedora 28 machine I
> failed because otopi was missing.
> >
> > Do we have a known issue for Fedora 28 host?
>
> Nothing that I can currently recall, although it's been some time since I
> tried.
>
> The missing ovirt_host_deploy/otopi are not something you should
> install on the host. They are included in the bundle.
>
> Where is the engine (OS)? Is it current master? dev-env or RPM? Which
> otopi/ovirt-host-deploy you have there? Current master, both?
>
The engine is also on Fedora 28, this is the current master (dev-env)
host-deploy:
python2-ovirt-host-deploy-1.8.0-0.0.master.20181016080559.gitff6ea7d.fc28.noarch
ovirt-host-deploy
-common-1.8.0-0.0.master.20181016080559.gitff6ea7d.fc28.noarch
otopi:
python2-otopi-1.8.0-0.0.master.20181017100341.git487c83a.fc28.noarch
python3-otopi-1.8.0-0.0.master.20181017100341.git487c83a.fc28.noarch
otopi-common-1.8.0-0.0.master.20181017100341.git487c83a.fc28.noarch
>
> Please check/share content of the bundle. After you try 'Add host', it
> should be in
> /var/cache/ovirt-engine/ovirt-host-deploy.tar/var/cache/ovirt-engine/ovirt-host-deploy.tar
> . It's
> auto-generated, so you can remove it and try again.
>
What should I look for there?
> Also, IMO you can open such threads on devel(a)ovirt.org.il.
>
> Best regards,
> --
> Didi
>
--
Regards,
Eyal Shenitzky
5 years, 6 months
dwh failing on master, perhaps because engine is 4.4
by Yedidyah Bar David
Hi all,
https://jenkins.ovirt.org/view/oVirt%20system%20tests/job/ovirt-system-te...
fails with:
...
lambda: engine.service('ovirt-engine-dwhd').alive()
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line
282, in assert_true_within_short
assert_equals_within_short(func, True, allowed_exceptions)
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line
266, in assert_equals_within_short
func, value, SHORT_TIMEOUT, allowed_exceptions=allowed_exceptions
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line
252, in assert_equals_within
'%s != %s after %s seconds' % (res, value, timeout)
'False != True after 180 seconds
dwhd log has:
2019-03-20 03:07:06|5iRyfJ|KapTFh|KapTFh|OVIRT_ENGINE_DWH|MinimalVersionCheck|Default|5|tDie|tDie_1|2019-03-20
03:07:06|You have upgraded your oVirt Engine and now require an
upgrade of the ovirt-engine-dwh package. Please run engine-setup to
upgrade the version. Service will now exit.|4
I assume that this is because the engine is now 4.4 and dwh master is
still 4.3. I see that dwh already branched 4.3, should we bump master
to 4.4?
Thanks and best regards,
--
Didi
5 years, 6 months
Re: OST failures (Update to use gluster 5)
by Sahina Bose
On Wed, Mar 20, 2019 at 12:31 AM Greg Sheremeta <gshereme(a)redhat.com> wrote:
> Hey,
>
> Is someone looking at all the OST failures?
> he, hc, and network are all failing with the 409 error. Started after the
> merge of
> "Update to use gluster 5"
> I'm not positive that's the problem, but seems likely.
>
>
Do you mean https://gerrit.ovirt.org/#/c/98470/ ? this should have affected
only the hc-master suite
Both hc and he suites are failing with this error..this is probably not
related to gluster, as he suite does not use gluster. Adding Simone and
devel ml for insights
"tar: ebaaaefb-5d8c-4059-a59e-b81cdb09e001.ovf: Not found in
archive\ntar: Exiting with failure status due to previous errors\n20+0
records in\n20+0 records out\n10240 bytes (10 kB) copied, 0.00144612
s, 7.1 MB/s",
"stderr_lines": ["tar: ebaaaefb-5d8c-4059-a59e-b81cdb09e001.ovf: Not
found in archive"
> Best wishes,
> Greg
>
> --
>
> GREG SHEREMETA
>
> SENIOR SOFTWARE ENGINEER - TEAM LEAD - RHV UX
>
> Red Hat NA
>
> <https://www.redhat.com/>
>
> gshereme(a)redhat.com IRC: gshereme
> <https://red.ht/sig>
>
5 years, 6 months
oVirt Engine 4.3 has been branched
by Tal Nisan
Which means that if you want your content in Engine 4.3.3 and onwards you
should backport to the ovirt-engine-4.3 branch, master now basically serves
as the future branch (4.4)
5 years, 7 months