glance.ovirt.org planned outage: 10.08.2021 at 01:00 UTC
by Evgheni Dereveanchin
Hi everyone,
There's an outage scheduled in order to move glance.ovirt.org to new
hardware. This will happen after midnight the upcoming Tuesday between 1AM
and 3AM UTC. It will not be possible to pull images from our Glance image
registry during this period. Other services will not be affected.
If you see any CI jobs failing on Glance tests - please re-run them in the
morning after the planned outage window is over. If issues persist please
report it via JIRA or reach out to me personally.
--
Regards,
Evgheni Dereveanchin
3 years, 3 months
OST: How to run ost.sh with a local custom repo?
by Milan Zamazal
Hi,
when I try to run ost.sh on a local repo with
--custom-repo=file:///home/pdm/rpmbuild/repodata/repomd.xml, I get the
following error:
requests.exceptions.InvalidSchema: No connection adapters were found for 'file:///home/pdm/rpmbuild/repodata/repomd.xml
I tried using file:/home/... and /home/... but neither works.
https://... works fine.
How can I run the script with a custom repo in a local directory?
Thanks,
Milan
3 years, 3 months
lago is dead, long live ost!
by Michal Skrivanek
Hi,
we worked for a while on removing our dependency on lago that has been more or less abandoned for a long time now. We got to the minimal feature set that is simple to replace with bunch of virsh commands, and most of the advanced logic is implemented in pytest. We’ve just merged the last patches that freed us up from lago for local and beaker CI runs.
There’s a new ost.sh wrapper for the simple operations of running the suite, inspecting the environment and shutting it down.
Hopefully it’s self explanatory….
./ost.sh command [arguments]
run <suite> <distro> [<pytest args>...]
initializes the workspace with preinstalled distro ost-images, launches VMs and runs the whole suite
add extra repos with --custom-repo=url
skip check that extra repo is actually used with --skip-custom-repos-check
status
show environment status, VM details
shell <host> [command ...]
opens ssh connection
console <host>
opens virsh console
destroy
stop and remove the running environment
Right now lago and run_suite.sh still works and it is still used by the mock-based jenkins.ovirt.org runs. It will go away in future.
Thanks,
michal
3 years, 3 months