On Sun, Jan 17, 2021 at 2:42 PM Yedidyah Bar David <[email protected]> wrote: > > Hi all, > > Ran [1] for verifying [2]. Passed [3] as CUSTOM_REPOS. > > lago.log [4] shows that it did add it to internal_repo, but it was not > actually installed later. Perhaps something changed in local repos > handling or something like that?
Now happened again, so I spent some more time looking. I tried this locally (on buri03) and it did work - passing '-s URL' to run_suite.sh did install/update packages from there. In CI it does not, e.g. [1]. I think that the problem is around here, inside global_setup.sh: *11:04:29* + sudo -nl firewall-cmd *11:04:29* ++ sudo -n firewall-cmd --query-service=ovirtlago *11:04:30* + [[ ! -n yes ]] *11:04:30* + known_hosts Meaning, there were no sudo permissions to run firewall-cmd, so it didn't add 8585, so later (in lago.log): + ADDR=192.168.200.1 + curl_res=0 + curl -f http://192.168.200.1:8585/default/el8/repodata/repomd.xml % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed \r 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to 192.168.200.1 port 8585: Connection refused + curl_res=7 Since this seems like an infra issue, moving to infra list. Can someone have a look there? Thanks! Best regards, [1] https://jenkins.ovirt.org/view/oVirt%20system%20tests/job/ovirt-system-tests_manual/7726/ On Sun, Jan 17, 2021 at 2:42 PM Yedidyah Bar David <[email protected]> wrote: > Hi all, > > Ran [1] for verifying [2]. Passed [3] as CUSTOM_REPOS. > > lago.log [4] shows that it did add it to internal_repo, but it was not > actually installed later. Perhaps something changed in local repos > handling or something like that? > > Thanks and best regards, > > [1] > https://jenkins.ovirt.org/view/oVirt%20system%20tests/job/ovirt-system-tests_manual/7681/ > > [2] https://github.com/oVirt/ovirt-ansible-collection/pull/202 > > [3] > https://jenkins.ovirt.org/job/oVirt_ovirt-ansible-collection_standard-check-pr/468/artifact/check-patch.el8.x86_64/ > > [4] > https://jenkins.ovirt.org/view/oVirt%20system%20tests/job/ovirt-system-tests_manual/7681/artifact/exported-artifacts/test_logs/he-basic-suite-master/post-012_local_maintenance_sdk_pytest.py/lago_logs/lago.log > -- > Didi > -- Didi
_______________________________________________ Infra mailing list -- [email protected] To unsubscribe send an email to [email protected] 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/[email protected]/message/UJUBSSYXBFHAZUPDDJZQVOAG7CCOQX6L/
