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>
4 years
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>
4 years
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
4 years
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
4 years
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>
>
4 years
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)
4 years
oci: command line tool for oVirt CI
by Nir Soffer
I want to share a nice little tool that can make your life easier.
https://github.com/nirs/oci
With this PR:
https://github.com/nirs/oci/pull/1
You will be able to do this:
$ python system-tests.py 98535
2019-03-15 21:17:04,579 INFO [system-tests] [ 1/8 ] Getting build info
for change 98535
2019-03-15 21:17:05,295 INFO [system-tests] [ 2/8 ] Starting
build-artifacts job for {'url': u'git://gerrit.ovirt.org/vdsm', 'ref':
u'refs/changes/35/98535/3'}
2019-03-15 21:17:06,134 INFO [system-tests] [ 3/8 ] Waiting for queue
item https://jenkins.ovirt.org/queue/item/382806/
2019-03-15 21:17:07,960 INFO [system-tests] [ 4/8 ] Waiting for job
http://jenkins.ovirt.org/job/standard-manual-runner/89/
2019-03-15 21:26:21,381 INFO [system-tests] [ 5/8 ] Starting oVirt
system tests basic suite with custom repos
http://jenkins.ovirt.org/job/standard-manual-runner/89/
2019-03-15 21:26:22,242 INFO [system-tests] [ 6/8 ] Waiting for queue
item https://jenkins.ovirt.org/queue/item/382817/
2019-03-15 21:30:43,558 INFO [system-tests] [ 7/8 ] Waiting for job
http://jenkins.ovirt.org/job/ovirt-system-tests_manual/4330/
2019-03-15 22:10:52,891 INFO [system-tests] [ 8/8 ] System tests
completed with SUCCESS
Yes, one command from your favorite shell. It takes about 53 minutes, but
on Fedora you get
notifications when commands finish.
No need to to add "ci please build" comment, wait until the job is
complete, copy the job url, open OST page,
wait (jenkins is slow), paste the build artifacts url, start the job, wait,
wait more, check if OST is done, (not yet),
wait more..., OST finished, check the logs, did you paste the wrong url?
The tool is not finished yet. If you like to contribute to this fun little
project please check
the issues:
https://github.com/nirs/oci/issues
Most of the issues are easy. Some harder like:
- https://github.com/nirs/oci/issues/11
- https://github.com/nirs/oci/issues/12
Feel free to open new issues if you have an idea for this tool.
Nir
4 years