openqa: asset download request but no domains passlisted
Posted on July 14, 2022
| 2 minutes
| 271 words
| phoenix
Symptom
When posting a job using , you see an error message of the following kind:
$ openqa-cli api -X POST isos ... 403 Forbidden Asset download requested but no domains passlisted!
[Read More]molecule test: failed to connect to bus in systemd container
Posted on June 27, 2022
| 2 minutes
| 237 words
| phoenix
Ansible Molecule is a project to help you test your ansible roles. I’m using molecule for automatically testing the ansible roles of geekoops.
So, while hacking on the geekoops roles, molecule test was complaining on my Tumbleweed machine:
[Read More]BCI test tutorial
Posted on June 16, 2022
| 5 minutes
| 995 words
| phoenix
Base Container Images (BCI) are a SUSE offer for a variety of container images suitable for building custom applications atop of the SUSE Linux Enterprise (SLE).
[Read More]seidl - display current SUSE publiccloud images in your terminal
Posted on May 19, 2022
| 4 minutes
| 662 words
| phoenix
seidl is a small pint query utility designed to easily list the current publiccloud images in the terminal. Pint (Public Cloud Information Tracker) is the SUSE service to provide data about the current state of publiccloud images across all supported public cloud service providers.
[Read More]Running an aarch64 image in qemu
Posted on April 13, 2022
| 5 minutes
| 1019 words
| phoenix
Running a x86_64 image in qemu machine can be as easy as:
qemu-system-x86_64 openSUSE-Leap-15.3-JeOS.x86_64-kvm-and-xen.qcow2 # A more extended example qemu-system-x86_64 -m 1G -cpu host -enable-kvm -smp cores=2,threads=1,sockets=1 -drive file=openSUSE-Leap-15.
[Read More]openQA and dehydrated
Posted on March 29, 2022
| 3 minutes
| 535 words
| phoenix
In this blog post I’m gonna show you, how you can enable https for your openQA instance using dehydrated and the internal SUSE CA. The same procedure should also work for Let’s Encrypt.
[Read More]Fix the "Wrong version of perltidy" issue in tools/tidy
Posted on March 4, 2022
| 1 minutes
| 172 words
| phoenix
A commen error when running tools/tidy in the openSUSE/SLES tests repository for openQA is the following error:
Wrong version of perltidy. Found '20211027', expected '20211029'. This indicated a mismatch of the found vs.
[Read More]VS Code and poetry
Posted on February 15, 2022
| 5 minutes
| 925 words
| phoenix
poetry is (yet another) python packaging and dependency management system. In this blog post I’m gonna describe how I am working with poetry repositories within VS Codium, the freely licensed variant of VS Code.
[Read More]Booting custom Azure VM images
Posted on January 26, 2022
| 6 minutes
| 1108 words
| phoenix
This blog post ist about uploading a custom VM disk image to the Azure cloud and create a VM to boot from this image.
If you just want to upload a image, checkout the az_upload_img bash script at the very end of this post for a easy-to-use script without the need to dive into details.
[Read More]Extract SCHEDULE from an openQA job
Posted on December 13, 2021
| 4 minutes
| 770 words
| phoenix
Then using openqa-clone-job (and derivates) one can use the SCHEDULE variable to clone a test run with a custom set of test modules. This is particular useful, when developing a new test case and you need a verification run with e.
[Read More]