[ANN] oVirt 4.2.0 First Alpha Release is now available for testing
by Sandro Bonazzola
The oVirt Project is pleased to announce the availability of the First
Alpha Release of oVirt 4.2.0, as of September 28th, 2017
This is pre-release software. This pre-release should not to be used in
production.
Please take a look at our community page[1] to learn how to ask questions
and interact with developers and users.
All issues or bugs should be reported via oVirt Bugzilla[2].
This update is the first alpha release of the 4.2.0 version. This release
brings more than 120 enhancements and more than 670 bug fixes, including
more than 260 high or urgent severity fixes, on top of oVirt 4.1 series.
What's new in oVirt 4.2.0?
-
The Administration Portal has been completely redesigned using
Patternfly, a widely adopted standard in web application design. It now
features a cleaner, more intuitive design, for an improved user experience.
-
There is an all-new VM Portal for non-admin users.
-
A new High Performance virtual machine type has been added to the New VM
dialog box in the Administration Portal.
-
Open Virtual Network (OVN) adds support for Open vSwitch software
defined networking (SDN).
-
oVirt now supports Nvidia vGPU.
-
The ovirt-ansible-roles package helps users with common administration
tasks.
-
Virt-v2v now supports Debian/Ubuntu based VMs.
For more information about these and other features, check out the oVirt
4.2.0 blog post <https://ovirt.org/blog/2017/09/introducing-ovirt-4.2.0/>.
This release is available now on x86_64 architecture for:
* Red Hat Enterprise Linux 7.4 or later
* CentOS Linux (or similar) 7.4 or later
This release supports Hypervisor Hosts on x86_64 and ppc64le architectures
for:
* Red Hat Enterprise Linux 7.4 or later
* CentOS Linux (or similar) 7.4 or later
* oVirt Node 4.2 (available for x86_64 only)
See the release notes draft [3] for installation / upgrade instructions and
a list of new features and bugs fixed.
Notes:
- oVirt Appliance is already available.
- An async release of oVirt Node will follow soon.
Additional Resources:
* Read more about the oVirt 4.2.0 release highlights:
http://www.ovirt.org/release/4.2.0/
* 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] https://www.ovirt.org/community/
[2] https://bugzilla.redhat.com/enter_bug.cgi?classification=oVirt
[3] http://www.ovirt.org/release/4.2.0/
[4] http://resources.ovirt.org/pub/ovirt-4.2-pre/iso/
--
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>
<http://www.teraplan.it/redhat-osd-2017/>
7 years, 1 month
engine-setup upgrade issue: insert or update on table "cluster" violates foreign key constraint "cluster_default_network_provider_id_fkey"
by Dominik Holler
Hi all,
I introduced an possible upgrade issue in engine-setup.
If engine-setup fails on upgrading the db with:
[ ERROR ] Failed to execute stage 'Misc configuration': insert or
update on table "cluster" violates foreign key constraint
"cluster_default_network_provider_id_fkey" DETAIL: Key
(default_network_provider_id)=(b32f7988-ca21-4d1b-b116-55d3f5794534) is
not present in table "providers".
please create the missing provider in sql by:
select InsertProvider(
v_id:='b32f7988-ca21-4d1b-b116-55d3f5794534',
v_name:='ovirt-provider-ovn',
v_description:='oVirt network provider for OVN',
v_url:='https://localhost:9696',
v_provider_type:='EXTERNAL_NETWORK',
v_auth_required:=False,
v_auth_username:=null,
v_auth_password:=null,
v_custom_properties:=null,
v_auth_url:=null
);
Please change the id of the new provider to the id logged in the error
message.
A suitable SQL prompt can by created by
sudo su - postgres -c "psql -U postgres engine"
I am going to post a patch which will fix this issue.
This issue arises if the ovirt-provider-ovn created be engine-setup is
gone, e.g. manually removed.
Dominik
7 years, 1 month
Re: [ovirt-devel] Invitation to API 'Live Documentation' presentation - Oct 2
by Oved Ourfali
Yes.
On Sep 27, 2017 19:52, "Greg Sheremeta" <gshereme(a)redhat.com> wrote:
Hi Ori,
Sounds nice :) Your invite came through for me at "Mon Oct 2, 2017 4pm –
5pm (EDT)" -- but double checking, this is 4pm Israel time, right?
Best wishes,
Greg
On Wed, Sep 27, 2017 at 9:42 AM, Ori Liel <oliel(a)redhat.com> wrote:
> This coming Monday, Oct 2, I will present a new feature in the API which
> has to do with documentation of API operations (it's more exciting than it
> sounds).
>
> This presentation is important for everyone submitting patches to the
> ovirt-engine-api-model, because these patches will be required to use the
> documentation infrastructure in the proper manner.
>
> I invite you all to be there, at:
>
> https://bluejeans.com/u/oliel/3879/
>
> Ori
>
> _______________________________________________
> Devel mailing list
> Devel(a)ovirt.org
> http://lists.ovirt.org/mailman/listinfo/devel
>
_______________________________________________
Devel mailing list
Devel(a)ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel
7 years, 1 month
what provides cockpit-dashboard and cockpit-storaged?
by Dan Kenigsberg
When trying to install ovirt-host-4.2 from
ovirt-release-master-4.2.0-0.5.master.20170927000021.git88364d1.el7.centos.noarch
on a RHEL-7.4 host we get
Error: Package:
ovirt-host-4.2.0-0.0.master.20170913090858.git0bfa7ab.el7.centos.noarch
(ovirt-master-snapshot)
Requires: cockpit-dashboard
Error: Package:
cockpit-ovirt-dashboard-0.11.1-0.0.master.el7.centos.noarch
(ovirt-master-snapshot)
Requires: cockpit-storaged
Where these packages are to be pulled from?
# yum repolist | sed 's/ .*//'
Loaded
repo
RHEL-7.4
centos-opstools-release/x86_64
centos-ovirt-common-testing/x86_64
centos-ovirt42-testing/x86_64
centos-qemu-ev-release/x86_64
centos-sclo-rh-release/x86_64
opstools7-common-testing/x86_64
opstools7-fluentd-012-testing/x86_64
opstools7-perfmon-common-testing/x86_64
ovirt-master-centos-gluster312/x86_64
*ovirt-master-epel/x86_64
ovirt-master-snapshot/7Server
ovirt-master-snapshot-static/7Server
ovirt-master-virtio-win-latest
rhel-7-server-optional-rpms/7Server/x86_64
rhel-7-server-rpms/7Server/x86_64
7 years, 1 month
Unable to start VMs
by Alexander Wels
Hi guys,
I see to be having an issue starting VMs with the latest master. Whenever I
try to start a VM I get null pointer exception. And the VM doesn't start. I
have debugged the engine, and it appears that the null pointer happens after
the engine tries to connect to the host. In the stack trace I see
SSLPeerUnverifiedException, so it appears something went wrong with a
certificate somewhere.
I have put my hosts in maintaince and re-enrolled the certificate, but that
doesn't appear to be helping at all. Any other place I need to look at to make
sure the engine can talk to the hosts? This appears to have started after I
upgraded Wildfly to 11, so it is possible it has something to do with that as
well.
Any help figuring this out would be appreciated.
Alexander
7 years, 1 month