coordination #93501
closedopenqa-bootstrap fails to guess a value for platform on Leap 15.3
Description
Observation¶
Unable to guess a value for .
Please use obs:///
Example: obs://server:http/openSUSE_11.3
/usr/share/openqa/script/openqa-bootstrap --help also gives no clear example on how to do this.
Steps to reproduce¶
for i in http://download.opensuse.org/repositories/devel:openQA/openSUSE_Leap_15.3 https://download.opensuse.org/repositories/devel:/openQA:/Leap:/15.3/openSUSE_Leap_15.3/; do zypper ar -p 95 $i; done
zypper -n in openQA-bootstrap
/usr/share/openqa/script/openqa-bootstrap
Workaround¶
Install openQA manually following http://open.qa/docs/#_installation or try on a Tumbleweed machine without any additional repositories as this is also a setup that is automatically tested for each Tumbleweed snapshot.
Updated by okurz over 3 years ago
- Copied to coordination #93609: [epic] openqa-bootstrap support on Leap 15.3 added
Updated by okurz over 3 years ago
- Tracker changed from action to coordination
- Description updated (diff)
- Status changed from New to Feedback
- Assignee set to okurz
- Target version set to Ready
There seem to be multiple problems with openqa-bootstrap on Leap 15.3 . I created #93609 to fix the problems I have seen and improve the overall situation. However I could not reproduce the problem Unable to guess a value for .
. I tried for example
podman run --rm -it registry.opensuse.org/opensuse/leap:15.3 sh -c 'zypper -n in curl && curl -s https://raw.githubusercontent.com/os-autoinst/openQA/master/script/openqa-bootstrap | bash -x'
as well as
podman run --rm -it registry.opensuse.org/opensuse/leap:15.3 sh -c 'zypper -n in openQA-bootstrap && /usr/share/openqa/script/openqa-bootstrap'
@simotek do you have "steps to reproduce" for me?
Updated by simotek over 3 years ago
I followed the installation instructions for bare metal, on my leap machine I have the following repo's enabled
http://download.opensuse.org/repositories/devel:openQA/openSUSE_Leap_15.3
https://download.opensuse.org/repositories/devel:/openQA:/Leap:/15.3/openSUSE_Leap_15.3/
I then have openQA-bootstrap
installed from devel:openQA and hit the failure there.
Updated by okurz over 3 years ago
- Description updated (diff)
- Status changed from Feedback to Workable
- Assignee deleted (
okurz)
ok, I see. thx. Updated "steps to reproduce" in the ticket description.
As workaround you can either install openQA manually following http://open.qa/docs/#_installation or try on a Tumbleweed machine without any additional repositories as this is also a setup that is automatically tested for each Tumbleweed snapshot.
Updated by mkittler over 3 years ago
- Status changed from Workable to Feedback
Updated by livdywan over 3 years ago
- This almost looks like a duplicate of #93609
- As this is a bug report there's no need for tests. But the epic is actually wrongly posing as a bug report and should be more generic.
- Hypothetical ACs:
- AC1: It's possible to run
openqa-bootstrap
on Leap 15.3
- AC1: It's possible to run
Updated by mkittler over 3 years ago
- Status changed from Feedback to Resolved