Actions
action #129316
closedcoordination #127031: [saga][epic] openQA for SUSE customers
coordination #129313: [epic] openQA on ALP
[spike][timeboxed:20h] openQA container on ALP
Updated by okurz over 1 year ago
- Status changed from New to Resolved
- Assignee set to okurz
From https://download.opensuse.org/repositories/SUSE:/ALP/images/ I downloaded an image with
wget https://download.opensuse.org/repositories/SUSE:/ALP/images/ALP-VM.x86_64-0.0.1-kvm-Build24.3.qcow2
called that in a local VM with
qemu-system-x86_64 -serial file:serial0 -vga qxl -m 4096 -cpu host -netdev user,id=qanet0 -device virtio-net,netdev=qanet0,mac=52:54:00:12:34:56 -device virtio-scsi-pci,id=scsi0 -device usb-ehci -device usb-tablet -smp 1 -enable-kvm -snapshot ALP-VM.x86_64-0.0.1-kvm-Build24.3.qcow2
quickly configured the first-time wizard and then called the commands from http://open.qa/docs/#_container_based_setup to spawn up a webUI, no problem. So I see no problem to run "openQA on ALP" using openQA from containers.
Actions