[JIRA] (OVIRT-1920) Modify ci_env_client.py to be case and signs insensitive
by Daniel Belenky (oVirt JIRA)
This is a multi-part message in MIME format...
------------=_1520407593-14384-146
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
[ https://ovirt-jira.atlassian.net/browse/OVIRT-1920?page=com.atlassian.jir... ]
Daniel Belenky updated OVIRT-1920:
----------------------------------
Issue Type: Task (was: Bug)
> Modify ci_env_client.py to be case and signs insensitive
> --------------------------------------------------------
>
> Key: OVIRT-1920
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1920
> Project: oVirt - virtualization made easy
> Issue Type: Task
> Components: Standard CI (Pipelines), STDCI DSL
> Reporter: Daniel Belenky
> Assignee: infra
>
> In OVIRT-1892 we make stdci config be case and signs insensitive. It means that when we will write a runner (or modify mock_runner) to use the new config, ci_env_client will have to deal with a normalized structure (without cases nor signs as dots and dashes).
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100081)
------------=_1520407593-14384-146
Content-Type: text/html; charset="UTF-8"
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
<html><body>
<pre>[ https://ovirt-jira.atlassian.net/browse/OVIRT-1920?page=com.atlassian.jir... ]</pre>
<h3>Daniel Belenky updated OVIRT-1920:</h3>
<pre>Issue Type: Task (was: Bug)</pre>
<blockquote><h3>Modify ci_env_client.py to be case and signs insensitive</h3>
<pre> Key: OVIRT-1920
URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1920
Project: oVirt - virtualization made easy
Issue Type: Task
Components: Standard CI (Pipelines), STDCI DSL
Reporter: Daniel Belenky
Assignee: infra</pre>
<p>In OVIRT-1892 we make stdci config be case and signs insensitive. It means that when we will write a runner (or modify mock_runner) to use the new config, ci_env_client will have to deal with a normalized structure (without cases nor signs as dots and dashes).</p></blockquote>
<p>— This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100081)</p>
<img src="https://u4043402.ct.sendgrid.net/wf/open?upn=i5TMWGV99amJbNxJpSp2-2BJ33BS..." alt="" width="1" height="1" border="0" style="height:1px !important;width:1px !important;border-width:0 !important;margin-top:0 !important;margin-bottom:0 !important;margin-right:0 !important;margin-left:0 !important;padding-top:0 !important;padding-bottom:0 !important;padding-right:0 !important;padding-left:0 !important;"/>
</body></html>
------------=_1520407593-14384-146--
6 years, 8 months
[JIRA] (OVIRT-1920) Modify ci_env_client.py to be case and signs insensitive
by Daniel Belenky (oVirt JIRA)
Daniel Belenky created OVIRT-1920:
-------------------------------------
Summary: Modify ci_env_client.py to be case and signs insensitive
Key: OVIRT-1920
URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1920
Project: oVirt - virtualization made easy
Issue Type: Bug
Components: Standard CI (Pipelines), STDCI DSL
Reporter: Daniel Belenky
Assignee: infra
In OVIRT-1892 we make stdci config be case and signs insensitive. It means that when we will write a runner (or modify mock_runner) to use the new config, ci_env_client will have to deal with a normalized structure (without cases nor signs as dots and dashes).
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100081)
6 years, 8 months
[oVirt Jenkins] ovirt-system-tests_hc-basic-suite-master - Build # 211 - Failure!
by jenkins@jenkins.phx.ovirt.org
------=_Part_171_710260247.1520307928418
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
Project: http://jenkins.ovirt.org/job/ovirt-system-tests_hc-basic-suite-mas=
ter/=20
Build: http://jenkins.ovirt.org/job/ovirt-system-tests_hc-basic-suite-maste=
r/211/
Build Number: 211
Build Status: Failure
Triggered By: Started by timer
-------------------------------------
Changes Since Last Success:
-------------------------------------
Changes for Build #211
[Yaniv Kaul] Set custom emulated machine (rhel-7.4) for VM2
-----------------
Failed Tests:
-----------------
1 tests failed.
FAILED: 002_bootstrap.add_hosts
Error Message:
The response content type 'text/html; charset=3Diso-8859-1' isn't the expec=
ted XML
-------------------- >> begin captured logging << --------------------
ovirtlago.testlib: ERROR: * Unhandled exception in <function _host_is_u=
p_4 at 0x45ff230>
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 219, i=
n assert_equals_within
res =3D func()
File "/home/jenkins/workspace/ovirt-system-tests_hc-basic-suite-master/ov=
irt-system-tests/hc-basic-suite-master/test-scenarios/002_bootstrap.py", li=
ne 254, in _host_is_up_4
host_obj =3D host_service.get()
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/services.py", line 363=
46, in get
return self._internal_get(headers, query, wait)
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 211,=
in _internal_get
return future.wait() if wait else future
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 55, =
in wait
return self._code(response)
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 208,=
in callback
self._check_fault(response)
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 130,=
in _check_fault
body =3D self._internal_read_body(response)
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 316,=
in _internal_read_body
self._connection.check_xml_content_type(response)
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/__init__.py", line 849=
, in check_xml_content_type
response.headers
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/__init__.py", line 889=
, in _check_content_type
raise Error(msg)
Error: The response content type 'text/html; charset=3Diso-8859-1' isn't th=
e expected XML
--------------------- >> end captured logging << ---------------------
Stack Trace:
File "/usr/lib64/python2.7/unittest/case.py", line 369, in run
testMethod()
File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTes=
t
self.test(*self.arg)
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 129, i=
n wrapped_test
test()
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 59, in=
wrapper
return func(get_test_prefix(), *args, **kwargs)
File "/home/jenkins/workspace/ovirt-system-tests_hc-basic-suite-master/ov=
irt-system-tests/hc-basic-suite-master/test-scenarios/002_bootstrap.py", li=
ne 229, in add_hosts
add_hosts_4(prefix)
File "/home/jenkins/workspace/ovirt-system-tests_hc-basic-suite-master/ov=
irt-system-tests/hc-basic-suite-master/test-scenarios/002_bootstrap.py", li=
ne 273, in add_hosts_4
testlib.assert_true_within(_host_is_up_4, timeout=3D15*60)
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 263, i=
n assert_true_within
assert_equals_within(func, True, timeout, allowed_exceptions)
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 219, i=
n assert_equals_within
res =3D func()
File "/home/jenkins/workspace/ovirt-system-tests_hc-basic-suite-master/ov=
irt-system-tests/hc-basic-suite-master/test-scenarios/002_bootstrap.py", li=
ne 254, in _host_is_up_4
host_obj =3D host_service.get()
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/services.py", line 363=
46, in get
return self._internal_get(headers, query, wait)
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 211,=
in _internal_get
return future.wait() if wait else future
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 55, =
in wait
return self._code(response)
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 208,=
in callback
self._check_fault(response)
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 130,=
in _check_fault
body =3D self._internal_read_body(response)
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 316,=
in _internal_read_body
self._connection.check_xml_content_type(response)
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/__init__.py", line 849=
, in check_xml_content_type
response.headers
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/__init__.py", line 889=
, in _check_content_type
raise Error(msg)
'The response content type \'text/html; charset=3Diso-8859-1\' isn\'t the e=
xpected XML\n-------------------- >> begin captured logging << ------------=
--------\novirtlago.testlib: ERROR: * Unhandled exception in <function =
_host_is_up_4 at 0x45ff230>\nTraceback (most recent call last):\n File "/u=
sr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 219, in assert_e=
quals_within\n res =3D func()\n File "/home/jenkins/workspace/ovirt-sys=
tem-tests_hc-basic-suite-master/ovirt-system-tests/hc-basic-suite-master/te=
st-scenarios/002_bootstrap.py", line 254, in _host_is_up_4\n host_obj =
=3D host_service.get()\n File "/usr/lib64/python2.7/site-packages/ovirtsdk=
4/services.py", line 36346, in get\n return self._internal_get(headers, =
query, wait)\n File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.=
py", line 211, in _internal_get\n return future.wait() if wait else futu=
re\n File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line =
55, in wait\n return self._code(response)\n File "/usr/lib64/python2.7/=
site-packages/ovirtsdk4/service.py", line 208, in callback\n self._check=
_fault(response)\n File "/usr/lib64/python2.7/site-packages/ovirtsdk4/serv=
ice.py", line 130, in _check_fault\n body =3D self._internal_read_body(r=
esponse)\n File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py",=
line 316, in _internal_read_body\n self._connection.check_xml_content_t=
ype(response)\n File "/usr/lib64/python2.7/site-packages/ovirtsdk4/__init_=
_.py", line 849, in check_xml_content_type\n response.headers\n File "/=
usr/lib64/python2.7/site-packages/ovirtsdk4/__init__.py", line 889, in _che=
ck_content_type\n raise Error(msg)\nError: The response content type \'t=
ext/html; charset=3Diso-8859-1\' isn\'t the expected XML\n-----------------=
---- >> end captured logging << ---------------------'
------=_Part_171_710260247.1520307928418--
6 years, 8 months
planned Jenkins restart
by Evgheni Dereveanchin
Hi everyone,
I'll be performing a planned Jenkins restart within the next hour.
No new jobs will be scheduled during this maintenance period.
I will inform you once it is over.
Regards,
Evgheni Dereveanchin
6 years, 8 months
Fwd: Still Failing: oVirt/ovirt-engine#4888 (master - 1cc377f)
by Sandro Bonazzola
Hi,
not sure who's monitoring Travis failures and maintaining Travis jobs, but
looks like we have an error in the test suite
It's currently failing on:
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.ovirt.engine.core.dal.job.ExecutionMessageDirectorTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.234 sec
Running org.ovirt.engine.core.dal.dbbroker.DbConnectionUtilTest
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.936
sec <<< FAILURE!
org.ovirt.engine.core.dal.dbbroker.DbConnectionUtilTest Time elapsed:
936 sec <<< FAILURE!
java.lang.AssertionError: Unable to init tests
Looks pretty much similar to what happens in jenkins for fcraw builds,
tracked here: https://bugzilla.redhat.com/show_bug.cgi?id=1550033
---------- Forwarded message ----------
From: Travis CI <builds(a)travis-ci.org>
Date: 2018-03-06 7:53 GMT+01:00
Subject: Still Failing: oVirt/ovirt-engine#4888 (master - 1cc377f)
To: sbonazzo(a)redhat.com
*oVirt / ovirt-engine
<https://travis-ci.org/oVirt/ovirt-engine?utm_source=email&utm_medium=noti...>*
(master <https://github.com/oVirt/ovirt-engine/tree/master>)
Build #4888 is still failing.
<https://travis-ci.org/oVirt/ovirt-engine/builds/349675802?utm_source=emai...>
4 minutes and 38 seconds
*Yedidyah Bar David* 1cc377f
<https://github.com/oVirt/ovirt-engine/commit/1cc377fa30286733aeb68aa75a5b...>
Changeset
→
<https://github.com/oVirt/ovirt-engine/compare/6c9465241694...1cc377fa3028>
packaging: setup: postgres95: Refuse to upgrade if new data dir is not
empty
Change-Id: I9f69ceb2b8ea773d1bb883c3e81734a3c4c8af3c
Bug-Url: https://bugzilla.redhat.com/1546771
Signed-off-by: Yedidyah Bar David <didi(a)redhat.com>
*Want to know about upcoming build environment updates?*
Would you like to stay up-to-date with the upcoming Travis CI build
environment updates? We set up a mailing list for you! Sign up here
<http://eepurl.com/9OCsP>.
Documentation <https://docs.travis-ci.com> about Travis CI
Need help? Mail support <support(a)travis-ci.com>!
Choose who receives these build notification emails in your configuration
file <https://docs.travis-ci.com/user/notifications>.
*Would you like to test your private code?*
Travis CI for Private Projects
<https://travis-ci.com?utm_source=build_email_footer&utm_campaign=travis-c...>
could be your new best friend!
--
SANDRO BONAZZOLA
ASSOCIATE MANAGER, SOFTWARE ENGINEERING, EMEA ENG VIRTUALIZATION R&D
Red Hat EMEA <https://www.redhat.com/>
<https://red.ht/sig>
TRIED. TESTED. TRUSTED. <https://redhat.com/trusted>
6 years, 8 months
[JIRA] (OVIRT-1918) Single project tests in change-queue-tester
by Dafna Ron (oVirt JIRA)
This is a multi-part message in MIME format...
------------=_1520344092-23374-193
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
[ https://ovirt-jira.atlassian.net/browse/OVIRT-1918?page=com.atlassian.jir... ]
Dafna Ron commented on OVIRT-1918:
----------------------------------
we monitor and report an issue once its identified.
we do not however, report every failed change which has failed because of the original root cause.
I do try to go and either re-trigger or re-merge changes if they failed cq once the root cause is fixed but if an issue lasts for a day or two it would be difficult to make sure we do not miss anything.
maybe we need to add a warning message after an issue is fixed which lists all changes that need to be re-triggered or re-merged?
> Single project tests in change-queue-tester
> -------------------------------------------
>
> Key: OVIRT-1918
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1918
> Project: oVirt - virtualization made easy
> Issue Type: By-EMAIL
> Reporter: sbonazzo
> Assignee: infra
>
> Please change change-queue-tester jobs for testing a single project at a
> time (ok for multiple patches at once, but from the same project).
> Right now if multiple patches are merged between a change-queue-tester
> execution and the next one are done, all of them will be tested in the next
> run, even if the changes are in different projects.
> So, supposing project A and B are completely fine, a failure in project C
> can still prevent changes in A and B to go ahead through the pipeline and
> get released.
> This cause major headaches at least to me, requiring me to go again over
> all the HEAD of the projects not being published and run yet again "ci
> re-merge please" again and again and again until I'm lucky enough to have
> nobody else merging patches or having all the ttested patches pass at once.
> I understand the need to reduce the amount of executions of the job since
> it takes an hour to execute but right now it's stealing days of execution
> for getting a patch landing on tested repo.
> --
> SANDRO BONAZZOLA
> ASSOCIATE MANAGER, SOFTWARE ENGINEERING, EMEA ENG VIRTUALIZATION R&D
> Red Hat EMEA <https://www.redhat.com/>
> <https://red.ht/sig>
> TRIED. TESTED. TRUSTED. <https://redhat.com/trusted>
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100081)
------------=_1520344092-23374-193
Content-Type: text/html; charset="UTF-8"
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
<html><body>
<pre>[ https://ovirt-jira.atlassian.net/browse/OVIRT-1918?page=com.atlassian.jir... ]</pre>
<h3>Dafna Ron commented on OVIRT-1918:</h3>
<p>we monitor and report an issue once its identified. we do not however, report every failed change which has failed because of the original root cause.</p>
<p>I do try to go and either re-trigger or re-merge changes if they failed cq once the root cause is fixed but if an issue lasts for a day or two it would be difficult to make sure we do not miss anything.</p>
<p>maybe we need to add a warning message after an issue is fixed which lists all changes that need to be re-triggered or re-merged?</p>
<blockquote><h3>Single project tests in change-queue-tester</h3>
<pre> Key: OVIRT-1918
URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1918
Project: oVirt - virtualization made easy
Issue Type: By-EMAIL
Reporter: sbonazzo
Assignee: infra</pre>
<p>Please change change-queue-tester jobs for testing a single project at a time (ok for multiple patches at once, but from the same project). Right now if multiple patches are merged between a change-queue-tester execution and the next one are done, all of them will be tested in the next run, even if the changes are in different projects. So, supposing project A and B are completely fine, a failure in project C can still prevent changes in A and B to go ahead through the pipeline and get released. This cause major headaches at least to me, requiring me to go again over all the HEAD of the projects not being published and run yet again “ci re-merge please” again and again and again until I'm lucky enough to have nobody else merging patches or having all the ttested patches pass at once. I understand the need to reduce the amount of executions of the job since it takes an hour to execute but right now it's stealing days of execution for getting a patch landing on tested repo. — SANDRO BONAZZOLA ASSOCIATE MANAGER, SOFTWARE ENGINEERING, EMEA ENG VIRTUALIZATION R&D Red Hat EMEA <<a href="https://www.redhat.com/">https://www.redhat.com/</a>> <<a href="https://red.ht/sig">https://red.ht/sig</a>> TRIED. TESTED. TRUSTED. <<a href="https://redhat.com/trusted">https://redhat.com/trusted</a>></p></blockquote>
<p>— This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100081)</p>
<img src="https://u4043402.ct.sendgrid.net/wf/open?upn=i5TMWGV99amJbNxJpSp2-2BJ33BS..." alt="" width="1" height="1" border="0" style="height:1px !important;width:1px !important;border-width:0 !important;margin-top:0 !important;margin-bottom:0 !important;margin-right:0 !important;margin-left:0 !important;padding-top:0 !important;padding-bottom:0 !important;padding-right:0 !important;padding-left:0 !important;"/>
</body></html>
------------=_1520344092-23374-193--
6 years, 8 months
[JIRA] (OVIRT-1861) Re: [ovirt-users] [ANN] oVirt 4.1.9 Release is now available
by eyal edri (oVirt JIRA)
This is a multi-part message in MIME format...
------------=_1520343278-10207-157
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
[ https://ovirt-jira.atlassian.net/browse/OVIRT-1861?page=3Dcom.atlass=
ian.jira.plugin.system.issuetabpanels:all-tabpanel ]
eyal edri reassigned OVIRT-1861:
--------------------------------
Assignee: Marc Dequ=C3=A8nes (Duck) (was: infra)
> Re: [ovirt-users] [ANN] oVirt 4.1.9 Release is now available
> ------------------------------------------------------------
>
> Key: OVIRT-1861
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1861
> Project: oVirt - virtualization made easy
> Issue Type: Bug
> Components: wiki (MediaWiki)
> Reporter: sbonazzo
> Assignee: Marc Dequ=C3=A8nes (Duck)
>
> 2018-01-24 13:47 GMT+01:00 Arman Khalatyan <arm2arm(a)gmail.com>:
> > Thanks for the announcement.
> > A little comment: could you please fix the line yum install
> > <http://resources.ovirt.org/pub/yum-repo/ovirt-release41.rpm
> > <http://resources.ovirt.org/pub/yum-repo/ovirt-release41.rpm%3E>
> > There is an extra '<' symbol there since 4.0.x :=3D)
> >
> >
> Thanks for the feedback, I opened
> https://github.com/oVirt/ovirt-site/issues/1503 to track this.
> Opening a ticket on infra as well for further investigations.
> >
> > On Wed, Jan 24, 2018 at 12:00 PM, Lev Veyde <lveyde(a)redhat.com> wrote:
> >
> >> The oVirt Project is pleased to announce the availability of the oVirt
> >> 4.1.9 release, as of January 24th, 2017
> >>
> >> This update is the ninth in a series of stabilization updates to the 4=
.1
> >> series.
> >>
> >> Please note that no further updates will be issued for the 4.1 series.
> >> We encourage users to upgrade to 4.2 series to receive new features and
> >> updates.
> >>
> >> This release is available now for:
> >> * Red Hat Enterprise Linux 7.4 or later
> >> * CentOS Linux (or similar) 7.4 or later
> >>
> >> This release supports Hypervisor Hosts running:
> >> * Red Hat Enterprise Linux 7.4 or later
> >> * CentOS Linux (or similar) 7.4 or later
> >> * oVirt Node 4.1
> >>
> >> See the release notes [1] for installation / upgrade instructions and
> >> a list of new features and bugs fixed.
> >>
> >> Notes:
> >> - oVirt Appliance is already available
> >> - oVirt Live is already available [2]
> >> - oVirt Node will be available soon [2]
> >>
> >> Additional Resources:
> >> * Read more about the oVirt 4.1.9 release highlights:http://www.ovirt.=
or
> >> g/release/4.1.9/
> >> * 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/
> >>
> >> [1] http://www.ovirt.org/release/4.1.9/
> >> [2] http://resources.ovirt.org/pub/ovirt-4.1/iso/
> >>
> >> --
> >>
> >> Lev Veyde
> >>
> >> Software Engineer, RHCE | RHCVA | MCITP
> >>
> >> Red Hat Israel
> >>
> >> <https://www.redhat.com>
> >>
> >> lev(a)redhat.com | lveyde(a)redhat.com
> >> <https://red.ht/sig>
> >> TRIED. TESTED. TRUSTED. <https://redhat.com/trusted>
> >>
> >> _______________________________________________
> >> Users mailing list
> >> Users(a)ovirt.org
> >> http://lists.ovirt.org/mailman/listinfo/users
> >>
> >>
> >
> > _______________________________________________
> > Users mailing list
> > Users(a)ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/users
> >
> >
> --=20
> SANDRO BONAZZOLA
> ASSOCIATE MANAGER, SOFTWARE ENGINEERING, EMEA ENG VIRTUALIZATION R&D
> Red Hat EMEA <https://www.redhat.com/>
> <https://red.ht/sig>
> TRIED. TESTED. TRUSTED. <https://redhat.com/trusted>
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100081)
------------=_1520343278-10207-157
Content-Type: text/html; charset="UTF-8"
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
<html><body>
<pre>[ https://ovirt-jira.atlassian.net/browse/OVIRT-1861?page=3Dcom.atlass=
ian.jira.plugin.system.issuetabpanels:all-tabpanel ]</pre>
<h3>eyal edri reassigned OVIRT-1861:</h3>
<pre>Assignee: Marc Dequ=C3=A8nes (Duck) (was: infra)</pre>
<blockquote><h3>Re: [ovirt-users] [ANN] oVirt 4.1.9 Release is now availabl=
e</h3>
<pre> Key: OVIRT-1861
URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1861
Project: oVirt - virtualization made easy
Issue Type: Bug
Components: wiki (MediaWiki)
Reporter: sbonazzo
Assignee: Marc Dequ=C3=A8nes (Duck)</pre>
<p>2018-01-24 13:47 GMT+01:00 Arman Khalatyan <arm2arm(a)gmail.com>:</p>
<blockquote><p>Thanks for the announcement. A little comment: could you ple=
ase fix the line yum install <<a href=3D"http://resources.ovirt.org/pub=
/yum-repo/ovirt-release41.rpm">http://resources.ovirt.org/pub/yum-repo/ovir=
t-release41.rpm</a> <<a href=3D"http://resources.ovirt.org/pub/yum-repo/=
ovirt-release41.rpm%3E">http://resources.ovirt.org/pub/yum-repo/ovirt-relea=
se41.rpm%3E</a>> There is an extra ‘<’ symbol there since=
4.0.x :=3D)</p></blockquote>
<p>Thanks for the feedback, I opened <a href=3D"https://github.com/oVirt/ov=
irt-site/issues/1503">https://github.com/oVirt/ovirt-site/issues/1503</a> t=
o track this. Opening a ticket on infra as well for further investigations.=
</p>
<blockquote><pre>On Wed, Jan 24, 2018 at 12:00 PM, Lev Veyde <lveyde@red=
hat.com> wrote:</pre>
<blockquote><p>The oVirt Project is pleased to announce the availability of=
the oVirt 4.1.9 release, as of January 24th, 2017</p>
<p>This update is the ninth in a series of stabilization updates to the 4.1=
series.</p>
<p>Please note that no further updates will be issued for the 4.1 series. W=
e encourage users to upgrade to 4.2 series to receive new features and upda=
tes.</p>
<p>This release is available now for:</p>
<ul><li><p>Red Hat Enterprise Linux 7.4 or later</p></li>
<li><p>CentOS Linux (or similar) 7.4 or later</p></li></ul>
<p>This release supports Hypervisor Hosts running:</p>
<ul><li><p>Red Hat Enterprise Linux 7.4 or later</p></li>
<li><p>CentOS Linux (or similar) 7.4 or later</p></li>
<li><p>oVirt Node 4.1</p></li></ul>
<p>See the release notes [1] for installation / upgrade instructions and a =
list of new features and bugs fixed.</p>
<p>Notes:</p>
<ul><li><p>oVirt Appliance is already available</p></li>
<li><p>oVirt Live is already available [2]</p></li>
<li><p>oVirt Node will be available soon [2]</p></li></ul>
<p>Additional Resources:</p>
<ul><li><p>Read more about the oVirt 4.1.9 release highlights:http://www.ov=
irt.or</p></li></ul>
<p>g/release/4.1.9/</p>
<ul><li><p>Get more oVirt Project updates on Twitter: <a href=3D"https://tw=
itter.com/ovirt">https://twitter.com/ovirt</a></p></li>
<li><p>Check out the latest project news on the oVirt blog:</p></li></ul>
<p><a href=3D"http://www.ovirt.org/blog/">http://www.ovirt.org/blog/</a></p>
<p>[1] <a href=3D"http://www.ovirt.org/release/4.1.9/">http://www.ovirt.org=
/release/4.1.9/</a> [2] <a href=3D"http://resources.ovirt.org/pub/ovirt-4.1=
/iso/">http://resources.ovirt.org/pub/ovirt-4.1/iso/</a></p>
<p>—</p>
<p>Lev Veyde</p>
<p>Software Engineer, RHCE | RHCVA | MCITP</p>
<p>Red Hat Israel</p>
<p><<a href=3D"https://www.redhat.com/">https://www.redhat.com</a>></=
p>
<p>lev(a)redhat.com | lveyde(a)redhat.com <<a href=3D"https://red.ht/sig">ht=
tps://red.ht/sig</a>> TRIED. TESTED. TRUSTED. <<a href=3D"https://red=
hat.com/trusted">https://redhat.com/trusted</a>></p>
<p><em>____________________________________________</em>_ Users mailing lis=
t Users(a)ovirt.org <a href=3D"http://lists.ovirt.org/mailman/listinfo/users"=
>http://lists.ovirt.org/mailman/listinfo/users</a></p></blockquote>
<pre>_______________________________________________
Users mailing list
Users(a)ovirt.org
http://lists.ovirt.org/mailman/listinfo/users</pre></blockquote>
<p>— SANDRO BONAZZOLA ASSOCIATE MANAGER, SOFTWARE ENGINEERING, EMEA E=
NG VIRTUALIZATION R&D Red Hat EMEA <<a href=3D"https://www.redhat.co=
m/">https://www.redhat.com/</a>> <<a href=3D"https://red.ht/sig">http=
s://red.ht/sig</a>> TRIED. TESTED. TRUSTED. <<a href=3D"https://redha=
t.com/trusted">https://redhat.com/trusted</a>></p></blockquote>
<p>— This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#1000=
81)</p>
<img src=3D"https://u4043402.ct.sendgrid.net/wf/open?upn=3Di5TMWGV99amJbNxJ=
pSp2-2BJ33BSM3tuiUfRTk64K-2BOjFTKd1eQk0jeaIcBJlLyWiNcvGIsCfxaYIbnSSZ5n5g-2F=
FAwse349mKKxFQJ8h-2FY6gV-2BKhpyUfAO2xszwz4CcILXaNX6Xc-2FlDgmflUKntctunMYkPn=
xKt-2FhBJX3P0x9ZCUF0GeONEQIUn-2FF1KBf1fAXvoXpIX-2B8RiS7xJQ0Xme2ELGa6QDZ5Vyo=
Bxuz09XesU0NWy6cCNRrmBL4T-2FLqxAH84C-2Fc-2FDWj1psNJ2I-2Fk5PlVlqViAxQ32lzweU=
MFLPJJPy6njDZHN6xVi4gM9vW6-2FvKdgPnHmd9FeysIx-2FU64ixmR06QXyRvcZ4G-2FYkv8Uh=
ucMZdoj4VG5xSdhRMV8ymgDE6NTle2RPvrHBPzdVVJ2TyE5RY1Kp2Gf4-2BSSm0w9Q6dcolBHX3=
YO0UsaTzrDbfWkrd" alt=3D"" width=3D"1" height=3D"1" border=3D"0" style=3D"h=
eight:1px !important;width:1px !important;border-width:0 !important;margin-=
top:0 !important;margin-bottom:0 !important;margin-right:0 !important;margi=
n-left:0 !important;padding-top:0 !important;padding-bottom:0 !important;pa=
dding-right:0 !important;padding-left:0 !important;"/>
</body></html>
------------=_1520343278-10207-157--
6 years, 8 months