[ovirt-users] Re: Help - Unable to break bond interface from Ovrit Engine

2022-10-22 Thread info
Hi,

Finally I found the bond break option while right click on bond interface.

Thank you
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/6O3DPEPTJNBRYUQAP3WCMMKXPUOCPDXV/


[ovirt-users] Re: Start Hosted Engine - new installation 4.5.3.1

2022-10-22 Thread Roberto Ramirez
I am having the same issue :(
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/AYESE4FQEL4ICA42CQSSJMWSRHKM5WUW/


[ovirt-users] Re: Please, Please Help - New oVirt Install/Deployment Failing - "Host is not up..."

2022-10-22 Thread ajude . pereira
Ran into the same issue. 
This is causes by ansible using some combination of python 3.6 and 3.9 which 
have separate package stores. 
Fix was to install pip 3.9 and then using pip3.9 install netaddr and jmespath. 
> python3.9 -m ensurepip --upgrade
> pip3.9 install netaddr jmespath
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/EQ75YS4HGROFPMRM4XXO3EPZ5SFCGSMW/


[ovirt-users] Start Hosted Engine - new installation 4.5.3.1

2022-10-22 Thread nowak . pawel . mail
Hi,
I am trying to configure "Hosted Engine Deployment".
I get a message
"The ipaddr filter requires python's netaddr be installed on the ansible 
controller".
I think I have the necessary components installed. How to solve the problem?
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/S5VUUDGJXHEWYNOFFO2N5F26D63PHL72/


[ovirt-users] Re: RPM issues updating Ovirt 4.5.2 to 4.5.3

2022-10-22 Thread Christoph Timm

Hi all,

also the update of a CentOS Stream 8 host is not working.
Also here I have updated the centos-release-ovirt45 (8.7-3) package before.

Error:
 Problem: package rdo-openvswitch-1:2.15-2.el8.noarch requires 
network-scripts-openvswitch = 1:2.15, but none of the providers can be 
installed
  - cannot install both 
rdo-network-scripts-openvswitch-2:2.17-3.el8.noarch and 
rdo-network-scripts-openvswitch-1:2.15-2.el8.noarch
  - cannot install the best update candidate for package 
network-scripts-openvswitch2.15-2.15.0-115.el8s.x86_64

  - problem with installed package rdo-openvswitch-1:2.15-2.el8.noarch
(try to add '--allowerasing' to command line to replace conflicting 
packages or '--skip-broken' to skip uninstallable packages or '--nobest' 
to use not only best candidate packages)


The rdo-openvswitch is getting excluded with the new repo files. I guess 
also rdo-network-scripts-openvswitch needs to be excluded from that 
ovirt-45-centos-stream-openstack-yoga repo in case the version 2.15 
should be used.


dnf list | grep rdo-openvswitch
rdo-openvswitch.noarch 1:2.15-2.el8 @ovirt-45-centos-stream-openstack-yoga
rdo-openvswitch-devel.noarch 2:2.17-3.el8 
ovirt-45-centos-stream-openstack-yoga
rdo-openvswitch-test.noarch 2:2.17-3.el8 
ovirt-45-centos-stream-openstack-yoga


The command "dnf update --refresh 
--exclude=rdo-network-scripts-openvswitch" would work on the host.


Best regards
Christoph

Am 21.10.22 um 10:55 schrieb Christoph Timm:

Hi all,

I updated my engine to 4.5.3.1 without any issues and want to update 
the self hosted engine (CentOS Stream 8).
There I run into the reported issues which I fix with the update of 
the please centos-release-ovirt45 package (8.7-3).
But still I have the issue with the ansible-core.2-13 which is not 
supported by the engine. Means dnf update is still failing.


Error:
 Problem: package ovirt-engine-4.5.3.1-1.el8.noarch conflicts with 
ansible-core >= 2.13.0 provided by ansible-core-2.13.3-1.el8.x86_64
  - cannot install the best update candidate for package 
ovirt-engine-4.5.3.1-1.el8.noarch
  - cannot install the best update candidate for package 
ansible-core-2.12.7-1.el8.x86_64
(try to add '--allowerasing' to command line to replace conflicting 
packages or '--skip-broken' to skip uninstallable packages or 
'--nobest' to use not only best candidate packages)


As you can see the correct version is installed but appstream is 
already providing a newer version which needs to be excluded (I guess).

dnf list | grep ansible-core
ansible-core.x86_64 2.12.7-1.el8 @appstream
ansible-core.x86_64 2.13.3-1.el8 appstream

DNF looks happy if I run: dnf update --refresh --exclude=ansible-core

I guess it should be fine to run it like this?

Best regards
Christoph

Am 21.10.22 um 09:59 schrieb Martin Perina:

Hi Latchezar,

so there seems to be several issues according the error you have 
posted below:


1. ovirt-engine is not compatible with ansible-core-2.13 on EL8, so 
if this package is already installed on your machine, you need to 
downgrade it to ansible-core-2.12 before continuing with engine 
installation
2. If any of those rdo* packages are already installed on your 
machine, you need remote them manually before proceeding with engine 
installation
3. Please check that you really have installed only required 
repositories on your machine as mentioned in Installation guide:

https://www.ovirt.org/documentation/installing_ovirt_as_a_standalone_manager_with_local_databases/index.html#Enabling_the_Red_Hat_Virtualization_Manager_Repositories_install_RHVM
4. Please make sure that you have installed the latest version of 
ovirt-release45, which is 4.5.3.1. This is the version which blocks 
RDO packages to interfere with oVirt


Regards,
Martin



On Fri, Oct 21, 2022 at 9:51 AM Latchezar Filtchev  
wrote:


Dear Martin,

Not getting e-mails from ovirt list is my local issue. I will
deal with this.

Async upgrade is OK. The update of Standalone engine/CentOS
Stream release 8 shows - Version 4.5.3.1-1.el8

When executing ‘dnf update’ on standalone engine – update fails -
the result is below. Do you thing manual elimination of
rdo-related will solve it?

Thank you!

Best,

Latcho

Last metadata expiration check: 3:56:58 ago on Fri 21 Oct 2022
06:47:31 AM EEST.

Error:

 Problem 1: package ovirt-engine-4.5.3.1-1.el8.noarch conflicts
with ansible-core >= 2.13.0 provided by
ansible-core-2.13.3-1.el8.x86_64

- cannot install the best update candidate for package
ovirt-engine-4.5.3.1-1.el8.noarch

- cannot install the best update candidate for package
ansible-core-2.12.7-1.el8.x86_64

Problem 2: package ovirt-openvswitch-2.15-4.el8.noarch requires
openvswitch2.15, but none of the providers can be installed

- package rdo-openvswitch-2:2.17-3.el8.noarch obsoletes
openvswitch2.15 < 2.17 provided by
openvswitch2.15-2.15.0-119.el8s.x86_64

- package 

[ovirt-users] Zanata access request

2022-10-22 Thread Vladimir Talankin
Hello!

I'm writing on behalf of the HOSTVM support team. HOSTVM is a
virtualization platform based on Ovirt. For the purposes of improving UI
languages, can you please provide us with account details for Zanata (
https://zanata.ovirt.org/)? If any additional information is needed, just
let me know. Thank you.

Regards,
Vladimir
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/JJ4FLNKSSQN7PKURKMOVVBMAKLQXQO6K/


[ovirt-users] Re: Please, Please Help - New oVirt Install/Deployment Failing - "Host is not up..."

2022-10-22 Thread Matthew J Black
Question: Are the hosted-engine flags 
"--ansible-extra-vars=he_offline_deployment" & 
"--ansible-extra-vars=he_pause_host" mutually exclusive?

The reason I ask is that when I run "hosted-engine --deploy --4 
--ansible-extra-vars=he_offline_deployment=true 
--ansible-extra-vars=he_pause_host=true" the script runs into the "DNF Timeout" 
issue I mentioned in the `Local (Deployment) VM Can't Reach 
"centos-ceph-pacific" Repo`, and running "hosted-engine --deploy --4 
--ansible-extra-vars=he_offline_deployment=true" doesn't encounter that issue.

In other words, I can't do what you suggest (thank you for the suggestion, btw) 
because I either run into the "DNF Timeout" issue (and thus don't get anywhere 
near being able to log into the the engine), or I can't set 
"--ansible-extra-vars=he_pause_host" to true.

Any ideas?

Cheers

Dulux-Oz
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/4SCJMY7V5YEERJVRC3RGJULP7TZILBCU/