-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
oVirt hosted engine installation failure because of missing netaddr for python 3.11 in ovirt-node image #695
Comments
yeah, ansible "surprised" us by requiring python 3.11 out of a sudden which requires fair amount of packages to be rebuilt and released. no ETA yet. |
and sorry about the frustrating experience, ansible has a history of these.... |
I understand, the dependencies are not in your control and when they break, there's nothing you can do. (Except going the nixos route of static dependencies and forbid users from upgrading packages themselves.) Btw the installation then failed on engine's liveness check and before that it displayed (Offtopic: I need this ovirt installation because I need to write stats gathering app for it - to get host statistics (running VM's, etc.) and show that in Grafana. I found I could do that via vdsm, so that's why I'm installing it in the first place.) I gave up on the hosted version and am installing the engine manually right now as we speak. Fingers crossed... |
posted oVirt/ovirt-engine#826. It actually might be enough for the deployment problem. There's no one around who would remember why was it added. so... let's blindly drop it and see what happens...:) as for the empty address, it means the VM didn't boot up. you'd have to check out the VM...if it's there at all, if it's not stuck in qemu(happens sometimes in CI), try getting to the serial console, maybe the OS has an issue |
Well, that was a quick fix. Thank you. The vm - it was running ( |
Some problem here running RHEL 8.7 with ovirt-engine 4.5.4. We were unable to add any additional hosts to the cluster beyond the host we used for the redeployment of the ovirt engine. We resolved in the same way as @daliborfilus by copying the netaddr module from python3.9 to python3.11. We lost a whole nights sleep try debug the issue. We are not ansible/python experts but we know a lot more now!! |
The option that worked for me was to edit the |
I lost two days trying to figure out why I couldn't rebuild my lab. Like the OP, I was looking in the wrong direction.
The proposed work around worked for me. |
Just rebuild the ovirt-ansible-collection with python3.11 for el8, it took some time because of the deps. |
@mnecas Are there instructions on how to build the ansible collection with python3.11? Been pulling my hair for the past 1week to get this installed |
I found a workaround for this issue. |
@nodespar you can just install it from csb [1] or copr [2] repo. I have already built the collection with python3.11. |
I'm having the same issue as what you have reported. overt 4.5 on EL-8 |
I want to give this a try. Do you mean ssh into the engine VM and then install the missing dependency on the engine? |
From reddit, "Host is not up" issue: https://www.reddit.com/r/ovirt/comments/12inghq/is_it_still_worth_it_running_ovirt/ |
When the installation is paused due to he_pause_before_engine_setup you can grab the IP address of the engine VM and ssh into it and do the command. |
I'd like to propose a different solution:
This will prevent the HE VM from updating packages, such that ansible remains at the original, older version, which guarantees a working deployment (at least for the time being). Once the deployment finishes, the HE VM will run CentOS Stream 8, as this is what ovirt-engine-appliance is based on. At this point, you can log on normally to the HE VM, using the IP or name you gave for during deployment - you don't need to use the temporary IP. In my case, this was followed by (after logging on to the HE VM):
which switches the HE VM to AlmaLinux 8.7. This contains the same ansible version as the host, so things continue to work afterwards. Of course, if your goal is to keep running CentOS Stream 8 in the HE VM, this won't help and you're probably better off with installing the missing python 3.11 module. |
#704 dropped netaddr for good, I hope |
with https://www.mail-archive.com/users@ovirt.org/msg72302.html in mind(ovirt-master-snapshot with node image from https://resources.ovirt.org/repos/ovirt/github-ci/ovirt-node-ng-image/ ), it should work from now on on el8stream too. el9stream is working for a while. |
Thank you. I agree with going nightly for these cases, because you pratically go "nightly" in "stable" too, because of the included yum update during engine installation. |
Hello Also killed a couple of days on this problem. The solution suggested by @blablak helped! |
@sea2space what didn't work for you exactly? can you describe the exact OS and package versions and what failed? |
Download from Deploy HE again. Now all good. Waiting for the official stable 4.5.5 ) |
^^ This right here worked for me. Finally wrapping up this "afternoon project" 48 hours later smh. Fixed the following error:
|
Is ovirt a dying project? I'm just surprised there has not been a major release with this fix. |
This method does not work! I have tried it and is not a verified method to
mitigate the issue.
…On Fri, 19 May 2023 at 03:56, Spencer Smolen ***@***.***> wrote:
I found a workaround for this issue.
You should start deployment with:
hosted-engine --deploy --4
--ansible-extra-vars=he_pause_before_engine_setup=true
When deployment pouse you shut conectt to VM using ssh and install mising
dependency
dnf install python3.11-pip.noarch
python3.11 -m pip install netaddr
^^ This right here worked for me. Finally wrapping up this "afternoon
project" 48 hours later smh. Fixed the following error:
The conditional check 'cluster_switch == "ovs" or (ovn_central is defined and ovn_central | ipaddr)' failed.
The error was: The ipaddr filter requires python's netaddr be installed on the ansible controller.
—
Reply to this email directly, view it on GitHub
<#695 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC5PNJZII2Z7XDX7WFGLLBTXGZPDDANCNFSM6AAAAAAWEM5QLA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Currently, the only working solution is to have both the hosts and the hosted-engine version 4.4.10, and then update the hosted-engine to 4.5.4 first, and then the hosts. It is important that you cannot add a 4.4.10 host to the 4.5.4 hosted-engine, everything must be started from 4.4.10. |
Unfortunately, the problem still persists.... Any workaround? Any tips? Tested the stable iso 4.4.10, 4.5.4, 4.5.3.2 |
I tested it just now and it didn't work. |
Just a update... I tested with the ovirt-node-ng-installer-4.5.5-2023070606.el9 and it worked. I believe that the next releases will work fine... |
I don't quite know why this issue is closed. Problem persists in Sept 2023 installing ovirt hosts. Edit: To fix you must go to your ovirt host and dnf install python3.11-netaddr.noarch (ovirt host installer didn't automatically update this package -- seems a dependency is missing) |
Hi, if you trying to install from Centos repo then upgrade ovirt-engine-appliance RPM, on repo they have some bugged version. I've install ovirt-engine-appliance-4.5-20231009063645.1.el9.x86_64.rpm (https://resources.ovirt.org/repos/ovirt/github-ci/ovirt-appliance/el9/) and all installed without any problem and workaround. |
oVirt Node 4.5.4 (stable? :) ) python-netaddr version: 0.9.0 (tried 0.8.0-5.el9 also) Tried ovirt 4.5.4 el8 - same problem. |
python-netaddr dependency was removed from oVirt Ansible Collection in 3.1.3 release: #696 Please make you are using the latest available packages during installation. When installing oVirt Hosted Engine from oVirt Engine Appliance you need to pause the deployment using he_pause_before_engine_setup and perform a dnf update (more details can be found at https://www.ovirt.org/documentation/installing_ovirt_as_a_self-hosted_engine_using_the_command_line/index.html#Deploying_the_Self-Hosted_Engine_Using_the_CLI_install_RHVM) |
@daliborfilus [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Obtain SSO token using username/password credentials] Regards |
We're also hitting the same issue. We tried all possible workaround but it fails. |
@almaclang for me it works after doing this workaround on the Engine VM (you access it with a temporary IP given during the installation ) if it stucks try to open all the firewall ports (1-9999 tCP/UDP) and verify that DNS resolve and reverse DNS works for Hosts and engine VM |
As the OP of this issue, I'm unsubscribing from notifications, becase the issue is closed and I no longer use oVirt. I understand it comes up from searches and I think there should be some kind of FAQ / Discussion thread somewhere more prominent, instead of this closed issue. |
@ safodz There's no issue with the DNS, it can reach the public yum repo. It is stuck during the package installation and upgrade. Then suddenly it went to "Wait for the host to be up" state. |
SUMMARY
Don't know if this is the correct place for this issue, plase, redirect me if it isn't.
COMPONENT NAME
oVirt hosted engine installation procedure.
STEPS TO REPRODUCE
As a new user... go to the download page.
hosted-engine --deploy --4
, fill-in the form./var/log/ovirt-engine/engine.log
. See this inside:Go to that log and see this inside:
The real issue is that the task Update all packages also updates ansible on the engine side. That new ansible is now pointing to python3.11, which doesn't have
netaddr
installed. There is no package python311-netaddr in the repositories. There also isn't even python311-pip.Before the task "Update all packages", ansible points to python3.8.
After that it's on 3.11.
Because the installation creates this new engine VM for you, you have to do any kind of fixing right after the updates are done, but before the ansible is run.
The only workaround I found which worked was this:
cp -a /usr/lib/python3.8/site-packages/netaddr* /usr/lib/python3.11/site-packages/
(Optionally, you can install
python39-netaddr
and copy that instead.)EXPECTED RESULTS
Installation doesn't fail. If it fails, it tells me the reason directly.
A failed installation shouldn't require of you to become expert in oVirt installation details, procedure and internals.
ACTUAL RESULTS
"The host is not up. [..] Go see logs." What logs? Where? It doesn't say.
I'm now an expert in hosted engine installation. Where can I get my certificate? :-)
(P.S. I appreciate all work everyone is doing on this project. I'm just mad after having two days gone on this issue just because of some missing package.)
The text was updated successfully, but these errors were encountered: