action #95320
coordination #80142: [saga][epic] Scale out: Redundant/load-balancing deployments of openQA, easy containers, containers on kubernetes
coordination #80150: [epic] Scale out openQA: Easier openQA setup
coordination #93609: [epic] openqa-bootstrap support on Leap 15.3
openqa-bootstrap on Leap 15.3 from official repos passes
Start date:
2021-06-07
Due date:
% Done:
0%
Estimated time:
Difficulty:
Description
Acceptance criteria¶
- AC1: openqa-bootstrap on Leap 15.3 from official repos passes
Acceptance tests¶
- AT2-1:
podman run --rm -it registry.opensuse.org/opensuse/leap:15.3 sh -c 'zypper -n in openQA-bootstrap && /usr/share/openqa/script/openqa-bootstrap'
Suggestions¶
- Ensure to provide maintenance updates to Leap to fix the version included in official repos. Or, if this turns out to be not feasible at least update http://open.qa/docs/#bootstrapping to explain that the official package within Leap can not be used. In this case at best also propose deletion of openQA packages from official Leap repos.
History
#2
Updated by mkittler 10 months ago
- Status changed from Feedback to Resolved
AT2-1 passes now (up to the point it is possible to run the script without systemd):
+ zypper -n addrepo -p 90 https://download.opensuse.org/repositories/devel:/openQA/openSUSE_Leap_15.3 devel:openQA Adding repository 'devel:openQA' .....................................................................................................................................................................................................................................................................................[done] Repository 'devel:openQA' successfully added URI : https://download.opensuse.org/repositories/devel:/openQA/openSUSE_Leap_15.3 Enabled : Yes GPG Check : Yes Autorefresh : No Priority : 90 (raised priority) Repository priorities in effect: (See 'zypper lr -P' for details) 90 (raised priority) : 1 repository 99 (default priority) : 6 repositories + zypper -n addrepo -p 91 https://download.opensuse.org/repositories/devel:/openQA:/Leap:/15.3/openSUSE_Leap_15.3 devel:openQA:Leap:15.3 Adding repository 'devel:openQA:Leap:15.3' ...........................................................................................................................................................................................................................................................................[done] Repository 'devel:openQA:Leap:15.3' successfully added …