On Sun, Mar 8, 2020 at 4:30 AM <jenkins(a)jenkins.phx.ovirt.org> wrote:
This broke because it uses ovirt-ansible-hosted-engine-setup master
branch, which recently changed to use 'ip -j rule', which does not
exist on el7:
https://jenkins.ovirt.org/job/ovirt-system-tests_he-basic-suite-4.3/373/a...
2020-03-07 21:27:51,291-0500 DEBUG ansible on_any args localhostTASK:
ovirt.hosted_engine_setup : Get routing rules, IPv4 kwargs
2020-03-07 21:27:52,074-0500 DEBUG var changed: host "localhost" var
"route_rules_ipv4" type "<type 'dict'>" value: "{
"changed": true,
"cmd": [
"ip",
"-j",
"rule"
],
"delta": "0:00:00.007015",
"end": "2020-03-07 21:27:51.641695",
"failed": true,
"msg": "non-zero return code",
"rc": 255,
"start": "2020-03-07 21:27:51.634680",
"stderr": "Option \"-j\" is unknown, try \"ip
-help\".",
"stderr_lines": [
"Option \"-j\" is unknown, try \"ip -help\"."
],
"stdout": "",
"stdout_lines": []
}"
Asaf and Evgeny recently branched the project for 4.3, and are working
on publishing each branch to the correct repo:
https://github.com/oVirt/ovirt-ansible-hosted-engine-setup/pull/300
Once this is ready and merged, we might need infra's help in removing
the too-new package from 4.3 repos, and escort the 4.3 build through
the change-queue to 4.3 repos.
Best regards,
--
Didi